Hping.rs
L4 flooding test tool (hping3 rewritten in rust 🦀)
Install / Use
/learn @lidarbtc/Hping.rsREADME
<div align=center>
Hping.rs - Powerful overload test tool, hping3 in rust 🦀
<p> <img src="https://img.shields.io/github/stars/lidarbtc/hping.rs?color=%23DF0067&style=for-the-badge"/> <img src="https://img.shields.io/github/forks/lidarbtc/hping.rs?color=%239999FF&style=for-the-badge"/> <img src="https://img.shields.io/github/license/lidarbtc/hping.rs?color=%23E8E8E8&style=for-the-badge"/> faster, safer and more powerful than c-base hping3
Language</br>
<img src="https://img.shields.io/badge/Rust-black?style=for-the-badge&logo=rust&logoColor=#E57324"/></br>
</div>Build on Debian and Ubuntu
sudo apt install cargo
git clone https://github.com/lidarbtc/hping.rs.git
cd hping.rs
cargo build --release
Usage
Use command line : ./hping-rs udp <ip:port> or ./hping-rs tcp <ip>
└──────────> ./hping-rs udp 127.0.0.1:80
└──────────> ./hping-rs tcp 127.0.0.1
└──────────> ./hping-rs icmp 127.0.0.1
Develop plan
- [x] udp flooding
- [x] tcp flooding
- [x] icmp flooding
