Skip to content

LucasKatashi/shin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shin
Another web fuzzer

Summary

Just another web fuzzer, but this time written in Rust.

Instalation

  • 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

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

License

This work is licensed under MIT License.