Skip to content

This is command line tool to fuzzing web application!

Notifications You must be signed in to change notification settings

beyrakIn/fuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzer

Tool help menu

.__           .__          
|  |__   ____ |  | ______  
|  |  \_/ __ \|  | \____ \ 
|   Y  \  ___/|  |_|  |_> >
|___|  /\___  >____/   __/ 
     \/     \/     |__|    
[!] Usage: ./fuzzer -u https://google.com -w wordlist.txt -o output.txt
[!] Usage: ./fuzzer -u google.com -w wordlist.txt -o output.txt
[!] -u url is required
[!] -w wordlist is required
[!] -o output is optional
[!] -h help
[+] Thanks for using this tool

Example output

➜ ./fuzzer -u http://google.com/ -w small.txt
[+] http://google.com/2001
[+] http://google.com/about
[+] http://google.com/account
[+] http://google.com/appliance
[+] http://google.com/blog
...

Options

-u: url
-w: wordlist
-o: output
-h: help

About

This is command line tool to fuzzing web application!

Topics

Resources

Stars

Watchers

Forks