mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding Esperanto DBMS agnostic engine
This commit is contained in:
parent
c496cf99e6
commit
57f8485279
20 changed files with 4318 additions and 9 deletions
|
|
@ -355,6 +355,9 @@ def cmdLineParser(argv=None):
|
|||
injection.add_argument("--dbms-cred", dest="dbmsCred",
|
||||
help="DBMS authentication credentials (user:password)")
|
||||
|
||||
injection.add_argument("--esperanto", dest="esperanto", action="store_true",
|
||||
help="Use the DBMS-agnostic enumeration engine")
|
||||
|
||||
injection.add_argument("--os", dest="os",
|
||||
help="Force back-end DBMS operating system to provided value")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue