timmy 修订了这个 Gist 10 months ago. 转到此修订
没有任何变更
timmy 修订了这个 Gist 10 months ago. 转到此修订
没有任何变更
timmy 修订了这个 Gist 11 months ago. 转到此修订
2 files changed, 5 insertions
tcpdump_capture_imap_pop3.sh(文件已创建)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | ||
| 3 | + | tcpdump -i eth0 port 110 or port 143 -w imap_pop3.pcap | |
tcpdump_capture_pop3_traffic.sh(文件已创建)
| @@ -0,0 +1,2 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | tcpdump -i eth0 port 110 -w pop3_traffic.pcap | |