fetchmail configuration | ||
---|---|---|
Prev |
To sniff your POP3 password, use tcpdump. First install it.
# apt-get install tcpdump |
Run tcpdump in this way (running tcpdump requires root privilege):
$ touch result $ chmod 600 result # tcpdump -w result |
# apt-get install binutils $ strings result |
PASS ******** |