Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages