mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
adding --purge-output to be one of mandatory switches
This commit is contained in:
@@ -1968,7 +1968,7 @@ def init(inputOptions=AttribDict(), overrideOptions=False):
|
||||
parseTargetUrl()
|
||||
parseTargetDirect()
|
||||
|
||||
if any([conf.url, conf.logFile, conf.bulkFile, conf.requestFile, conf.googleDork, conf.liveTest]):
|
||||
if any((conf.url, conf.logFile, conf.bulkFile, conf.requestFile, conf.googleDork, conf.liveTest)):
|
||||
__setHTTPTimeout()
|
||||
__setHTTPExtraHeaders()
|
||||
__setHTTPCookies()
|
||||
|
||||
Reference in New Issue
Block a user