mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Couple of trivial patches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user