Docker setting of WebTheFuzzer
docker compose up -dInstall web application in /app directory
We use WTF-crawlergo
cd /WTF-CrawlerYou can edit crawlergo.py to use crawler to your web application
pip3 install simplejson
make build
python3 crawlergo.pyAfter 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.jsonYou can view the results in the results folder.