EvilZone
Programming and Scripting => Scripting Languages => Topic started by: Doddy on May 09, 2013, 07:33:35 PM
-
A simple keylogger in Perl with the following options:
- Capture recognizing case sensitive keys as well as signs
- Capture active windows
- Capture windows desktop every so often or every mouse click
- Hidden files related to the program
- Compression logs to zip
- Logs sorted in an HTML file
- Up to an FTP server logs marked
- Running when Windows starts
An image generator keylogger :
(http://doddyhackman.webcindario.com/images/keycagator.jpg)
The code is here (http://pastebin.com/w7GKy3cy).
Also thank you to Mdh3ll (http://dl.packetstormsecurity.net/trojans/win-keylogger.txt) I think the first perl keylogger on which I based in part to make this program .