Re: [Tutor] Keylogger

2009-12-19 Thread Alan Gauld
"james kahn" wrote I am currently developing a keylogger in python 2.5, In which OS, this is very likely going to be OS specific. I have developed a basic keyloger which logs basic keystrokes but I also want it to log URLS What do you mean log URLs? You mean as users type them? Where,

Re: [Tutor] keylogger

2005-06-09 Thread Liam Clarke
That is true. For what it's worth, I wouldn't write a keylogger in Python. C, C++ or Assembly would be the best option. On 6/10/05, David Holland <[EMAIL PROTECTED]> wrote: You might want to write a keylogger because you have Children living in your house and you might want to protect them or you

Re: [Tutor] keylogger

2005-06-09 Thread David Holland
You might want to write a keylogger because you have Children living in your house and you might want to protect them or yourself from their stupidity. (Ie downloading music illegally or giving out their address in a chat room, ideally the logger would sit there and send you an email if someone e

Re: [Tutor] keylogger

2005-06-08 Thread Liam Clarke
D]>>Reply-To: Liam Clarke < [EMAIL PROTECTED]>>To: Vladimir Rasputin <[EMAIL PROTECTED]>>CC: tutor@python.org>Subject: Re: [Tutor] keylogger >Date: Wed, 8 Jun 2005 21:24:25 +1200>>Out of curiosity, why the interest in logging keys?>>I'm also pretty s

Re: [Tutor] keylogger

2005-06-08 Thread Liam Clarke
Out of curiosity, why the interest in logging keys? I'm also pretty sure that a Python programme couldn't run as quietly as most keyloggers tend to...On 6/8/05, Vladimir Rasputin < [EMAIL PROTECTED]> wrote:Can i make a keylogger using python?has anyone ever made one/tryed to make one? does any one