Tcpdump cheatsheet

From Skytech
Revision as of 07:22, 20 August 2020 by Martin (talk | contribs) (Created page with "Category: Linux = tcpdump cheatsheet = <pre> TCPDUMP FLAGS Unskilled = URG = (Not Displayed in Flag Field, Displayed elsewhere) Attackers = A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


tcpdump cheatsheet

                     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)
Folks     =  FIN  =  [F] (Finish Connection)
          SYN-ACK =  [S.] (SynAcK Packet)
                     [.] (No Flag Set)