EnableSecurity / wafw00f

WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.
https://www.enablesecurity.com/
BSD 3-Clause "New" or "Revised" License
5.17k stars 924 forks source link

Fix Azion Edge Firewall detection and product name #205

Closed gabrielnes-azion closed 2 months ago

gabrielnes-azion commented 2 months ago

Which category is this pull request?

Where has this been tested?

Does this close any currently open issues?

Noup

Does this add any new dependency?

Noup

Does this add any new command line switch/argument?

Noup

Any other comments you would like to make?

Before fix:

$ wafw00f -a https://www.azion.com https://api.azion.com

                ______
               /      \
              (  W00f! )
               \  ____/
               ,,    __            404 Hack Not Found
           |`-.__   / /                      __     __
           /"  _/  /_/                       \ \   / /
          *===*    /                          \ \_/ /  405 Not Allowed
         /     )__//                           \   /
    /|  /     /---`                        403 Forbidden
    \\/`   \ |                                 / _ \
    `\    /_\\_              502 Bad Gateway  / / \ \  500 Internal Error
      `_____``-`                             /_/   \_\

                        ~ WAFW00F : v2.2.0 ~
        The Web Application Firewall Fingerprinting Toolkit

[*] Checking https://www.azion.com
[+] Generic Detection results:
[-] No WAF detected by the generic detection
[~] Number of requests: 7
[*] Checking https://api.azion.com
[+] Generic Detection results:
[-] No WAF detected by the generic detection
[~] Number of requests: 7

After fix:

$ wafw00f https://www.azion.com https://api.azion.com

                ______
               /      \
              (  W00f! )
               \  ____/
               ,,    __            404 Hack Not Found
           |`-.__   / /                      __     __
           /"  _/  /_/                       \ \   / /
          *===*    /                          \ \_/ /  405 Not Allowed
         /     )__//                           \   /
    /|  /     /---`                        403 Forbidden
    \\/`   \ |                                 / _ \
    `\    /_\\_              502 Bad Gateway  / / \ \  500 Internal Error
      `_____``-`                             /_/   \_\

                        ~ WAFW00F : v2.2.0 ~
        The Web Application Firewall Fingerprinting Toolkit

[*] Checking https://www.azion.com
[+] The site https://www.azion.com is behind Azion Edge Firewall (Azion) WAF.
[~] Number of requests: 2
[*] Checking https://api.azion.com
[+] The site https://api.azion.com is behind Azion Edge Firewall (Azion) WAF.
[~] Number of requests: 2
0xInfection commented 2 months ago

awesome, thank you!