Ekultek / WhatWaf
- пятница, 29 декабря 2017 г. в 03:14:43
Detect and bypass web application firewalls and protection systems
WhatWaf is an advanced firewall detection tool who's goal is to give you the idea of "There's a WAF?". WhatWaf works by detecting a firewall on a web application, and attempting to detect a bypass (or two) for said firewall, on the specified target.
-u/--url
flag-l/--list
flagsocks4
, socks5
, http
, https
and Tor
)Installing whatwaf is super easy, all you have to do is the following:
Have Python 2.7, Python 3.x compatibility is being implemented soon:
sudo -s << EOF
git clone https://github.com/ekultek/whatwaf.git
cd whatwaf
chmod +x whatwaf.py
pip2 install -r requirements.txt
./whatwaf.py --help
First we'll run the website through WhatWaf and figure out which firewall protects it (if any):
Next we'll go to that website and see what the page looks like:
Hmm.. that doesn't really look like Cloudflare does it? Lets see what the headers say:
And finally, lets try one of the bypasses that it tells us to try:
If you want to make some tamper scripts, want to add some functionality or just want to make something look better. Getting involved is easy:
I'm always looking for some helpful people out there, and would love help with this little side project I got going on, Thanks!