Adding Esperanto DBMS agnostic engine

This commit is contained in:
Miroslav Štampar 2026-07-16 18:13:32 +02:00
parent c496cf99e6
commit 57f8485279
20 changed files with 4318 additions and 9 deletions

View file

@ -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")