All Projects → notdodo → adduser-dll

notdodo / adduser-dll

Licence: other
Simple DLL that add a user to the local Administrators group

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to adduser-dll

MsfMania
Python AV Evasion Tools
Stars: ✭ 388 (+708.33%)
Mutual labels:  backdoor, privilege-escalation, redteam
Phpsploit
Full-featured C2 framework which silently persists on webserver with a single-line PHP backdoor
Stars: ✭ 1,188 (+2375%)
Mutual labels:  backdoor, privilege-escalation, redteam
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+695.83%)
Mutual labels:  privilege-escalation, redteam
0xsp Mongoose
a unique framework for cybersecurity simulation and red teaming operations, windows auditing for newer vulnerabilities, misconfigurations and privilege escalations attacks, replicate the tactics and techniques of an advanced adversary in a network.
Stars: ✭ 419 (+772.92%)
Mutual labels:  privilege-escalation, redteam
Winpwn
Automation for internal Windows Penetrationtest / AD-Security
Stars: ✭ 1,303 (+2614.58%)
Mutual labels:  privilege-escalation, redteam
Wadcoms.github.io
WADComs is an interactive cheat sheet, containing a curated list of Unix/Windows offensive tools and their respective commands.
Stars: ✭ 431 (+797.92%)
Mutual labels:  privilege-escalation, redteam
gtfo
Search for Unix binaries that can be exploited to bypass system security restrictions.
Stars: ✭ 88 (+83.33%)
Mutual labels:  privilege-escalation, redteam
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+68460.42%)
Mutual labels:  privilege-escalation, redteam
moonwalk
Cover your tracks during Linux Exploitation by leaving zero traces on system logs and filesystem timestamps. 👻🐚
Stars: ✭ 544 (+1033.33%)
Mutual labels:  privilege-escalation, redteam
Dllspy
DLL Hijacking Detection Tool
Stars: ✭ 202 (+320.83%)
Mutual labels:  dll, privilege-escalation
Father
LD_PRELOAD rootkit
Stars: ✭ 59 (+22.92%)
Mutual labels:  backdoor, redteam
ReverseShellDll
C++ Windows Reverse Shell - Universal DLL Hijack | SSL Encryption | Statically Linked
Stars: ✭ 69 (+43.75%)
Mutual labels:  dll, redteam
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+1410.42%)
Mutual labels:  backdoor, redteam
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (+195.83%)
Mutual labels:  backdoor, privilege-escalation
MSBackdoor
[Discontinued] Transform your payload into fake powerpoint (.ppt)
Stars: ✭ 35 (-27.08%)
Mutual labels:  backdoor
ScareCrow-CobaltStrike
Cobalt Strike script for ScareCrow payloads intergration (EDR/AV evasion)
Stars: ✭ 387 (+706.25%)
Mutual labels:  dll
DllLoaderShellcode
Shellcode to load an appended Dll
Stars: ✭ 72 (+50%)
Mutual labels:  dll
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+304.17%)
Mutual labels:  dll
dll-diagnostics
Tools for diagnosing DLL dependency loading issues
Stars: ✭ 24 (-50%)
Mutual labels:  dll
Pentest-Service-Enumeration
Suggests programs to run against services found during the enumeration phase of a Pentest
Stars: ✭ 80 (+66.67%)
Mutual labels:  privilege-escalation

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].