Skip to content

Instantly share code, notes, and snippets.

View slash-cyberpunk's full-sized avatar

Vladislav Shishkov slash-cyberpunk

View GitHub Profile
@slash-cyberpunk
slash-cyberpunk / tcp_flags.txt
Created July 23, 2024 12:01 — forked from tuxfight3r/tcp_flags.txt
tcpdump - reading tcp flags
##TCP FLAGS##
Unskilled Attackers Pester Real Security Folks
==============================================
TCPDUMP FLAGS
Unskilled = URG = (Not Displayed in Flag Field, Displayed elsewhere)
Attackers = ACK = (Not Displayed in Flag Field, Displayed elsewhere)
Pester = PSH = [P] (Push Data)
Real = RST = [R] (Reset Connection)
Security = SYN = [S] (Start Connection)