mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding support for --hql
This commit is contained in:
parent
346c9d9f03
commit
d0f16b284d
10 changed files with 901 additions and 3 deletions
|
|
@ -796,6 +796,9 @@ def cmdLineParser(argv=None):
|
|||
nonsql.add_argument("--xxe", dest="xxe", action="store_true",
|
||||
help="Test for XML External Entity (XXE) injection")
|
||||
|
||||
nonsql.add_argument("--hql", dest="hql", action="store_true",
|
||||
help="Test for HQL/JPQL (Hibernate ORM) injection")
|
||||
|
||||
nonsql.add_argument("--oob-server", dest="oobServer",
|
||||
help="Out-of-band server for blind '--xxe'")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue