Web Fuzzer
Shuriken is a threaded web fuzzer that includes proxies support and with which you will be able to do some recon : sqli, web discovery, password cracking, ...
Set execution perms : chmod +x install.sh
Run install .sh : sudo bash install.sh
or
python3 EasySetup.py
Set execution perms : chmod +x uninstall.sh
Run install .sh : sudo bash uninstall.sh
or
python3 EasySetup.py
run shuriken from terminal or wsl
shuriken -u http://mysite/NINJA -w dirlist
shuriken -u http://mysite/index.php?id=NINJA -w sqlipayloads
shuriken -u http://mysite/logon.php?user=admin&password=NINJA -w passwords
python3 testsite.py
Laptop :
- RAM : 4Go
- PROC : A9-9420 3,6Ghz 2Cores
- GRAPHICS : AMD Radeon R5
Wordlist : 200 491 words
Tool | Time |
---|---|
Shuriken | 42,14 sec |
Dirb | 108,42 sec |
ffuf | 26,81 sec |
Options | Shuriken | KATANA |
---|---|---|
proxy | OO | XX |
pattern | OO | XX |
bytechange | XX | OO |
delay | OO | XX |
threaded | XX | OO |
Option | Shuriken | Katana |
---|---|---|
speed | 1000 w/s | 4800 w/s |
Detected | 40% | 100% |
For CTF | No | Yes |
For Reconnaissance | Yes | No |
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request