Git Product home page Git Product logo

horuseyesrat_public's Introduction

HorusEyesRat | OUTDATED | New remote acces tool available written in C# here : https://github.com/arsium/EagleMonitorRAT !

Remote Access Tool Written in VB.NET
In the current circumstances , I authorize you to hack your government against the measurements they took for the "covid-19". The deprivation of the liberty has to be punished.
Server : .NET 4.8
Client : .NET 4.5

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 bits 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)
  • File Manager : Create Directory, Open File, Delete File, Move File To Bin, Download File

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 :))
  • To use File Manager, make Refresh => All

Preview :

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

horuseyesrat_public's People

Contributors

arsium avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

horuseyesrat_public's Issues

UPLOAD FILES

ok so you can launch and download files but why cant i upload an exe and why does screen veiwer has no mouse an keyboard control

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.