mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implements #1222
This commit is contained in:
parent
00435934bc
commit
95560da7c1
18 changed files with 169 additions and 3 deletions
|
|
@ -417,6 +417,9 @@ def cmdLineParser(argv=None):
|
|||
enumeration.add_option("--comments", dest="getComments", action="store_true",
|
||||
help="Check for DBMS comments during enumeration")
|
||||
|
||||
enumeration.add_option("--statements", dest="getStatements", action="store_true",
|
||||
help="Retrieve SQL statements being run on DBMS")
|
||||
|
||||
enumeration.add_option("-D", dest="db",
|
||||
help="DBMS database to enumerate")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue