Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 758 Bytes

File metadata and controls

43 lines (31 loc) · 758 Bytes

WebTheFuzzer

Docker setting of WebTheFuzzer

Usage

Image Build

docker compose up -d

Install Web App

Install web application in /app directory

Run Crawler

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

Run fuzzer

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.