mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
introducing results file for multiple target mode
This commit is contained in:
parent
90e84c9a6d
commit
faa74cd2bc
4 changed files with 59 additions and 0 deletions
|
|
@ -327,3 +327,6 @@ IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENT
|
|||
|
||||
# Turn off resume console info to avoid potential slowdowns
|
||||
TURN_OFF_RESUME_INFO_LIMIT = 20
|
||||
|
||||
# Strftime format for results file used in multiple target mode
|
||||
RESULTS_FILE_FORMAT = 'results-%I%M%p_%m%d%Y.csv'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue