https://github.com/skepticfx/poc-stack-for-tcp-simultaneous-connection
Acts as a TCP Stack which handles SYN , SYN-ACK and responds with a New SYN . Part of the research work on the concept of mitigating DoS attacks using simultaneous connection initiation.
https://github.com/skepticfx/poc-stack-for-tcp-simultaneous-connection
Last synced: 3 months ago
JSON representation
Acts as a TCP Stack which handles SYN , SYN-ACK and responds with a New SYN . Part of the research work on the concept of mitigating DoS attacks using simultaneous connection initiation.
- Host: GitHub
- URL: https://github.com/skepticfx/poc-stack-for-tcp-simultaneous-connection
- Owner: skepticfx
- Created: 2011-07-25T18:42:27.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-06T15:41:15.000Z (over 13 years ago)
- Last Synced: 2025-01-22T02:35:03.971Z (5 months ago)
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Acts as a TCP Stack which handles SYN , SYN-ACK and responds with a New SYN . Part of the research work on the concept of mitigating DoS attacks using simultaneous connection initiation.
Enter this IPTABLE Entry in linuc to test this PoC ,
# iptables -A INPUT -p tcp --destination-port 80 -j DROPTry testing this with a browser for the above IPTABLE config.
Modify this as you like.Make sure you have installed the the libpcap library for C.
#Use the linker 'pcap' while compiling , just like the below one.
# Any Queries ? Send me a mail @ [email protected]USAGE : gcc -o blender blender.c -lpcap
$blenderExample :
$blender wlan0