Lucene search
+L

97212 matches found

Kitploit
Kitploit
•added 2026/09/25 12:33 a.m.•15 views

netpwn

netpwn A framework made to automate tasks of pentesting. Written in python 2.7 Modules reverseshell - Creates a reverse shell with python to connect to a specific machine of your choice. sendfile - Allows you to send a file to target server. phpbackdoor - Generates a simple backdoor in php upload...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 12:29 a.m.•10 views

CVE-2019-11043

PoC CVE-2019-11043 A Python implementation of the CVE-2019-11043 exploit The exploit recorded as CVE-2019-11043 takes advantage of a bug in the implementation of PHP-FPM in conjunction with a NGINX server. In certain configurations, a regular expression in the FastCGI pathinfo causes the FPM modu...

9.8CVSS7.7AI score0.9978EPSS
SaveExploits57
Kitploit
Kitploit
•added 2026/09/25 12:19 a.m.•115 views

vboxdie-cracker

Virtual Box Disk Image Encryption password cracker Requirements 1. PHP = 5.5.0 2. OpenSSL = 1.0.1 XTS support Algorithm description User password is stored using a combination of PBKDF2 and AES-XTS as following shown values are fixed at the moment, but they can be controlled inside the file forma...

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

CVE-2018-16763-FuelCMS-1.4.1-RCE

CVE-2018-16763 - FuelCMS = 1.4.1 RCE Exploit to trigger RCE for CVE-2018-16763 on FuelCMS = 1.4.1 and interactive shell. Features Automatically uploads a php webshell API in FuelCMS using CVE-2018-16763. Execute system commands via an API with ?action=exec. Download files from the remote system t...

9.8CVSS8.4AI score0.82937EPSS
SaveExploits19
Kitploit
Kitploit
•added 2026/09/25 12:07 a.m.•12 views

CVE-2024-4577-RCE

PHP CGI Argument Injection CVE-2024-4577 RCE 📜 Description In PHP versions 8.1. before 8.1.29, 8.2. before 8.2.20, 8.3. before 8.3.8, when using Apache and PHP-CGI on Windows, if the system is set up to use certain code pages, Windows may use "Best-Fit" behavior to replace characters in command...

9.8CVSS7.7AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
•added 2026/09/24 11:58 p.m.•9 views

CVE-2025-6860

Herramienta de Explotación CVE-2025-6860 Una herramienta de línea de comandos de prueba de concepto en C para detectar y explotar rudimentariamente la vulnerabilidad de inyección SQL CVE‑2025‑6860 en staffcommision.php parámetros fromdate y todate. Utiliza libcurl para solicitudes HTTP, rota a...

8.8CVSS6.9AI score0.0042EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/24 11:56 p.m.•9 views

CVE-2024-4577

CVE-2024-4577 Exploit de Ejecución Remota de Código en PHP CGI Autor: Byte Reaper CVE: CVE-2024-4577 Categoría: Explotación Web PHP CGI 8.1, 8.2, 8.3 Windows MIT...

9.8CVSS7.6AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
•added 2026/09/24 11:55 p.m.•6 views

CVE-2023-46818-python-exploit

CVE-2023-46818 exploit This is a python version of the original php script for the vulnerability affecting ispconfig 3.2.11 and previous versions. Original PHP source: https://packetstormsecurity.com/files/176126/ISPConfig-3.2.11-PHP-Code-Injection.html This proof-of-concept is intended for...

7.2CVSS7.8AI score0.15732EPSS
SaveExploits14
Kitploit
Kitploit
•added 2026/09/24 11:55 p.m.•12 views

CVE-2025-6082

CVE-2025-6082 Full Path Disclosure PoC Author : Byte Reaper Telegram : @ByteReaper0 CVE : CVE-2025-6082 Vulnerability : Full Path Disclosure CWE-200 Description This Proof‑of‑Concept exploits a Full Path Disclosure bug in the Birth Chart Compatibility WordPress plugin versions ≤ 2.0. The POC send...

5.3CVSS6.2AI score0.0154EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/24 11:52 p.m.•11 views

CVE-2016-3141

CVE-2016-3141 1. Vulnerability Detail. Use-after-free vulnerability in wddx.c in the WDDX extension in PHP before 5.5.33 and 5.6.x before 5.6.19 allows remote attackers to cause a denial of service memory corruption and application crash or possibly have unspecified other impact by triggering a...

9.8CVSS8.3AI score0.36009EPSS
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:50 p.m.•7 views

tinyfilemanager-wh1z-edition

Tiny File Manager WH1Z-Edition Introducing Tiny File Manager WH1Z-Edition, the compact and efficient solution for managing your files and folders with enhanced privacy and security features. Gone are the days of relying on external resources – I've stripped down the code to its core, making it...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 11:46 p.m.•15 views

payday

Payday Generador de payloads que utiliza Metasploit y Veil. Toma la dirección IP como entrada y luego construye payloads automáticamente. Llama al framework Veil con la dirección IP proporcionada y crea binarios y handlers. Utiliza msfvenom para crear payloads y escribe archivos de handlers de...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 11:45 p.m.•10 views

Karkinos

Disclaimer This is an OLD project I did in university... all code was improvised as I progressed, and hardly anything was planned. This tool should be used on applications/networks that you have permission to attack only. Any misuse or damage caused will be solely the users’ responsibility. What ...

6AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:40 p.m.•1118 views

phpstan

PHPStan - PHP Static Analysis Tool PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. It moves PHP closer to compiled languages in the sense that the correctness of each line of the code can be...

6.1AI score
SaveExploits0References5
Kitploit
Kitploit
•added 2026/09/24 11:40 p.m.•9 views

phpstan

PHPStan - Herramienta de Análisis Estático de PHP PHPStan se centra en encontrar errores en tu código sin ejecutarlo realmente. Detecta clases enteras de errores incluso antes de que escribas pruebas para el código. Acerca PHP a los lenguajes compilados en el sentido de que la corrección de cada...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:39 p.m.•7 views

CVE-2025-44137

CVE-2025-44137 Unauthenticated File Read in MapTiler Tileserver-php v2.0. Description MapTiler Tileserver-php v2.0 is vulnerable to Directory Traversal. The renderTile function within tileserver.php is responsible for delivering tiles that are stored as files on the server via web request. Creati...

8.5AI score0.0136EPSS
SaveExploits2References1
Kitploit
Kitploit
•added 2026/09/24 11:39 p.m.•11 views

limitrr-php

Light rate limting within PHP using Redis. Limitrr PHP is very heavily inspired by my other library, Limitrr which was created for NodeJS. Check it out here Limitrr PHP allows users to easily integrate rate limiting within their application. Unlike other similar packages, this utility allows the...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 11:37 p.m.•7 views

THM-Vulnerability_Capstone-CVE-2018-16763

THM-VulnerabilityCapstone-CVE-2018-16763 A write up on the THM room Vulnerability Capstone & Exploit script for CVE-2018-16763. CREDITS I do not take credit for the discovery of this vulnerability. Thank you to the following people. Vulnerability Discovery: 0xd0ff9 TryHackMe Room & Author:...

9.8CVSS8.2AI score0.82937EPSS
SaveExploits19References2
Kitploit
Kitploit
•added 2026/09/24 11:31 p.m.•16 views

progpilot

progpilot Pruebas de seguridad de aplicaciones estáticas SAST para PHP Instalación Hay muchas opciones disponibles, selecciona la que mejor se adapte a tu caso de uso...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:29 p.m.•12 views

CVE-2025-34085-Multi-target

CVE-2025-34085 Escáner RCE Multiobjetivo Escáner de explotación masiva para CVE-2025-34085 — una vulnerabilidad de ejecución remota de código no autenticada en el plugin Simple File List de WordPress. Esta herramienta sube un payload PHP disfrazado como imagen, lo renombra mediante un motor de...

6.1AI score
SaveExploits9
Rows per page
Query Builder