keylogger in Python

Premshree Pillai premshree.pillai at gmail.com
Sun Jul 31 23:15:30 EDT 2005


On 30 Jul 2005 01:11:32 -0700, Jay <jaymail at gawab.com> wrote:
> ok, i thought for 2 seconds i might have created a Keylogger in python
> keylogging = keylogger()
> keylog = open("keylog2.log", "w")
> text = raw_input()
> 
> keylog.write(text)
> keylog.close
> keylog = open("keylog2.log", "r")
> keylog.read

OMG!

-- 
Premshree Pillai
http://www.livejournal.com/users/premshree/



More information about the Python-list mailing list