mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
better format for results file (easier for sorting when lots of files)
This commit is contained in:
parent
25fff8c135
commit
a58aaf2e1a
|
@ -326,7 +326,7 @@ IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENT
|
||||||
TURN_OFF_RESUME_INFO_LIMIT = 20
|
TURN_OFF_RESUME_INFO_LIMIT = 20
|
||||||
|
|
||||||
# Strftime format for results file used in multiple target mode
|
# Strftime format for results file used in multiple target mode
|
||||||
RESULTS_FILE_FORMAT = 'results-%I%M%p_%m%d%Y.csv'
|
RESULTS_FILE_FORMAT = 'results-%m%d%Y_%I%M%p.csv'
|
||||||
|
|
||||||
# Official web page with the list of Python supported codecs
|
# Official web page with the list of Python supported codecs
|
||||||
CODECS_LIST_PAGE = 'http://docs.python.org/library/codecs.html#standard-encodings'
|
CODECS_LIST_PAGE = 'http://docs.python.org/library/codecs.html#standard-encodings'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user