A keylogger written in C# with automatic sending of the collected log to your email. This version is an update of the old keylogger called "DarkTerrorKLG".
From the added:
Added binder
Added icon changer
Protection for credentials
Output obfuscation
Stub optimization
Test of configuration before build.
Stub size has now around 10-12kb
Features
Builder: Random names and attributes (e.g. title, description, version) are generated for the compiled executable using predefined adjective and noun arrays. Here I used plausible names, not just random strings. These attributes are included as build metadata for the generated executable.
Input handling for SMTP configuration: User-supplied inputs such as SMTP server, email credentials, recipient email address, and time interval are collected using text fields.
Generate executable: Unique executable name is generated dynamically (e.g. BrightFox123.exe).
The compiled executable contains user-supplied SMTP settings and the dynamically generated assembly.
OS: Windows
Download:
From the added:
Added binder
Added icon changer
Protection for credentials
Output obfuscation
Stub optimization
Test of configuration before build.
Stub size has now around 10-12kb
Features
Builder: Random names and attributes (e.g. title, description, version) are generated for the compiled executable using predefined adjective and noun arrays. Here I used plausible names, not just random strings. These attributes are included as build metadata for the generated executable.
Input handling for SMTP configuration: User-supplied inputs such as SMTP server, email credentials, recipient email address, and time interval are collected using text fields.
Generate executable: Unique executable name is generated dynamically (e.g. BrightFox123.exe).
The compiled executable contains user-supplied SMTP settings and the dynamically generated assembly.
OS: Windows
Download: