Skip to content

🚧 C# UAC Bypass technique using mock directories 🚧

Notifications You must be signed in to change notification settings

catzsec/UACBypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🚧 NoUAC 🚧

Downloads Stars Issues Last Commit

NoUAC is a .NET implementation of a known UAC bypass technique.

🚧 Screenshots 🚧

Demo Screenshot

🚧 Required 🚧

For building on your own, the following NuGet packages are needed

  • Fody: "Extensible tool for weaving .net assemblies."
  • Costura.Fody "Fody add-in for embedding references as resources."
  • Microsoft.AspNet.WebApi.Client "This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data."

To create your own DLL template, please see the DLL template directory

🚧 Installation 🚧

You can download the latest tarball by clicking here or latest zipball by clicking here.

Download the project:

$ git clone https://github.com/catzsec/UACBypass.git

Enter the project folder

$ cd UACBypass

Run UACBypass:

$ dotnet run

Compile UACBypass:

$ dotnet publish -r win-x64 -c Release -o ./publish/

Any questions, errors or solutions, create an Issue in the Issues tab.


⚠ ONLY USE FOR EDUCATIONAL PURPOSES ⚠


About

🚧 C# UAC Bypass technique using mock directories 🚧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published