Docker setting of WebTheFuzzer
docker compose up -d
Install web application in /app
directory
We use WTF-crawlergo
cd /WTF-Crawler
You can edit crawlergo.py to use crawler to your web application
pip3 install simplejson
make build
python3 crawlergo.py
After the crawler ends, run following code:
mv request_data.json /fuzzer/json
The fuzzer control tower You must modify config.json before running the fuzzer.
./fuzzer json/config.json json/request_data.json
You can view the results in the results folder.