mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor bug fix
This commit is contained in:
@@ -989,6 +989,7 @@ def _setHTTPProxy():
|
|||||||
"""
|
"""
|
||||||
Check and set the HTTP/SOCKS proxy for all HTTP requests.
|
Check and set the HTTP/SOCKS proxy for all HTTP requests.
|
||||||
"""
|
"""
|
||||||
|
global proxyHandler
|
||||||
|
|
||||||
if not conf.proxy:
|
if not conf.proxy:
|
||||||
if conf.proxyList:
|
if conf.proxyList:
|
||||||
|
|||||||
Reference in New Issue
Block a user