mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Couple of trivial patches
This commit is contained in:
parent
3ac1283900
commit
b6fbca05d5
4 changed files with 9 additions and 10 deletions
|
|
@ -132,7 +132,7 @@ def _search(dork):
|
|||
regex = DUCKDUCKGO_REGEX
|
||||
|
||||
try:
|
||||
req = _urllib.request.Request(url, data=data, headers=headers)
|
||||
req = _urllib.request.Request(url, data=data, headers=requestHeaders)
|
||||
conn = _urllib.request.urlopen(req)
|
||||
|
||||
requestMsg = "HTTP request:\nGET %s" % url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue