Sliver extension for bypassing UAC via cmstp written in Rust.
Compile the DLL:
cargo build --release --lib --target x86_64-pc-windows-gnu
cp .\target\x86_64-pc-windows-gnu\release\uac_bypass_cmstp.dll .
Install the extention in sliver
extensions install /path/to/sliver_extention_uac_bypass_cmstp
extensions load /path/to/sliver_extention_uac_bypass_cmstp
sliver> uac_bypass_cmstp <path_to_exe>
- Sliver extension template https://github.com/Paradoxis/Sliver-Rust-Extension-Template
- UAC bypass code https://medium.com/@harikrishnanp006/uac-bypass-on-windows-abe21d74f050