Home

Awesome

<p align="center"><img src="https://github.com/pwnwriter/kanha/blob/logos/shree.svg" width="250px" height="100px" > <h4 align="center"><strong><code>Kanha</code></strong> - A web-app pentesting suite written in rust 🦀</h4> </h6> <h6 align="center"> <a href="https://github.com/pwnwriter/kanha#-installation"><code>Installation</code></a> ⦾ <a href="https://github.com/pwnwriter/kanha#-Subcommands"><code>Subcommands</code></a> ⦾ <a href="https://github.com/pwnwriter/kanha#-contributing"><code>Contribute</code></a> </h6> <p align="center"> <a href="https://crates.io/crates/kanha/"><img src="https://img.shields.io/crates/v/kanha?style=flat&amp;labelColor=56534b&amp;color=c1c1b6&amp;logo=Rust&amp;logoColor=white" alt="Crate Release"></a> <a href="https://github.com/pwnwriter/kanha/issues"><img src="https://img.shields.io/github/issues/pwnwriter/kanha.svg?style=flat-square&label=Issues&color=d77982"></a> <a href="https://github.com/pwnwriter/pwnwriter/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-white.svg" alt="MIT LICENSE"></a> <a href="https://ko-fi.com/pwnwriter"><img src="https://img.shields.io/badge/support-pwnwriter%20-pink?logo=kofi&logoColor=white" alt="Ko-fi"></a>

-----------------------------------------------------

<img src="https://github.com/pwnwriter/kanha/assets/90331517/7fbabb20-44bf-4d34-9602-fad6e0487b5e" alt="img" align="right" width="50%"></p>

Kanha is a tool that can help you perform, a variety of attacks based on the target domain . With just kanha you can do, Fuzzing, Reverse dns lookup, common http response, subdomain takeover detection and many more.

The project is inspird by mini.nvim, basically helping you to be productive with less numbers of tools(plugins) installed on your system and be unobtrusive and function as a standalone single binary out of the box.

Built from the ground up with performance, ease of use, and portability in mind in your favourite programming lang rust 💝

Philosophy

Installation

<details> <summary><code>Binary </code></summary> &nbsp;
wget -qO- "$(curl -qfsSL "https://api.github.com/repos/pwnwriter/kanha/releases/latest" | jq -r '.assets[].browser_download_url' | grep -Ei "$(uname -m).*$(uname -s).*musl" | grep -v "\.sha")" | tar -xzf - --strip-components=1
./kanha -h
</details>

[!IMPORTANT] For upstream updates, it's recommended to build kanha from source !

<details open> <summary><code>Source </code></summary> &nbsp;
  git clone --depth=1 https://github.com/pwnwriter/kanha --branch=main
  cd kanha
  cargo build --release
</details> <details> <summary><code>Cargo </code></summary> </details> <details> <summary><code>METIS Linux </code></summary> &nbsp;
sudo/doas pacman -Syyy kanha
</details> <details> <summary><code>Arch user repository </code></summary> &nbsp;
paru/yay -S kanha-git
</details> <details open> <summary><code> On Nix </code></summary> &nbsp;
# Build from source and run
nix run github:pwnwriter/kanha
# without flakes:
nix-env -iA nixpkgs.kanha
# with flakes:
nix profile install nixpkgs#kanha
</details>

Subcommands

</details> </details> </details> <!-- ➏ ➐ ➑ ➒ -->

Contributing

Also see

FAQ

Support

I am a student, i like working for open-source during my free time. If you appreciate my work, kindly consider supporting me through Ko-fi.

Copying

Kanha is licensed under the MIT LICENSE, Feel free to consider Kanha as your own!

<!-- Links --> <p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p> <p align="center">Copyright &copy; 2023 - present <a href="https://pwnwriter.xyz" target="_blank"> pwnwriter xyz </a> ☘️ </p>