Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/catzsec/forceadmin
Privilege EscalationPayload GenerationSocial EngineeringLearning & Education
GitHubcatzsec/forceadmin

ForceAdmin

⚡ Create infinite UAC prompts forcing a user to run as admin ⚡

View Repository
246393 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

💪 ForceAdmin 💪

Downloads Stars Issues Last Commit

ForceAdmin is a c# payload builder, creating infinate UAC pop-ups until the user allows the program to be ran. The inputted commands are ran via powershell calling cmd.exe and should be using the batch syntax. This attack will force them to run as admin using the old fasioned technique of bombardment. 'Bypassing' UAC.

A ⭐ and would be greatly apperciated

Follow for more exploits!

Download!

Screenshots

Screenshot Demo

⚡️ 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."

⚡️ Installation

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

Download the project:

root@kitploit:~
$ git clone https://github.com/catzsec/ForceAdmin.git

Enter the project folder

root@kitploit:~
$ cd ForceAdmin

Run ForceAdmin:

root@kitploit:~
$ dotnet run

Compile ForceAdmin:

root@kitploit:~
$ dotnet publish -r win-x64 -c Release -o ./publish/

⚠ ONLY USE FOR EDUCATIONAL PURPOSES ⚠


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

Download Tool