Published: 08 Dec 2019 › Updated: 08 Dec 2019
Ffuf (Fuzz Faster U Fool) - An Open Source Fast Web Fuzzing Tool
Ffuf - Fuzz Faster U Fool is a great tool used for fuzzing. It has become really popular lately with bug bounty hunters. Ffuf is used for fuzzing Get and Post data but can also be used for finding hidden files, directories or subdomains.
Installation and usage
- Clone the github repository and change the current directory
- Install golang
- Run the script with the FUZZ word, url and a wordlist at least
On Kali you can easily install golang:
apt-get install golangThen you can run a directory discovery which finishes the whole 200k wordlists under 30 seconds which is an impressive performance:
go run main.go -u http://localhost/FUZZ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
The tool is also great when you have to test for vulnerabilities: sqli, xss, command injection, ldap injection, nosqli, etc. For example if you come across a search get parameter you could use this command to test for sqli (if you expect a different response length where you get a sql error, opposed to the response where the parameter is just invalid):
ffuf -w sqli.txt -u https://vitim/script.php?id=FUZZ -fs <response_length>
What bunny rating does it get?
Pros
- ffuf is probably the fastest web fuzzer
- it has a lot of really useful options for parameters and filtering out the response
Cons
- In some cases it can miss results if the threads and filtering are not properly set up, so it boils down to trial and error which is a small con for any fuzzer
Want To Learn More About Ethical Hacking?
We have a networking hacking course that is of a similar level to OSCP, get an exclusive 95% discount HERE
Do you know of another GitHub related hacking tool?
Get in touch with us via the contact form if you would like us to look at any other GitHub ethical hacking tools.
Posted from my blog with SteemPress : https://latesthackingnews.com/2019/12/08/ffuf-fuzz-faster-u-fool-an-open-source-fast-web-fuzzing-tool/
Leave Ffuf (Fuzz Faster U Fool) - An Open Source Fast Web Fuzzing Tool to:
Read more #bestethicalhackertools posts
Best Posts From twr
We have not curated any of twr's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From twr
- Will a VPN Protect Me From a Data Breach?
- Why DDoS Attacks Are Still One of the Biggest Cyberthreats
- Why Do Subdomain Lookups for Cybersecurity?
- What You Need To Know About Bitcoin Before Investing Your Money In It
- Massive Cyberattacks that Shook the World in 2020
- Data of 176 Million Pakistani Citizens Found For Sale On Dark Web
- Apple Patched Three Zero-Days With The Release Of iOS 14.4
- Watch Out For This Wormable Malware Spreading Via WhatsApp
- What Password Managers Are Safe to Use in 2021
- 7 Reasons to Choose an Outsourced Security Services Provider
- Preparing for a High-Paying Career in Cyber Security
- Xanthe Cryptomining Botnet Attack Targeting Docker Installations
- How To Test If The App You Created Is Secure And Safe From Hacking
- TikTok Vulnerabilities Could Expose Users’ Private Data
- Shazam Vulnerability Could Have Exposed User Locations
- Subfinder - A Subdomain Discovery Tool
- Millions Of Devices Exposed To DNSpooq Vulnerabilities Allowing DNS Hijacking
- Impacts of Website Security on SEO Rankings and How to Manage Them
- How to Find a Fast Proxy Server
- What Is the Perfect 3D Printer for Beginners?