timmy revised this gist 10 months ago. Go to revision
No changes
timmy revised this gist 10 months ago. Go to revision
No changes
timmy revised this gist 11 months ago. Go to revision
2 files changed, 5 insertions
tcpdump_capture_imap_pop3.sh(file created)
| @@ -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(file created)
| @@ -0,0 +1,2 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | tcpdump -i eth0 port 110 -w pop3_traffic.pcap | |