mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
fixing my mistake
This commit is contained in:
@@ -593,7 +593,8 @@ def __setHTTPProxy():
|
||||
|
||||
global proxyHandler
|
||||
|
||||
if not conf.proxy and (conf.hostname in ('localhost', '127.0.0.1') or conf.ignoreProxy):
|
||||
if not conf.proxy:
|
||||
if conf.hostname in ('localhost', '127.0.0.1') or conf.ignoreProxy:
|
||||
proxyHandler = urllib2.ProxyHandler({})
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user