Lucene search
+L

3837 matches found

Kitploit
Kitploit
added 2026/09/19 3:55 p.m.8 views

KerberosAudit-PS

This repository does not have a README...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 3:45 p.m.10 views

CVE-2021-3456

CVE-2021-3456 A practical chain that starts with an innocuous PDF file and ends up in a reverse shell on an AWS EC2 instance The Beginning: Crafting a PDF Payload It all begins on the front end of the attack. Using PowerShell’s built‑in WScript object we embed a script inside a PDF that will be...

7.1CVSS7.4AI score0.00202EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/19 2:43 p.m.9 views

CVE-2021-1675-PrintNightmare

CVE-2021-1675-PrintNightmare Working PowerShell POC Powershell script is copied from https://github.com/calebstewart/CVE-2021-1675 Respect for Caleb Stewart and John Hammond. I just wanted to have working poc close at hand. Ive added my custom DLL and an obfuscated version of powershell script...

9.3CVSS8.1AI score0.86132EPSS
SaveExploits63References1
Kitploit
Kitploit
added 2026/09/19 1:52 p.m.9 views

CVE-2019-7214

Windows Reverse Shell Exploit PowerShell over TCP This Python script targets a vulnerable service running on a remote Windows machine. It sends a serialized .NET payload that launches a PowerShell-based reverse shell back to the attacker's machine. CVE-2019-7214 Remote Code Execution in .NET...

10CVSS8.6AI score0.84824EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/19 1:47 p.m.7 views

CVE-2020-14882

Oracle WebLogic Unauthenticated RCE Exploit This PowerShell script exploits CVE-2020-14882 to achieve unauthenticated remote code execution on Oracle WebLogic Server versions: 10.3.6.0.0 12.1.3.0.0 12.2.1.3.0 12.2.1.4.0 14.1.1.0.0 Usage root@kitploit: .\exploit.ps1 -target 'https://target:7001'...

10CVSS9.2AI score0.99997EPSS
SaveExploits42
Kitploit
Kitploit
added 2026/09/19 1:11 p.m.10 views

Follina-Workaround-CVE-2022-30190

Follina workaround CVE-2022-30190 Description These two scripts can be used to apply the workaround provided by Microsoft to mitigate the vulnerability CVE-2022-30190 as detailed in the MSRC blog and to restore the workaround, should an official patch be released. The first script...

9.3CVSS7.7AI score0.99234EPSS
SaveExploits63
Kitploit
Kitploit
added 2026/09/19 1:08 p.m.10 views

CVE-2017-16245

CVE-2017-16245 Source code for CVE-2017-16245 Avecto Defendpoint bypass originally disclosed by Nettitude The PowerShell implementation of CVE-2017-16245 can and should be copied and pasted straight into PowerShell. If PowerShell is blocked, try to execute powershell.exe from the command prompt...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 12:46 p.m.13 views

CVE-2020-16898_Checker

CVE-2020-16898Checker Check all Network Interface for CVE-2020-16898 Vulnerability No Patch nor Workaround, for this check this one https://github.com/CPO-EH/CVE-2020-16898Workaround/blob/main/VCE-2020-16898QuickWin.ps1...

8.8CVSS8.2AI score0.1094EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/19 12:41 p.m.7 views

CVE-2021-34527

CVE-2021-34527 CVE-2021-34527 is a critical remote code execution and local privilege escalation vulnerability dubbed "PrintNightmare." Proof-of-concept exploits have been released Python, C++ for the remote code execution capability, and a C rendition for local privilege escalation. I had not se...

9CVSS8.2AI score0.99792EPSS
SaveExploits42References1
Kitploit
Kitploit
added 2026/09/19 12:25 p.m.9 views

stop-zenbleed-win

Stopping Zenbleed CVE-2023-20593 on Windows The newly discovered Zenbleed vulnerability CVE-2023-20593 affects all Zen2 processors from AMD. Unfortunately, AMD will not provide microcode updates for many of its processors until November or December 2023. How to stay safe in the meantime? Luckily,...

5.5CVSS7.2AI score0.05188EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/19 9:46 a.m.14 views

CVE-2020-27955

Git-lfs Remote Code Execution RCE exploit CVE-2020-27955 .bat / powershell version Vulnerable: git, GitHub CLI gh, GitHub Desktop, Visual Studio Code, SourceTree, SmartGit, GitKraken etc. Discovered by Dawid Golunski https://legalhackers.com https://exploitbox.io Tested on Windows on: git, GitHub...

10CVSS8.2AI score0.82715EPSS
SaveExploits14References1
Kitploit
Kitploit
added 2026/09/19 8:58 a.m.8 views

CVE-2013-3900_Remediation_PowerShell

CVE-2013-3900RemediationPowerShell Script para realizar cambios en el registro para corregir CVE-2013-3900. Incluye una opción para deshacer los cambios en caso de que algo falle en su entorno. Pasos Descargue el script, ejecútelo con privilegios de administrador y reinicie el equipo...

8.8CVSS7.4AI score0.44647EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/19 8:50 a.m.6 views

SOC335-CVE-2024-49138-Exploitation-Detected

CVE-2024-49138 Exploitation Detection In this project, I investigated a simulated security incident on the LetsDefend platform, where a Windows machine was compromised through the exploitation of CVE-2024-49138—a privilege escalation vulnerability in the Windows Common Log File System CLFS driver...

7.8CVSS8.6AI score0.26215EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/19 6:44 a.m.8 views

cve-2020-14008

CVE-2020-14008 ManageEngine Exploit What is this? This script exploits CVE-2020-14008 in ManageEngine Applications Manager to get a reverse shell with SYSTEM privileges. Requirements root@kitploit: pip3 install requests urllib3 How to use it 1. Start a listener root@kitploit: nc -nlvp 9001 2. Run...

7.2CVSS7.6AI score0.37525EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/19 6:22 a.m.11 views

PowerSploit

Bifurcado para añadir algunas características a PowerView.ps1 que realizo habitualmente de forma manual Este proyecto ya no recibe soporte PowerSploit es una colección de módulos de Microsoft PowerShell que pueden usarse para ayudar a los evaluadores de penetración durante todas las fases de una...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 6:17 a.m.13 views

AzureAttackKit

AzureAttackKit Colección de herramientas de Azure para descargar y usar al atacar un entorno desde una máquina Windows o Cloudshell. Requisitos previos Git para Windows si quieres descargar automáticamente las últimas versiones de todo mediante PowerShell. Clonación Para descargar todos los...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/19 6:15 a.m.12 views

ATP-PowerShell-Scripts

ATP-PowerShell-Scripts Scripts de PowerShell firmados por Microsoft Lista de todos los scripts firmados disponibles en C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\DataCollection Accediendo al archivo Por defecto, los archivos no se pueden acceder. Necesitas el privilegio ...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 6:10 a.m.12 views

Azure-AD-Incident-Response-PowerShell-Module

Módulo de PowerShell de Respuesta a Incidentes de Azure AD El módulo de PowerShell de Respuesta a Incidentes de Azure Active Directory proporciona una serie de herramientas, desarrolladas por el Grupo de Producto de Azure Active Directory en conjunto con el Equipo de Detección y Respuesta de...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 5:54 a.m.8 views

ProxyNotShell-PoC

PoC funcional para CVE-2022-41040 y CVE-2022-41082 también conocido como ProxyNotShell Requisitos: pip install requestsntlm2 requests Uso: root@kitploit: python pocaug3.py Credenciales: Script PoC de ProxyShell de: https://blog.viettelcybersecurity.com/pwn2own-2021-microsoft-exchange-exploit-chai...

8.8CVSS7.2AI score0.9997EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/19 3:50 a.m.9 views

Set-ZerologonMitigation

Set-ZerologonMitigation Protect your domain controllers against Zerologon CVE-2020-1472. Usage After installing the August 2020 security update or a later cumulative version, just run the script on each of your domain controllers. root@kitploit: .\Set-ZerologonMitigation.ps1 For help, run Get-Hel...

10CVSS8AI score0.99389EPSS
SaveExploits76
Rows per page
Query Builder