LucasKatashi / shin

Just another web fuzzer.

Home Page:https://github.com/LucasKatashi/shin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Just another web fuzzer.

https://github.com/LucasKatashi/shin

License:Other


Languages

Language:Rust 100.0%