Guest User

tcpdump

a guest
Oct 15th, 2010
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. sudo tcpdump -vvv -ni any host 87.240.188.253
  2. tcpdump: listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes
  3. 01:40:38.122061 IP (tos 0x0, ttl 64, id 41204, offset 0, flags [DF], proto TCP (6), length 60)
  4. 192.168.217.37.34952 > 87.240.188.253.80: Flags [S], cksum 0x336e (correct), seq 2534926116, win 5808, options [mss 1452,sackOK,TS val 4868048 ecr 0,nop,wscale 6], length 0
  5. 01:40:41.129923 IP (tos 0x0, ttl 64, id 41205, offset 0, flags [DF], proto TCP (6), length 60)
  6. 192.168.217.37.34952 > 87.240.188.253.80: Flags [S], cksum 0x307e (correct), seq 2534926116, win 5808, options [mss 1452,sackOK,TS val 4868800 ecr 0,nop,wscale 6], length 0
  7. 01:40:47.145910 IP (tos 0x0, ttl 64, id 41206, offset 0, flags [DF], proto TCP (6), length 60)
  8. 192.168.217.37.34952 > 87.240.188.253.80: Flags [S], cksum 0x2a9e (correct), seq 2534926116, win 5808, options [mss 1452,sackOK,TS val 4870304 ecr 0,nop,wscale 6], length 0
  9. ^C
  10. 3 packets captured
  11. 3 packets received by filter
  12. 0 packets dropped by kernel
Add Comment
Please, Sign In to add comment