Update of WAF scripts

This commit is contained in:
Miroslav Stampar
2018-08-05 14:19:27 +02:00
parent 1f9bf587b5
commit af89137f2c
7 changed files with 60 additions and 6 deletions

View File

@@ -21,6 +21,8 @@ def detect(get_page):
retval |= "Access Denied - Sucuri Website Firewall" in (page or "")
retval |= "Sucuri WebSite Firewall - CloudProxy - Access Denied" in (page or "")
retval |= re.search(r"Questions\?.+cloudproxy@sucuri\.net", (page or "")) is not None
retval |= headers.get("X-Sucuri-ID") is not None
retval |= headers.get("X-Sucuri-Cache") is not None
if retval:
break