mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
More replacements for refactoring.
Minor layout adjustments. Alignment of conffile/optiondict/cmdline parameters.
This commit is contained in:
parent
eb999de0f1
commit
78d7b17483
10 changed files with 41 additions and 23 deletions
|
|
@ -499,6 +499,9 @@ xmlFile =
|
|||
# Save and resume all data retrieved on a session file.
|
||||
sessionFile =
|
||||
|
||||
# Log all HTTP traffic into a textual file.
|
||||
trafficFile =
|
||||
|
||||
# Flush session file for current target.
|
||||
# Valid: True or False
|
||||
flushSession = False
|
||||
|
|
@ -533,6 +536,12 @@ cleanup = False
|
|||
# Valid: True or False
|
||||
replicate = False
|
||||
|
||||
# IDS detection testing of injection payload.
|
||||
checkPayload = False
|
||||
|
||||
# Alert with audio beep when sql injection found.
|
||||
beep = False
|
||||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 6
|
||||
# 0: Show only critical messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue