mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-22 14:19:03 +00:00
Implementation for an Issue #292
This commit is contained in:
@@ -656,10 +656,16 @@ mnemonics =
|
||||
# Set question answers (e.g. "quit=N,follow=N")
|
||||
answers =
|
||||
|
||||
# Make a beep sound when SQL injection is found
|
||||
# Valid: True or False
|
||||
beep = False
|
||||
|
||||
# Offline WAF/IPS/IDS payload detection testing.
|
||||
# Valid: True or False
|
||||
checkPayload = False
|
||||
|
||||
# Check for existence of WAF/IPS/IDS protection.
|
||||
# Valid: True or False
|
||||
checkWaf = False
|
||||
|
||||
# Clean up the DBMS by sqlmap specific UDF and tables.
|
||||
|
||||
Reference in New Issue
Block a user