ProxyFuzzer is a proxy which intercept and fuzz the paramters in client request with the common web based attacks and payloads. It's a naive attempt to automate/test for the common web based attacks.
Fuzzing and automating the attacks for the following WebGoat 8.0 challenges:
- Bypass a Path Based Access Control Scheme (Directory Traversal)
- Command Injection (Command Injection)
python2 proxyfuzzer.py 8080 directorytraversal
python2 proxyfuzzer.py 8080 commandinjection
python2 proxyfuzzer.py 8080 sessionfixation