Skip to content

Reading JSON from Burp Logger++ and make it ready for Nuclei Fuzzing!

Notifications You must be signed in to change notification settings

zyairelai/fuzz555

Repository files navigation

fuzz555

Reading JSON from Burp Logger++ and make it ready for Nuclei Fuzzing!

image

GRAB THE SCRIPT

wget https://raw.githubusercontent.com/zyairelai/fuzz555/main/fuzz555.py

You can even move it to /usr/bin/ and runs from anywhere!

chmod a+x fuzz555.py
sudo mv fuzz555.py /usr/bin/fuzz555

Tutorial / Usage

1. Export all requests from Burp Logger++ Extension as JSON

image

2. Run the script with the Logger++ JSON as input

python3 fuzz555.py LoggerPlusPlus.json

3. The output will be compatible for Nuclei Fuzzing Template!

$ cat modified_URL.txt
http://192.168.183.159/phpMyAdmin/index.php?token=FUZZ
http://192.168.183.159/phpMyAdmin/index.php?phpMyAdmin=FUZZ&phpMyAdmin=FUZZ&pma_username=FUZZ&pma_password=FUZZ&server=FUZZ&phpMyAdmin=FUZZ&lang=FUZZ&convcharset=FUZZ&token=FUZZ

4. Happy Nuclei for quick win!

nuclei -l filtered_URL.txt -t '/opt/nuclei/fuzzing-templates'

About Nuclei

1. You need to have Nuclei installed

2. You have Nuclei Fuzzing Template installed

sudo chown -R /opt <username>
mkdir /opt/nuclei
git clone https://github.com/projectdiscovery/fuzzing-templates.git /opt/nuclei/fuzzing-templates

About

Reading JSON from Burp Logger++ and make it ready for Nuclei Fuzzing!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages