mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
http-waf-fingerprint: Added credit to wafw00f and w3af in description field.
This commit is contained in:
parent
f747ad8084
commit
461b5d5a9e
1 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ Tries to detect the presence of web application firewall and its type and versio
|
|||
|
||||
This works by sending a number of requests and looking in the responses for known behavior and fingerprints
|
||||
such as Server header, cookies and headers values.
|
||||
|
||||
Credit to wafw00f and w3af for some fingerprints.
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
@ -30,7 +32,7 @@ categories = {"discovery", "intrusive"}
|
|||
|
||||
--
|
||||
-- Version 0.1:
|
||||
-- - Initial version based on work done with wafw00f.
|
||||
-- - Initial version based on work done with wafw00f and w3af.
|
||||
-- - Removed many false positives.
|
||||
-- - Added fingeprints for WAFs such as Incapsula WAF, Cloudflare, USP-SES ,Cisco ACE XML Gateway and ModSecurity.
|
||||
-- - Added fingerprints and version detection for Webknight and BinarySec, Citrix Netscaler and ModSecurity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue