keylogger extension

Reply

Join Date: Jul 2008
Posts: 385
Reputation: leegeorg07 is an unknown quantity at this point 
Solved Threads: 30
leegeorg07's Avatar
leegeorg07 leegeorg07 is offline Offline
Posting Whiz

keylogger extension

 
0
  #1
Jul 4th, 2009
due to someone elses post about a keylogger, i wanted to use the program:
  1. # get the character of a key pressed (no return key needed)
  2. # works only in the command window and with Windows OS
  3. # msvcrt.dll is the MS C library containing most standard C functions
  4.  
  5. from msvcrt import getch
  6. while ord(getch()) != 27:
  7. z = getch()
  8. print z
but i was wondering how i could modify it so that it could be used to email a list of characters entered between a certain timeframe (could be described as an arg in a function) to a email specified in the program.
just in case you were wondering, lots of people have been using my computer for illegal things and i want to find out how they are getting past my blocks so i thought this would be the best way
don't judge me because I'm a year 8!

'it is better to fight for something than to live for nothing'General George S Patton
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 893
Reputation: Paul Thompson has a spectacular aura about Paul Thompson has a spectacular aura about 
Solved Threads: 142
Sponsor
Paul Thompson's Avatar
Paul Thompson Paul Thompson is offline Offline
previously paulthom12345

Re: keylogger extension

 
0
  #2
Jul 4th, 2009
Yeah i did this just a little while ago myself. Here is the tutorial i used for it:
http://kutuma.blogspot.com/2007/08/s...th-python.html
That will work with gmail
Make it idiot proof and someone will make a better idiot.
Check out my Site | and join us on IRC | Python Specific IRC
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 385
Reputation: leegeorg07 is an unknown quantity at this point 
Solved Threads: 30
leegeorg07's Avatar
leegeorg07 leegeorg07 is offline Offline
Posting Whiz

Re: keylogger extension

 
0
  #3
Jul 4th, 2009
cool thanks, if i find any parts that i dont understand would you be ok with explaining them?
don't judge me because I'm a year 8!

'it is better to fight for something than to live for nothing'General George S Patton
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 893
Reputation: Paul Thompson has a spectacular aura about Paul Thompson has a spectacular aura about 
Solved Threads: 142
Sponsor
Paul Thompson's Avatar
Paul Thompson Paul Thompson is offline Offline
previously paulthom12345

Re: keylogger extension

 
0
  #4
Jul 4th, 2009
hahaha, ill should be able to help up to a point Im not that familiar with these libraries.

Hope i can help
Make it idiot proof and someone will make a better idiot.
Check out my Site | and join us on IRC | Python Specific IRC
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 489
Reputation: shadwickman will become famous soon enough shadwickman will become famous soon enough 
Solved Threads: 76
shadwickman's Avatar
shadwickman shadwickman is offline Offline
Posting Pro in Training

Re: keylogger extension

 
0
  #5
Jul 4th, 2009
As for making the keylogger, you may want to have a look at pyhook, which can capture all keyboard events and mouse clicks in Windows (so even when your program's window isn't in focus). Definitely a useful thing to have access to for your purposes.
"Two good old boys in a fire-apple red convertible. Stoned. Ripped. Twisted. Good people."
- Hunter S. Thompson

my photography
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Python Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC