Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/notdodo/adduser-dll
- Owner: notdodo
- Created: 2021-11-01T17:47:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T10:20:55.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T17:27:12.604Z (4 months ago)
- Topics: backdoor, dll, privilege-escalation, redteam
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 75
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - notdodo/adduser-dll - Simple DLL that add a user to the local Administrators group (C++)
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.