mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
important update - finally found what was causing headache for UNION payloads in noticeable number of cases
This commit is contained in:
parent
97bd5355dd
commit
45caadbd4a
3 changed files with 14 additions and 1 deletions
|
|
@ -100,6 +100,7 @@ class WARNFLAGS:
|
|||
DATA_TO_STDOUT = 'dataToStdout'
|
||||
THREADS = 'threads'
|
||||
PIVOT_LIMIT = 'pivotLimit'
|
||||
TIME_UNRECOVERED = 'timeUnrecovered'
|
||||
|
||||
class EXPECTED:
|
||||
BOOL = "bool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue