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.
- Host: GitHub
- URL: https://github.com/SecShiv/ffuf-outputter
- Owner: HackShiv
- Created: 2024-05-08T11:26:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T14:44:28.000Z (almost 2 years ago)
- Last Synced: 2024-07-22T17:46:58.216Z (almost 2 years ago)
- Topics: automation, bugbounty, bugbounty-tool, bughunter, cybersecurity, directoryfuzzer, ffuf, fuzzer, hacking, output, python3, tools, tools-and-automation
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.