mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
adding some constraining to number of used threads on brute force switches together with a warning in case of connection exception(s) with --threads>1
This commit is contained in:
@@ -96,6 +96,7 @@ class HTTPHEADER:
|
||||
class WARNFLAGS:
|
||||
RANDOM_AGENT = 'randomAgent'
|
||||
DATA_TO_STDOUT = 'dataToStdout'
|
||||
THREADS = 'threads'
|
||||
|
||||
class EXPECTED:
|
||||
BOOL = "bool"
|
||||
|
||||
Reference in New Issue
Block a user