SkillAgentSearch skills...

Hping.rs

L4 flooding test tool (hping3 rewritten in rust 🦀)

Install / Use

/learn @lidarbtc/Hping.rs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<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"/> &nbsp; <img src="https://img.shields.io/github/forks/lidarbtc/hping.rs?color=%239999FF&style=for-the-badge"/> &nbsp; <img src="https://img.shields.io/github/license/lidarbtc/hping.rs?color=%23E8E8E8&style=for-the-badge"/> &nbsp;

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
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated25d ago
Forks2

Languages

Rust

Security Score

90/100

Audited on Mar 5, 2026

No findings