mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 19:43:48 +03:00
Adding a warning message for deprecated switch '--check-waf+
This commit is contained in:
parent
45bdefd29b
commit
5920d16cf6
|
@ -215,6 +215,7 @@ DEPRECATED_OPTIONS = {
|
||||||
"--no-unescape": "use '--no-escape' instead",
|
"--no-unescape": "use '--no-escape' instead",
|
||||||
"--binary": "use '--binary-fields' instead",
|
"--binary": "use '--binary-fields' instead",
|
||||||
"--check-payload": None,
|
"--check-payload": None,
|
||||||
|
"--check-waf": None,
|
||||||
}
|
}
|
||||||
|
|
||||||
DUMP_DATA_PREPROCESS = {
|
DUMP_DATA_PREPROCESS = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user