mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Added --union-cols switch to specify the max number of columns to test for UNION query sql injection.
Now stores/resumes also the exact UNION payload to session file.
This commit is contained in:
@@ -262,6 +262,11 @@ unionTest = False
|
||||
# Default: NULL
|
||||
uTech = NULL
|
||||
|
||||
# Maximum number of columns to test for
|
||||
# Valid: integer
|
||||
# Default: 50
|
||||
uCols = 50
|
||||
|
||||
|
||||
[Fingerprint]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user