/hping.rs

L4 flooding test tool (hping3 rewritten in rust 🦀)

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Hping.rs - Powerful overload test tool, hping3 in rust 🦀

     

faster, safer and more powerful than c-base hping3

Language


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

  • udp flooding
  • tcp flooding
  • icmp flooding