Skip to content

lonyelon/FuzzYourYelon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzYourYelon

Advanced URL Fuzzer made in java. It allows the user to scan a website, get all links on it and then scan those links until it can find no more. This allows to understand the folder structure of a website and, who knows, some nice stuff ;). I am not responsible for the use (or misuse) of this tool, I just did it for fun.

Usage

Download the latest FuzzYourYelon.jar from here. Then, to execute the software type:

java -jar FuzzYourYelon.jar

Installation

To install it on Linux you can do the following:

  1. Download the file as before.
  2. Copy it to bin with sudo cp FuzzYourYelon.jar /bin/.
  3. sudo echo "#!/bin/bash\njava -jar FuzzYourYelon.jar" > /bin/fyy. Now you can just use the command fyy to use the tool!

Future plans

  • Scan hypertext documents.
  • Save directories.
  • Add some kind of progress bar.
  • Brute force url.
  • Console interface.
  • Load help from file.
  • Extra console functions.
    • Clone directories.
    • Save files
  • Graphical user interface.

Credits

2020, LonYelon

About

Advanced URL Fuzzer made in java

Resources

License

Stars

Watchers

Forks

Packages

No packages published