Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple DLL that add a user to the local Administrators group

nodauf/adduser-dll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.6%
  • C 13.4%