WindowShark is a Windows Keylogger application.
** This is a basic Keylogger that I programmed on my university days (old times). **
** I'm not responsible for what you use this to accomplish and should only be used for education purposes. **
In order to setup the Keylogger, you will need a basic knowledge of C# language.
- Open WindowShark.sln with Visual Studio.
- Edit Program.cs with an email and password.
- Compile the program.
- Apply some kind of obfuscation.
Initially, when the user is infected with this malware, the malware will hide itself in a temporal folder. Also, it will be added to the startup processes.
All the pressed keyboard buttons will be recorded and sent every XX minutes.
- The malware hide itself on temporal folders.
- The malware startups within the system.
- All the keyboard buttons pressed will be recorded.
- All the keyboard buttons pressed will be sent.
This is a basic malware just for education.
A lot of improvements can be done.