首页 热点资讯 义务教育 高等教育 出国留学 考研考公

想看到连接的SYN\SRT\FIN\ACK等包,用tcpdump,命令是怎样的

发布网友 发布时间:2022-04-25 07:16

我来回答

1个回答

热心网友 时间:2023-11-06 07:11

默认情况下tcpmp将一直抓包,直到按下”ctrl+c”中止,使用-c选项我们可以指定抓包的数量:

bash代码
slot10_suse10sp2:/tmp/lx # tcpmp -c 2 -i eth0
tcpmp: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes

10:58:05.656104 IP 10.71.171.140.ssh > 10.70.121.92.autodesk-lm: P 1210443473:12104435(116) ack2583117929 win 128
10:58:05.657074 IP 10.70.121.92.autodesk-lm > 10.71.171.140.ssh: . ack 116 win 65211

2 packets captured
6 packets received by filter
0 packets dropped by kernel

以上例子中,只针对eth0网口抓2个包。

热心网友 时间:2023-11-06 07:11

默认情况下tcpmp将一直抓包,直到按下”ctrl+c”中止,使用-c选项我们可以指定抓包的数量:

bash代码
slot10_suse10sp2:/tmp/lx # tcpmp -c 2 -i eth0
tcpmp: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes

10:58:05.656104 IP 10.71.171.140.ssh > 10.70.121.92.autodesk-lm: P 1210443473:12104435(116) ack2583117929 win 128
10:58:05.657074 IP 10.70.121.92.autodesk-lm > 10.71.171.140.ssh: . ack 116 win 65211

2 packets captured
6 packets received by filter
0 packets dropped by kernel

以上例子中,只针对eth0网口抓2个包。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com