Advertisement
D3vBl4ck

TCP FLAGS

Jul 12th, 2020
14,913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. #flags
  2. FIN = 0x01
  3. SYN = 0x02
  4. RST = 0x04
  5. PSH = 0x08
  6. ACK = 0x10
  7. URG = 0x20
  8. ECE = 0x40
  9. CWR = 0x80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement