You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__product__="SecureSphere Web Application Firewall (Imperva)"
14
+
15
+
defdetect(get_page):
16
+
retval=False
17
+
18
+
forvectorinWAF_ATTACK_VECTORS:
19
+
page, _, _=get_page(get=vector)
20
+
retval=re.search(r"<H2>Error</H2>.+?#FEEE7A.+?<STRONG>Error</STRONG>|Contact support for additional information.<br/>The incident ID is: (\\d{19}|N/A)", pageor"", re.I) isnotNone
0 commit comments