mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation for an Issue #128
This commit is contained in:
parent
098e446ca4
commit
ebc7088f94
6 changed files with 30 additions and 11 deletions
|
|
@ -302,6 +302,9 @@ def cmdLineParser():
|
|||
"and data contained in the tables. Moreover "
|
||||
"you can run your own SQL statements")
|
||||
|
||||
enumeration.add_option("-a", "--all", dest="getAll",
|
||||
action="store_true", help="Retrieve everything")
|
||||
|
||||
enumeration.add_option("-b", "--banner", dest="getBanner",
|
||||
action="store_true", help="Retrieve DBMS banner")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue