mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Minor patch of --identify-waf mechanism
This commit is contained in:
parent
9a221470e7
commit
5274c88c7d
4 changed files with 7 additions and 5 deletions
|
|
@ -1423,6 +1423,7 @@ def identifyWaf():
|
|||
kwargs["get"] = urlencode(kwargs["get"])
|
||||
kwargs["raise404"] = False
|
||||
kwargs["silent"] = True
|
||||
kwargs["finalCode"] = True
|
||||
page, headers, code = Request.getPage(*args, **kwargs)
|
||||
except Exception:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue