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.
Download the latest FuzzYourYelon.jar
from here. Then, to execute the software type:
java -jar FuzzYourYelon.jar
To install it on Linux you can do the following:
- Download the file as before.
- Copy it to
bin
withsudo cp FuzzYourYelon.jar /bin/
. sudo echo "#!/bin/bash\njava -jar FuzzYourYelon.jar" > /bin/fyy
. Now you can just use the commandfyy
to use the tool!
- 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.
2020, LonYelon