appsecben
  • AppSecBen
  • Awesome Links
  • tools
    • grep
    • netstat
    • nmap
    • h8mail
    • sherlock
    • BeEF
    • Wireshark
    • Scapy
    • ffuf
    • wafw00f
    • hCaptcha
    • sn1per
    • WPScan
    • searchsploit
    • Metasploit
    • wget
    • Bash Scripting
    • git
    • Docker
    • VSCode
    • Local web server
    • S3 Bucket
    • JWT
  • Links Úteis
    • Cursos
    • Ferramentas Online
    • Repositórios
    • Articles, Docs, Sites, etc
  • Infra
    • Email
    • DNS
    • Subdomain
    • Ferramentas
    • SSH
  • Tor
    • Links
    • Tor + ProxyChains Config
  • GoLang
    • Cheat Sheet
    • Install
    • Useful Links
    • Packages
    • VSCode
  • Vulns
    • Log4j
Powered by GitBook
On this page

Was this helpful?

  1. tools

wafw00f

WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.

PreviousffufNexthCaptcha

Last updated 4 years ago

Was this helpful?

Usage

### COMMAND
$ wafw00f https://terra.com.br     

### OUTPUT

                ______
               /      \                                                                                                                                      
              (  W00f! )                                                                                                                                     
               \  ____/                                                                                                                                      
               ,,    __            404 Hack Not Found                                                                                                        
           |`-.__   / /                      __     __                                                                                                       
           /"  _/  /_/                       \ \   / /                                                                                                       
          *===*    /                          \ \_/ /  405 Not Allowed                                                                                       
         /     )__//                           \   /                                                                                                         
    /|  /     /---`                        403 Forbidden                                                                                                     
    \\/`   \ |                                 / _ \                                                                                                         
    `\    /_\\_              502 Bad Gateway  / / \ \  500 Internal Error                                                                                    
      `_____``-`                             /_/   \_\                                                                                                       
                                                                                                                                                             
                        ~ WAFW00F : v2.1.0 ~                                                                                                                 
        The Web Application Firewall Fingerprinting Toolkit                                                                                                  
                                                                                                                                                             
[*] Checking https://terra.com.br
[+] The site https://terra.com.br is behind Kona SiteDefender (Akamai) WAF.
[~] Number of requests: 2
GitHub - EnableSecurity/wafw00f: WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.GitHub
Logo