Skip to content

Simple DLL that add a user to the local Administrators group

Notifications You must be signed in to change notification settings

notdodo/adduser-dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Simple DLL that add a user to the local Administrators group

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published