Lucene search
+L

699 matches found

Kitploit
Kitploit
•added 2026/09/26 1:22 a.m.•8 views

DarkLoadLibrary

DarkLoadLibrary LoadLibrary for offensive operations. How does it work? https://www.mdsec.co.uk/2021/06/bypassing-image-load-kernel-callbacks/ Usage root@kitploit: DARKMODULE DarkModule = DarkLoadLibrary LOADLOCALFILE, // control flags L"TestDLL.dll", // local dll path, if loading from disk NULL,...

6.4AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 12:18 a.m.•12 views

themebleed

ThemeBleed Proof-of-Concept for CVE-2023-38146 "ThemeBleed" root@kitploit: Usage: ThemeBleed.exe Commands: server - Runs the server maketheme - Generates a .theme file referencing the specified host makethemepack - Generates a .themepack file referencing the specified host Data files The binaries...

8.8CVSS8.1AI score0.37381EPSS
SaveExploits5
Kitploit
Kitploit
•added 2026/09/26 12:06 a.m.•18 views

CVE-2021-1675_RDL_LPE

CVE-2021-1675RDLLPE CS reflective loading plugin for PrintNightMare LPE privilege escalation vulnerability. Out-of-the-box, memory loading, obfuscated driver name loading to bypass Defender/EDR. Disclaimer: This project is only for learning and communication, please use it cautiously within a...

9.3CVSS8.1AI score0.85305EPSS
SaveExploits64
Kitploit
Kitploit
•added 2026/09/25 9:20 p.m.•15 views

CVE-2021-40444

Fully Weaponized CVE-2021-40444 Malicious docx generator to exploit CVE-2021-40444 Microsoft Office Word Remote Code Execution, works with arbitrary DLL files. Update 31/05/2022 - CVE-2022-30190 - Follina Now the generator is able to generate the document required to exploit also the "Follina"...

8.8CVSS7.2AI score0.9745EPSS
SaveExploits38References1
Kitploit
Kitploit
•added 2026/09/25 7:07 p.m.•22 views

CVE-2021-1675-LPE-EXP

CVE-2021-1675-LPE-EXP Simple LPE Exploit of CVE-2021-1675 Usage root@kitploit: CVE-2021-1675-LPE.exe C:\test\MyPigDLL.dll MyPigDLL.dll,is a test DLL which will create C:\test.txt if succeed Notice 1. Add EnumPrinterDriversW for get pDriverPath, so We dont need change the "hardcode Driver path"...

9.3CVSS8.1AI score0.85305EPSS
SaveExploits64
Kitploit
Kitploit
•added 2026/09/25 6:06 p.m.•17 views

CPLDCOMTrigger

CPLDCOMTrigger Description A Python script depends on Impacket scripts to trigger the loading of a .cpl file into memory using a DCOM object. The CPL file path must already be added to the registry. The script uses the Open function in the IOpenControlPanel interface to load the CPL Control Panel...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 5:27 p.m.•12 views

CPLDCOMTrigger

CPLDCOMTrigger Description A Python script depends on Impacket scripts to trigger the loading of a .cpl file into memory using a DCOM object. The CPL file path must already be added to the registry. The script uses the Open function in the IOpenControlPanel interface to load the CPL Control Panel...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 4:36 p.m.•13 views

CVE-2020-24972

So CVE-2020-24972 spans from another cve in actually. I don't remember the cve that got designated but it has to do with platformpluginpath cmdline option from qt. So in essence the problem comes from using qt, persee the option platformpluginpath . "This parameter is supposed to contain a...

8.8CVSS7.7AI score0.04758EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/25 4:16 p.m.•9 views

PowerShx

SharpShx Unmanaged PowerShell execution using DLLs or a standalone executable. Introduction PowerShx is a rewrite and expansion on the PowerShdll project. PowerShx provide functionalities for bypassing AMSI and running PS Cmdlets. Features Run Powershell with DLLs using rundll32.exe,...

6.3AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 3:53 p.m.•9 views

PythonMemoryModule

PythonMemoryModule pure-python implementation of MemoryModule technique to load a dll or unmanaged exe entirely from memory "Python memory module" AI generated pic - hotpot.ai What is it PythonMemoryModule is a Python ctypes porting of the MemoryModule technique originally published by Joachim...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/25 2:01 p.m.•15 views

SharpPN

C PrintNightmare CVE-2021-1675 You'll need a DLL to use SharpPN. So once you have that, just build and specify the dll path in the command-line arguments. Build You can build yourself with C:\Windows\Microsoft.NET\Framework64\v3.5\csc.exe -out:SharpPN.exe C:\Path\to\Program.cs or by opening the...

9.3CVSS8AI score0.85305EPSS
SaveExploits64References1
Kitploit
Kitploit
•added 2026/09/25 1:55 p.m.•8 views

CVE-2021-40444

CVE-2021-40444 PoC Malicious docx generator to exploit CVE-2021-40444 Microsoft Office Word Remote Code Execution Creation of this Script is based on some reverse engineering over the sample used in-the-wild: 938545f7bbe40738908a95da8cdeabb2a11ce2ca36b0f6a74deda9378d380a52 docx file You need to...

8.8CVSS7.2AI score0.9745EPSS
SaveExploits38
Kitploit
Kitploit
•added 2026/09/25 1:19 p.m.•10 views

exe_to_dll

EXEtoDLL 将一个EXE转换,使其可以像DLL一样加载。 支持32位和64位DLL 受@guywhataguy想法的启发。更多信息请点击这里。 下载 稳定版本可在releases中获取。 测试版本可从构建服务器下载(点击构建并选择“Artifacts”标签页) 克隆 使用递归克隆以获取仓库及所有子模块: root@kitploit: git clone --recursive https://github.com/hasherezade/exetodll.git 用法 从命令行运行exetodll。参数: root@kitploit: args: 示例: root@kitploit...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 6:35 a.m.•12 views

LdrLibraryEx

LdrLibraryEx Una pequeña librería x64 para cargar dll's en memoria. Características bajas dependencias y uso de funciones solo se usa ntdll.dll código independiente de posición ligera y mínima fácil de usar cargar módulos desde memoria cargar módulos desde disco soporte para api sets omite los...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 2:59 a.m.•11 views

CVE-2020-0668

CVE-2020-0668 Make CVE-2020-0668 exploit work for version = win10 v1903 Diaghub Exploit evil.dll STEP 2:execute exp.ps1 with powershell STEP 3:execute Diaghub.exe C:\ProgramData evil.dll to load dll and add user. Diaghub UsoDllLoader Exploit = v1903 powershell exploit works on version = win10 v19...

7.8CVSS7.7AI score0.25857EPSS
SaveExploits8References6
Kitploit
Kitploit
•added 2026/09/24 11:33 p.m.•10 views

CVE-2024-38077

CVE-2024-38077-EXP 基于伪代码后修复的代码。 有效范围 EXP:Windows Server 2025 POC:08-25 使用 root@kitploit: options: -h, --help show this help message and exit --targetip TARGETIP Target IP, eg: 192.168.120.1 --evilip EVILIP Evil IP, eg: 192.168.120.2 --evildllpath EVILDLLPATH Evil dll path, eg: \smb\evildll.dll...

9.8CVSS8.5AI score0.84112EPSS
SaveExploits6
Kitploit
Kitploit
•added 2026/09/24 12:52 p.m.•14 views

CVE-2025-9267

CVE-2025-9267 Description In Seagate Toolkit on Windows there is an insecure DLL-loading vulnerability in the Toolkit Installer prior to version 2.35.0.6 where the installer attempts to load DLLs from the current working directory without validating their origin or integrity. An attacker who can...

7CVSS7.3AI score0.00253EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/21 8:20 p.m.•13 views

CVE-2026-50343-InstallService-EoP

CVE-2026-50343: InstallService StaticPluginMap EoP Usuario estándar a SYSTEM Descubrí e informé de forma independiente la vulnerabilidad ahora registrada como CVE-2026-50343. MSRC confirmó mi envío como un duplicado de un informe anterior de otro investigador. Un usuario interactivo estándar pued...

7.8CVSS7.7AI score0.00298EPSS
SaveExploits1References5
Kitploit
Kitploit
•added 2026/09/21 6:31 p.m.•13 views

CVE-2026-49176_LPE_POC

CVE-2026-49176 SYSTEM Shell PoC Local privilege-escalation proof of concept for the Windows WalletService vulnerability fixed in July 2026. Technical write-up: CVE-2026-49176 Exploit Development: WalletService to SYSTEM. A standard user creates a Wallet ESE database containing a persisted callbac...

7.8CVSS7.1AI score0.00328EPSS
SaveExploits3References1
Kitploit
Kitploit
•added 2026/09/21 6:23 p.m.•12 views

CVE-2023-38146-Poc

PoC for the ThemeBleed CVE-2023-38146 exploit Windows 11 Themes Heavily inspired by https://github.com/gabe-k/themebleed which only runs on windows the reason why i decided to write this. Used modified code from the impacket smbserver.py...

8.8CVSS8.1AI score0.37381EPSS
SaveExploits5References4
Rows per page
Query Builder