mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implements option --union-values (#5508)
This commit is contained in:
parent
4f2a883544
commit
be118e861c
7 changed files with 30 additions and 3 deletions
|
|
@ -414,6 +414,9 @@ def cmdLineParser(argv=None):
|
|||
techniques.add_argument("--union-from", dest="uFrom",
|
||||
help="Table to use in FROM part of UNION query SQL injection")
|
||||
|
||||
techniques.add_argument("--union-values", dest="uValues",
|
||||
help="Column values to use for UNION query SQL injection")
|
||||
|
||||
techniques.add_argument("--dns-domain", dest="dnsDomain",
|
||||
help="Domain name used for DNS exfiltration attack")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue