mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding switch --procs (#778)
This commit is contained in:
parent
a2bbca1ee3
commit
15715a2513
10 changed files with 99 additions and 10 deletions
|
|
@ -511,6 +511,9 @@ def cmdLineParser(argv=None):
|
|||
enumeration.add_argument("--statements", dest="getStatements", action="store_true",
|
||||
help="Retrieve SQL statements being run on DBMS")
|
||||
|
||||
enumeration.add_argument("--procs", dest="getProcs", action="store_true",
|
||||
help="Retrieve stored procedures/functions and their source")
|
||||
|
||||
enumeration.add_argument("-D", dest="db",
|
||||
help="DBMS database to enumerate")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue