Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanghaoi/LaunchSystemCmd

在权限足够的情况下弹出system权限的cmd命令行,包含exe和dll两种文件类型,可用于一些可能存在本地提权漏洞的测试。
https://github.com/yanghaoi/LaunchSystemCmd

local-privilege-escalation system-cmd-gui

Last synced: about 1 month ago
JSON representation

在权限足够的情况下弹出system权限的cmd命令行,包含exe和dll两种文件类型,可用于一些可能存在本地提权漏洞的测试。

Awesome Lists containing this project

README

        

# LaunchSystemCmdExe
launch a cmd.exe process with system permissions.

### launch cmd.exe in Session 0
WTSGetActiveConsoleSessionId() / ProcessIdToSessionId() / DuplicateTokenEx() / WTSEnumerateSessions() / CreateProcessAsUser()

### Injetc session>0(gui system process)
ZwCreateThreadEx() / CreateRemoteThread()

### Set Parent
CreateProcessA()

### GIF Show
![](https://cdn.jsdelivr.net/gh/yanghaoi/LaunchSystemCmd/LaunchSystemCmdExe/Images/run.gif)

# LaunchSystemCmdDll
System Process Dll Hijack Test :) , Command line:
```markdown
rundll32 LaunchSystemCmdDll.dll,Run
```