Just another web fuzzer, but this time written in Rust.
- You need to have
cargo
installed: https://rustup.rs - Paste in terminal:
git clone https://github.com/LucasKatashi/shin && cd shin && cargo run && cd target/debug
./shin --help
Usage: shin [OPTIONS] --target <TARGET> --wordlist <WORDLIST>
Options:
-t, --target <TARGET>
-w, --wordlist <WORDLIST>
--threads <THREADS> [default: 1]
--mc Only displays responses with status-code 200
-h, --help Print help
This work is licensed under MIT License.