mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
Minor cosmetics
This commit is contained in:
parent
9eca41bae2
commit
f4b7b3fd35
1 changed files with 2 additions and 2 deletions
|
|
@ -917,7 +917,7 @@ def _setDNSCache():
|
||||||
|
|
||||||
def _setHTTPProxy():
|
def _setHTTPProxy():
|
||||||
"""
|
"""
|
||||||
Check and set the HTTP proxy to pass by all HTTP requests.
|
Check and set the HTTP/SOCKS proxy for all HTTP requests.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
global proxyHandler
|
global proxyHandler
|
||||||
|
|
@ -928,7 +928,7 @@ def _setHTTPProxy():
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
debugMsg = "setting the HTTP/SOCKS proxy to pass by all HTTP requests"
|
debugMsg = "setting the HTTP/SOCKS proxy for all HTTP requests"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
proxySplit = urlparse.urlsplit(conf.proxy)
|
proxySplit = urlparse.urlsplit(conf.proxy)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue