Kali Linux

ForceAdmin : Create Infinite UAC Prompts Forcing A User To Run As Admin

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. Why use? Well some users have UAC set to always show, so UAC bypass techniques are not possible. However – this attack will force them to run as admin. Bypassing these settings.

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:

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

Enter the project folder

$ cd ForceAdmin

Run ForceAdmin:

$ dotnet run

R K

Recent Posts

Install PHP 8 Ubuntu: Complete Setup Guide for Web Servers

PHP remains one of the most widely used scripting languages for web development, powering everything…

7 hours ago

Install Microsoft Edge Ubuntu – Easy Setup Guide 2026

Microsoft Edge has become a popular browser for Linux users who want a modern browsing…

8 hours ago

Install Wine Ubuntu: Run Windows Apps on Linux

Running Windows software on Linux has become easier than ever thanks to Wine. If you…

9 hours ago

VMware Workstation Player Installation Guide for Ubuntu

Virtualization has become an essential tool for developers, IT professionals, and technology enthusiasts. VMware Workstation…

10 hours ago

Bootable Ubuntu USB on Windows: Quick Setup Guide

A Bootable Ubuntu USB is the easiest way to install, test, or troubleshoot Ubuntu on…

23 hours ago

Bootable Ubuntu USB Guide: Create One from Linux Fast

A Bootable Ubuntu USB is one of the most useful tools for Linux users. Whether…

2 days ago