| | |
keylogger extension
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
![]() |
due to someone elses post about a keylogger, i wanted to use the program:
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
python Syntax (Toggle Plain Text)
# get the character of a key pressed (no return key needed) # works only in the command window and with Windows OS # msvcrt.dll is the MS C library containing most standard C functions from msvcrt import getch while ord(getch()) != 27: z = getch() print z
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
'it is better to fight for something than to live for nothing'General George S Patton
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
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
Check out my Site | and join us on IRC | Python Specific IRC
hahaha, ill should be able to help up to a point
Im not that familiar with these libraries.
Hope i can help
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
Check out my Site | and join us on IRC | Python Specific IRC
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
- Hunter S. Thompson
my photography
![]() |
Similar Threads
- php5 and phpmyadmin?? (PHP)
- Newbie Question - Hiding php extension (PHP)
- Creating own file extension (Computer Science)
- really need help to uninstall perfect keylogger (Viruses, Spyware and other Nasties)
- Keylogger recommendations (Windows NT / 2000 / XP)
- Error Linking KeyLogger.exe (C++)
Other Threads in the Python Forum
- Previous Thread: wxpython gui running on a server
- Next Thread: File Handling
Views: 360 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for Python
alarm aliased application beginner calculator casino character code command cursor cx-freeze definedlines development dictionary dynamic error event examples excel exe file filename float format ftp function google graphics gui homework ideas import input java launcher line linux list lists logging loop matching microphone mouse movingimageswithpygame newb number numbers obexftp output parsing path permissions phonebook port prime program programming projects py2exe pygame pygtk pyqt pysimplewizard python random recursion recursive refresh return reverse scrolledtext shebang simple skinning sprite ssh statistics string strings table terminal text thread threading time tkinter tlapse tricks tuple tutorial ubuntu unicode urllib urllib2 valueerror variable voip windows wxpython





