Linux Key Logger
Posted in Uncategorized on Sep 22nd, 2009
Recently I decided to write a key logger for Linux, both as an exercise, and because I couldn’t seem to find a good one out there. I wrote up a quick (and simple) key logger that will listen for keys based on the event input chain that Linux uses, and then echo them to stdout. [...]