/TTWAF

「🧱」Test a list of payloads and see if you can bypass it

Primary LanguageRustGNU General Public License v3.0GPL-3.0

「🧱」About TTWAF

TTWAF, or Test This WAF, is a Web Application Firewall (WAF) bypass testing tool. You can test a list of payloads like XSS, LFI, RCE, SQLI and find one that can bypass WAF. TTWAF is built in Rust, this is great for faster testing.

Usage:

Help:

How to Install:

Requirements:

# First install rust
$ rustup install stable
$ rustup target add x86_64-unknown-linux-musl
$ sudo apt install libssl-dev

Installation:

$ git clone https://github.com/MrEmpy/TTWAF
$ cd TTWAF
$ make
$ cp ttwaf /usr/bin