Vi.*_*Vi. 6 linux sniffing tcp tcpdump
我期待这样的事情:
$ nc example.com 80
GET / HTTP/1.0
HTTP/1.0 500 K.O.
Content-Type: application/null
Content-Length: -1
$
Meanwhile:
# tcpdump -i eth0 --actually-dump-all-tcp
217.21.51.1:56812->192.0.43.10:80 GET / HTTP/1.0
217.21.51.1:56812->192.0.43.10:80
217.21.51.1:56812<-192.0.43.10:80 HTTP/1.0 500 K.O.
217.21.51.1:56812<-192.0.43.10:80 Content-Type: application/null
217.21.51.1:56812<-192.0.43.10:80 Content-Length: -1
Run Code Online (Sandbox Code Playgroud)
现在我使用 Wireshark,但是在加载连接时,cat 完成了几次。
归档时间: |
|
查看次数: |
18731 次 |
最近记录: |