mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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
|
|
@ -412,6 +412,11 @@ uChar =
|
|||
# Example: INFORMATION_SCHEMA.COLLATIONS
|
||||
uFrom =
|
||||
|
||||
# Column values to use for UNION query SQL injection.
|
||||
# Valid: string
|
||||
# Example: NULL,1,*,NULL
|
||||
uChar =
|
||||
|
||||
# Domain name used for DNS exfiltration attack.
|
||||
# Valid: string
|
||||
dnsDomain =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue