GhostPack / SharpUp

SharpUp is a C# port of various PowerUp functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit mode generates many false positives if the user is already admin _and_ elevated

cnotin opened this issue · comments

SharpUp should refuse to run if the user has asked for the "audit" mode, but the process is running as elevated (user admin and UAC disabled, or user admin and program runas admin) because it generates mostly false positives..
It works fine otherwise (if the user is admin, but not running elevated).

You can assign this to me.