narayanr7 / HorusEyesRat_Public

Remote Acess Tool Written in VB.NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HorusEyesRat

Remote Acess Tool Written in VB.NET

Features :

  • Supports DNS (No-IP for example)
  • Multi-Threaded
  • Asynchronous
  • Packets Serialization
  • Multi Ports Listener
  • Automation Tasks when client is connected
  • Save Settings for automation tasks
  • Blur ScreenLocker
  • Monitor Rotation (0 , 90 , 180 , 270 degrees)
  • Hide & Show Taskbar
  • Hide & Show Desktop Icons
  • Hide & Show Cursor
  • Swap & Normal State Mouse Buttons
  • Lock & Unlock Keyboard
  • Empty Bin
  • Native Injection : You can inject an unmanaged DLL (C++ , C , D...)
  • 32 & 64 bit stubs
  • Mass Tasks: Passwords Recovery , History Recovery , Wifi Passwords Recovery
  • Tasks Manager : Kill , Resume , Pause
  • Passwords Recovery (+35 web browsers based on chromium)
  • History Recovery (+35 web browsers based on chromium)
  • Wifi Passwords Recovery
  • Power : Log out , Reboot , Shutdown , Hibernate , Suspend
  • BSOD
  • Increase Volume
  • Decrease Volume
  • Mute | Unmute Volume
  • Save all passwords | history recovered
  • Export History | Passwords as .csv file
  • Installation : Set a task in TaskScheduler | Hidden from startup + copy file in local user path hidden
  • Ability to change your client priority
  • Ability to ask for privileges
  • Check UAC at different levels (if enable or not)

Sources :

BOOL APIENTRY DllMain( HMODULE hModule,
                       DWORD  ul_reason_for_call,
                       LPVOID lpReserved
                     )
{
    switch (ul_reason_for_call)
    {
    case DLL_PROCESS_ATTACH:
        MessageBoxA(NULL, "Hello World!", "Dll says:", MB_OK);
    case DLL_THREAD_ATTACH:
    case DLL_THREAD_DETACH:
    case DLL_PROCESS_DETACH:
        break;
    }
    return TRUE;
}

Note for injection:

  • 32 bit dlls (in c++ or whatever you want) is for 32 bit stub
  • 64 bit dlls (in c++ or whatever you want) is for 64 bit stub
  • Don't inject a 32 bit dll in 64 bit stub and vice-versa (you can try if you want but the server will give you an error :))

Preview :

Image description Image description Image description Image description Image description Image description Image description

About

Remote Acess Tool Written in VB.NET


Languages

Language:Visual Basic .NET 90.1%Language:C# 9.9%