Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notdodo/adduser-dll

Simple DLL that add a user to the local Administrators group
https://github.com/notdodo/adduser-dll

backdoor dll privilege-escalation redteam

Last synced: 28 days ago
JSON representation

Simple DLL that add a user to the local Administrators group

Awesome Lists containing this project

README

        

# adduser-dll
Simple DLL that creates and adds an user to the local Administrators group

## Build

Open the solution to Visual Studio (tested only on Visual Studio 2019 Community Edition) and compile the DLL in Release mode for your target architecture (x64, x86).

### Customize

To create custom user just edit the file `dllmain.cpp` with the desired username, password and group.

## Usage

* Standalone: `rundll32.exe .\adduser.dll,backDoor`
* Chain: use the DLL to be inject o called from another script/tool.

## Analysis

Static analysis using `strings` did not find hardcoded strings.