Skip to content

Instantly share code, notes, and snippets.

View logarithm's full-sized avatar

Maxim Logvinenko logarithm

View GitHub Profile
@logarithm
logarithm / tcp_flags.txt
Created August 21, 2018 11:27 — 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)