itm4n/PrivescCheck

Simplify execution

mhupfauer opened this issue · 1 comments

This can be easily run by a one-liner:

IEX([Net.Webclient]::new().DownloadString("https://raw.githubusercontent.com/itm4n/PrivescCheck/master/PrivescCheck.ps1"));Invoke-PrivescCheck

Maybe consider adding this to the README.md

itm4n commented

The fact that I didn't include such a one-liner in the README is intentional.