We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Invoke-EventVwrBypass.ps1
UAC bypass works only when the command argument doesn't specify the powershell executable full path :
Invoke-EventVwrBypass -Command "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ..." => NOK Invoke-EventVwrBypass -Command "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe ..." => NOK Invoke-EventVwrBypass -Command "powershell.exe ..." => OK
Error message : "Cannot start Event Viewer. Application not found"
Tested on :
OS Name: Microsoft Windows 8.1 Enterprise OS Version: 6.3.9600 N/A Build 9600 System Model: VMware Virtual Platform System Type: x64-based PC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Invoke-EventVwrBypass.ps1
UAC bypass works only when the command argument doesn't specify the powershell executable full path :
Invoke-EventVwrBypass -Command "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ..." => NOK
Invoke-EventVwrBypass -Command "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe ..." => NOK
Invoke-EventVwrBypass -Command "powershell.exe ..." => OK
Error message : "Cannot start Event Viewer. Application not found"
Tested on :
OS Name: Microsoft Windows 8.1 Enterprise
OS Version: 6.3.9600 N/A Build 9600
System Model: VMware Virtual Platform
System Type: x64-based PC
The text was updated successfully, but these errors were encountered: