mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding new waf script (sitelock)
This commit is contained in:
parent
e435fb2e9e
commit
7a2ac23f0b
4 changed files with 25 additions and 3 deletions
|
|
@ -1300,7 +1300,7 @@ def identifyWaf():
|
|||
if output and output[0] not in ("Y", "y"):
|
||||
raise SqlmapUserQuitException
|
||||
else:
|
||||
warnMsg = "WAF/IDS/IPS product hasn't been identified (generic protection response)"
|
||||
warnMsg = "WAF/IDS/IPS product hasn't been identified"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
kb.testType = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue