Python keylogger
July 31st, 2005 ~ Posted in: ProgrammingGoing through my backlog of unread entries from the Python General mailing list, I found out that it is very easy to make a Python-based keylogger (<40 lines!). Not that I’d want to do a thing like that, but for future reference, it requires the Win32 module and PyHook, and the particular technique can be found by searching the mailing list. Also, I (re?)discovered that Qt has an open source development kit for Windows, finally, so I can use Qt under both Linux and Windows if I ever feel the need to learn it.

3 Responses to “Python keylogger”
September 11th, 2005 at 11:47 pm
Indeed, it is quite easy to make a keylogger in python. you don’t even need 40 lines to do it. you can check out a nifty python keylogger at pykeylogger.sourceforge.net, if you are curious to see a more robust implementation.
September 16th, 2006 at 8:42 am
uhh could someone tell me the source code?
January 12th, 2007 at 9:19 am
if you do find out the source code, send it to twisted_transistor_69@hotmail.com id really appreciate it!
This entry was posted on Sunday, July 31st, 2005 at 11:03 am and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply