Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 207 Bytes

tcpdump.md

File metadata and controls

13 lines (8 loc) · 207 Bytes
tcpdump -i eth1 'port 80' -vv

tcpdump -i eth1 'port 80 and src 1.1.1.1' -vv

tcpdump 'src 1.1.1.1' -vv

tcpdump 'dst 1.1.1.1' -vv

tcpdump 'src port 80' -vv

-w a.txt 把报文内容写到文件中