An open API service indexing awesome lists of open source software.

https://github.com/SecShiv/ffuf-outputter

A cleaner way to save my ffuf output - consider combining it with ffuf easily.
https://github.com/SecShiv/ffuf-outputter

automation bugbounty bugbounty-tool bughunter cybersecurity directoryfuzzer ffuf fuzzer hacking output python3 tools tools-and-automation

Last synced: about 1 year ago
JSON representation

A cleaner way to save my ffuf output - consider combining it with ffuf easily.

Awesome Lists containing this project

README

          

# ffuf-outputter
A cleaner way to save my ffuf output - consider combining it with ffuf easily.

# Usage Example
First change the directory in the python file to where you are going to be running the ffuf scan. Instead of "/home/hackershiv/tools/ffuf.json", change to your working directory.

ffuf -u "https://evil.com/FUZZ" -w ~/tools/OneListForAll/onelistforallmicro.txt -o ffuf.json && python3 ~/tools/ffufoutput.py && rm -rf ffuf.json

# Why?
You can just easily click on the URL from your terminal instead of manually typing in your browser and formatted in .json which is messy to read.