mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
introducing results file for multiple target mode
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user