Skip to content

Releases: Ekultek/WhatWaf

v1.9

01 Dec 22:13
Compare
Choose a tag to compare

Completely deprecates setup.sh in favor of setup.py

v1.8

01 Dec 06:53
Compare
Choose a tag to compare

Creates setup.py

v1.7

30 Nov 04:23
Compare
Choose a tag to compare

Bunch of issue fixes with a few new wafs added into it enjoy

Version 1.4

14 Feb 16:34
Compare
Choose a tag to compare

This release gives whatwaf a database. The database will cache all URL's and payloads that are drafted through whatwaf. You can have whatwaf check against the cached URL's or scan like normal, the default is to scan like normal. Newest arguments:

database arguments:
  arguments that pertain to Whatwafs database

  -c, --url-cache       Check against URL's that have already been cached into
                        the database before running them saves some time on
                        scanning multiple (*default=False)
  -pC, --payload-cache  View all payloads that have been cached inside of the
                        database

Version 1.0

16 Jan 16:13
Compare
Choose a tag to compare

The first release of whatwaf!

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.

Payloads encoded through whatwaf will be saved in a database for future use. You can view the encoded payloads by running -vC. Every time you encode a payload it is checked against the payloads currently in the database to prevent duplicates from being stored.