mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Added identification for waf NAXSI
This commit is contained in:
parent
62519eed04
commit
ae972de8fc
2 changed files with 25 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue