Ekultek / WhatWaf

Detect and bypass web application firewalls and protection systems
Other
2.61k stars 443 forks source link

Possibly Barracuda WAF(?) #858

Open ghost opened 4 years ago

ghost commented 4 years ago

WhatWaf version: 2.0.3 Running context: whatwaf -W -u *************************************************************** --threads 5 --tor --check-tor Fingerprint:

<!--
GET http://www.*.com HTTP/1.1
Status code: 404
content-type: text/html
connection: close
-->
<div style=\"border: 3px solid #4991C5; font:1.5em; font-family:tahoma,calibri,arial; font-weight:bold; color:#1A4369; padding:5px; margin:10px; text-align:center\">  The specified URL cannot be found. </div><!--0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234-->

Ususally the comment at the end is used by Barracuda WAF <!--0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234-->

Other methods of detection:

I hope you can add this to your awesome tool :) Cheers and great software!!!

Ekultek commented 4 years ago

Hey, ya I’ll look into it when I have some time. Thanks for the input!