Reading JSON from Burp Logger++ and make it ready for Nuclei Fuzzing!
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
python3 fuzz555.py LoggerPlusPlus.json
$ 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
nuclei -l filtered_URL.txt -t '/opt/nuclei/fuzzing-templates'
sudo chown -R /opt <username>
mkdir /opt/nuclei
git clone https://github.com/projectdiscovery/fuzzing-templates.git /opt/nuclei/fuzzing-templates