mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation for an Issue #293
This commit is contained in:
parent
cb13735788
commit
5c2451d83c
4 changed files with 20 additions and 3 deletions
|
|
@ -650,13 +650,16 @@ updateAll = False
|
|||
|
||||
[Miscellaneous]
|
||||
|
||||
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU")
|
||||
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU").
|
||||
mnemonics =
|
||||
|
||||
# Set question answers (e.g. "quit=N,follow=N")
|
||||
# Run shell command(s) when SQL injection is found.
|
||||
alert =
|
||||
|
||||
# Set question answers (e.g. "quit=N,follow=N").
|
||||
answers =
|
||||
|
||||
# Make a beep sound when SQL injection is found
|
||||
# Make a beep sound when SQL injection is found.
|
||||
# Valid: True or False
|
||||
beep = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue