Added identification for waf NAXSI

This commit is contained in:
Syed Afzal
2017-10-01 22:15:02 +05:30
parent 62519eed04
commit ae972de8fc
2 changed files with 25 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ class HTTP_HEADER:
USER_AGENT = "User-Agent"
VIA = "Via"
X_POWERED_BY = "X-Powered-By"
X_DATA_ORIGIN = "X-Data-Origin"
class EXPECTED:
BOOL = "bool"