Lucene search
+L

94 matches found

Kitploit
Kitploit
added 2026/09/06 10:22 p.m.6 views

Auto-Elevate

Auto-Elevate This tool demonstrates the power of UAC bypasses and built-in features of Windows. This utility auto-locates winlogon.exe, steals and impersonates it's process TOKEN, and spawns a new SYSTEM-level process with the stolen token. Combined with UAC bypass method 41 ICMLuaUtil UAC bypass...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 9:30 p.m.4 views

awesome_windows_logical_bugs

awesomewindowslogicalbugs Created this repo for the people who want to learn about windows logical privilege escalation bugs. And also I added some of my findings. You can contact me via @404death to add good article which I missed. work in progress WIP , I'm always update this repo when the new...

6AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/06 9:01 p.m.5 views

PrintSpoofer-ReflectiveDLL

PrintSpoofer Details PrintSpoofer is a tool that performs local privilege escalation by exploiting a vulnerability in the Windows Print Spooler service CVE-2019-1040 / CVE-2019-1019. This project implements the PrintSpoofer exploit in Reflective DLL format, making it suitable for use with...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/06 6:27 p.m.8 views

TokenUniverse

Token Universe Token Universe es una herramienta avanzada para experimentar e investigar los mecanismos de seguridad de Windows. Expone una interfaz de usuario para crear, visualizar, suplantar y modificar tokens de acceso, generar procesos, gestionar la Autoridad de Seguridad Local, verificar el...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/06 5:01 p.m.7 views

RottenPotatoNG

RottenPotatoNG New version of RottenPotato as a C++ DLL and standalone C++ binary - no need for meterpreter or other tools. RottenPotatoDLL This project generates a DLL and EXE file. The DLL contains all the code necessary to perform the RottenPotato attack and get a handle to a privileged token...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/06 4:58 p.m.4 views

TokenPlayer

TokenPlayer Manipulating and Abusing Windows Access Tokens. TokenPlayer is just a small tool i made to learn win32 api programming and understand better the access token model of windows. Features: Stealing and Impersonating primary tokens. Impersonating Protected Processes. Bypassing UAC by usin...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/06 3:30 p.m.5 views

RottenPotato

This code is no longer maintained - for a newer implementation see https://github.com/breenmachine/RottenPotatoNG RottenPotato Local Privilege Escalation from Windows Service Accounts to SYSTEM For a technical overview of this exploit see our blog post at...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/06 2:03 p.m.6 views

RemoteRecon

RemoteRecon Remote Recon and Collection RemoteRecon provides the ability to execute post-exploitation capabilities against a remote host, without having to expose your complete toolkit/agent. Often times as operator's we need to compromise a host, just so we can keylog or screenshot or some other...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/06 9:57 a.m.4 views

sandbox-attacksurface-analysis-tools

sandbox-attacksurface-analysis-tools संस्करण 2. c Google LLC. 2015 - 2024 जेम्स फोर्शॉ द्वारा विकसित यह विंडोज पर सैंडबॉक्स के विभिन्न गुणों का परीक्षण करने के लिए PowerShell उपकरणों का एक छोटा सूट है। कई उपकरण एक -ProcessId फ्लैग लेते हैं जिसका उपयोग सैंडबॉक्स प्रक्रिया के PID को निर्दिष्ट करने ...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 6:05 a.m.6 views

Masky

Masky Masky is a python library providing an alternative way to remotely dump domain users' credentials thanks to an ADCS. A command line tool has been built on top of this library in order to easily gather PFX, NT hashes and TGT on a larger scope. This tool does not exploit any new vulnerability...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/05 11:54 p.m.6 views

CVE-2020-11493

CVE-2020-11492 Proof-of-Concept PoC for Docker Desktop for Windows privilege escalation vulnerability. This vulnerability was patched in Docker version 2.3.0.2 on May 11th, 2020. This PoC performs the following: creates a named pipe mimicking docker named pipe \.\pipe\dockerLifecycleServer, call...

8.1CVSS7.5AI score0.00935EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/04 9:32 p.m.7 views

impersonate-rs

IRS Impersonate-RS 💡 IRS is a library version of https://github.com/zblurx/impersonate-rs, zblurx Reimplementation of Defte Impersonate in plain Rust. For more informations about it, see this blogpost. The token impersonation approach is a bit different from Defte Impersonate : here you have to...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 7:07 a.m.6 views

BackupCreds

BackupCreds root@kitploit: | | | | | | | Dump all the Creds! | | | | | | | | | | | | Lefteris lefty Panos | || Abusing SeTrustedCredmanAccessPrivilege to dump user creds The program provides the ability to dump the stored credentials a user might have in the Windows Credential Manager. It is a...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 6:36 a.m.5 views

TokenStealer

TokenStealer A simple tool I wrote some time ago for stealing and playing with Windows tokens. Parts of code have been taken and adatpted from https://github.com/FSecureLABS/incognito Clearly, you will require Impersonation or AssignPrimary privilege and Debug privilege to access all processes...

6.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 5:27 a.m.5 views

CVE-2020-11492

CVE-2020-11492 Proof-of-Concept PoC for Docker Desktop for Windows privilege escalation vulnerability. This vulnerability was patched in Docker version 2.3.0.2 on May 11th, 2020. This PoC performs the following: creates a named pipe mimicking docker named pipe \.\pipe\dockerLifecycleServer, call...

7.8CVSS7.4AI score0.00935EPSS
SaveExploits2
CVE
CVE
added 2026/07/23 10:41 a.m.42 views

CVE-2026-16745

The CVE-2026-16745 entry concerns odh-dashboard, the web console component of Red Hat OpenShift AI (RHOAI). The root cause is an incorrect network binding that allows a malicious actor inside the cluster to bypass authentication and impersonate any user by presenting an arbitrary access token. Th...

8.8CVSS5.8AI score0.00444EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/23 10:41 a.m.12 views

EUVD-2026-47972

A flaw was found in odh-dashboard, the web console component of Red Hat OpenShift AI RHOAI. Due to incorrect network binding, a malicious actor within the cluster can bypass authentication and impersonate any user by providing an arbitrary access token. This allows an attacker to gain unauthorize...

8.8CVSS5.7AI score0.00444EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/23 10:41 a.m.19 views

CVE-2026-16745 Odh-dashboard: odh-dashboard: backend port 8080 trusts x-forwarded-access-token without origin validation

A flaw was found in odh-dashboard, the web console component of Red Hat OpenShift AI RHOAI. Due to incorrect network binding, a malicious actor within the cluster can bypass authentication and impersonate any user by providing an arbitrary access token. This allows an attacker to gain unauthorize...

8.8CVSS5.7AI score0.00444EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/07/23 10:41 a.m.9 views

CVE-2026-16745

A flaw was found in odh-dashboard, the web console component of Red Hat OpenShift AI RHOAI. Due to incorrect network binding, a malicious actor within the cluster can bypass authentication and impersonate any user by providing an arbitrary access token. This allows an attacker to gain unauthorize...

8.8CVSS5.8AI score0.00444EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/23 12:00 a.m.64 views

PT-2026-63798

Name of the Vulnerable Software and Affected Versions odh-dashboard affected versions not specified Description A flaw in the odh-dashboard web console component of Red Hat OpenShift AI RHOAI involves incorrect network binding. This allows a malicious actor within the cluster to bypass...

8.8CVSS5.5AI score0.00444EPSS
SaveExploits0References10
Rows per page
Query Builder