Skip to content

BoB-WebFuzzing/WTFuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages