mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Update for an Issue #481
This commit is contained in:
parent
b921ff0729
commit
de31688c4f
5 changed files with 51 additions and 3 deletions
|
|
@ -386,6 +386,9 @@ def cmdLineParser():
|
|||
enumeration.add_option("--search", dest="search", action="store_true",
|
||||
help="Search column(s), table(s) and/or database name(s)")
|
||||
|
||||
enumeration.add_option("--comments", dest="getComments", action="store_true",
|
||||
help="Retrieve DBMS comments")
|
||||
|
||||
enumeration.add_option("-D", dest="db",
|
||||
help="DBMS database to enumerate")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue