tansly / synflood

For one of the CENG489 homeworks

Home Page:https://github.com/tansly/ceng489-security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

synflood

Bare-bones SYN flooding, no bullshit. No intelligent source IP/port selection whatsoever.

Compile with make. Run as: ./sender.out dest_ip dest_port

For example: ./sender.out 10.0.0.2 8080

About

For one of the CENG489 homeworks

https://github.com/tansly/ceng489-security

License:MIT License


Languages

Language:C 98.0%Language:Makefile 2.0%