An open API service indexing awesome lists of open source software.

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.

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 DROP

Try 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
$blender

Example :

$blender wlan0