in reply to Re: perl keylogger on linux
in thread perl keylogger on linux
Hi,
- I will have root access to target computers. My project aims to watch a large computer lab during exam hours only, since exams are made by a web interface, grabbing keys in X windows is more important.
- I have already written a kernel module in C and am able to grab all keys regardless of console or X. But this assignment must be done in pure Perl.
Also I have tried TK yesterday, but it only grabs key events from a focused window, global grabbing blocks all inputs so it doesn't suit my needs. Today I'll be trying Qt and X Event Interface. I hope listening X events will solve my problem.
Thank you very much for help :-)