Rust-Privesc
Rust-Privesc copied to clipboard
privilege escalation POCs built in Rust.
POCs built in Rust
UAC Bypasses
- mock-trusted-directories - bypasses UAC by using a fake trusted directory.
- windir-with-silentcleanup-task - bypasses UAC by mocking the
WinDirenvironment variable, and using theSilentCleanuptask.
All of these POCs execute cmd.exe by default.