Skip to content

asd757817/scapy_three_way_handshake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scapy_three_way_handshake

Establish TCP three-way handshake and send a packet with scapy.

Usage

Disable output TCP RST

iptables -A OUTPUT -p tcp --tcp-flags RST RST -j DROP

The kerenl will reply RST if it receives a SYN-ACK but it didn't send SYN.

So, disable output RST by iptables to prevent this situation.

Run

python3 main.c

About

Establish three way handshake with scapy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages