-
I have the same problem with lkl and usb keyboards. Have you found anything yet?.
2007-06-18 08:35:17 UTC in LKL Linux KeyLogger
-
sudo ln -s /usr/lib/libpcap.so.0.8 /usr/lib/libpcap.so.0.
2007-05-22 12:16:08 UTC in IM Sniffer
-
I have got it working in Ubuntu 7.04.
mike@ubuntu:~/DOWNLOADS/linux$ sudo ./imsniff eth0
It hasn't recorded any messages. I sent several to test it. I have tried sending messages to myself on these protocols with Pidgin: Google Talk (Jabber), MSN, ICQ, Yahoo, and AIM.
2007-05-22 11:39:03 UTC in IM Sniffer
-
I can see keys are being pressed on a usb keyboard in real time by using this command.
sudo od -tx1 /dev/input/by-path/pci-0000\:00\:02.0-usb-0\:3\:1.0-event-kbd
or
sudo od -tx1 /dev/input/by-id/usb-BTC_USB_Multimedia_Cordless_Kit-event-kbd
But all of the output is in hex code. I can also do this.
sudo modprobe evbug
dmesg
And I can see what keys are being pressed but they...
2007-05-22 11:22:17 UTC in LKL Linux KeyLogger