mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implements #1222
This commit is contained in:
parent
00435934bc
commit
95560da7c1
18 changed files with 169 additions and 3 deletions
|
|
@ -496,6 +496,10 @@ search = False
|
|||
# Valid: True or False
|
||||
getComments = False
|
||||
|
||||
# Retrieve SQL statements being run on database management system.
|
||||
# Valid: True or False
|
||||
getStatements = False
|
||||
|
||||
# Back-end database management system database to enumerate.
|
||||
db =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue