Blog » Blog Entry

Poor Man's Keylogger

September 29, 2008

Here's a simple way to monitor web requests on your NAT/firewall server:

tcpdump -A -s 0 port 80 2>&1 >> /tmp/80.out &

And then for a little color:

apt-get install ccze

tail -f /tmp/80.out |ccze -A
Tags: keylogger

« My local news channel is an utter embarrasment Simple git setup for new git users »


Cookies must be enabled to make a comment