mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-08 22:03:11 +03:00
Patch for --proxy-file
This commit is contained in:
parent
89e36392f7
commit
8fbac5a99e
|
@ -132,6 +132,8 @@ class Connect(object):
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
conf.proxy = None
|
conf.proxy = None
|
||||||
|
threadData.retriesCount = 0
|
||||||
|
|
||||||
setHTTPProxy()
|
setHTTPProxy()
|
||||||
|
|
||||||
if kb.testMode and kb.previousMethod == PAYLOAD.METHOD.TIME:
|
if kb.testMode and kb.previousMethod == PAYLOAD.METHOD.TIME:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user