mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation for an Issue #292
This commit is contained in:
parent
9e38ccbc3d
commit
562044577b
10 changed files with 113 additions and 50 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue