Skip to content

Instantly share code, notes, and snippets.

View 5E7EN's full-sized avatar
:electron:

Simon 5E7EN

:electron:
  • Planet Earth
View GitHub Profile
@tuxfight3r
tuxfight3r / tcp_flags.txt
Last active September 7, 2024 01:53
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)