mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implementation for an Issue #293
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user