Lucene search
+L

95 matches found

Kitploit
Kitploit
added 2026/08/25 8:14 p.m.1 views

Apache-HTTP-Server-2.4.49-2.4.50-Path-Traversal-Remote-Code-Execution

Apache HTTP-Server 2.4.49-2.4.50 Path Traversal y ejecución remota de código Descripción Este es un script PoC para CVE-2021-41773 y CVE-2021-42013 Uso: root@kitploit: python3 exploit.py | Ejemplo: Ejecución remota de código root@kitploit: python3 exploit.py 127.0.0.1 8080 rce 'id' Path Traversal...

9.8CVSS8.6AI score0.99992EPSS
SaveExploits189
Kitploit
Kitploit
added 2026/08/25 5:53 p.m.1 views

CVE-2024-36877

CVE-2024-36877 POC de exploit para CVE-2024-36877 Puede encontrar un análisis detallado en mi blog - https://jjensn.com/at-home-in-your-firmware https://github.com/user-attachments/assets/71f30cda-61e3-49ea-b856-959746349f2d...

8.2CVSS5.3AI score0.00682EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/08/25 5:44 p.m.1 views

CVE-2019-18818

CVE-2019-18818 Exploit POC para Strapi = 3.0.0-beta...

9.8CVSS0.97639EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/08/25 12:51 p.m.2 views

CVE-2022-23935

Introducción Exploit PoC de CVE-2022-23935 para exiftool versión 12.37 Instalación root@kitploit: git clone https://github.com/0xFTW/CVE-2022-23935 cd CVE-2022-23935 chmod +x CVE-2022-23935.py pip3 install pwntools Uso root@kitploit: ./CVE-2022-23935...

7.8CVSS7.4AI score0.07575EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/08/25 12:17 p.m.2 views

CVE-2019-0708-EXP-Windows

CVE-2019-0708-EXP-Windows-Version 申明 作者poc仅供研究目的,如果读者利用本poc从事其他行为,与本人无关 目录 toc 介绍 CVE-2019-0708-EXP-Windows版单文件exe运行,无需linux,python,ruby等,运行后直接在当前控制台反弹System权限Shell 编译采用全静态库模式内联所有dll,集成netcat和openssl,支持进度条显示,shell回显操作 复现环境 1. 被攻击者操作系统Victim:Windows 7 sp1 x64位操作系统 2. 攻击者操作系统Attacker:Windows 10...

10CVSS8AI score0.99999EPSS
SaveExploits126
Kitploit
Kitploit
added 2026/08/25 9:37 a.m.1 views

CVE-2020-0910

CVE-2020-0910 PoC de Exploit Funcionando CVE-2020-0910 - Reverse Bind Shell Probado usando Python2.7 Para instalar: pip install -r requirements.txt Para ejecutar: python CVE-2020-0910-POC.py 10.16.1.24 -lhost 10.1.1.1 -lport 4444...

8.4CVSS0.09245EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:27 a.m.1 views

CVE-2020-5902

CVE-2020-5902 Exploit PoC de BIG-IP CVE-2020-5902 y escaneo automatizado de vulnerabilidades Programa sencillo para explotar BIG-IP y automatizar el escaneo de vulnerabilidades Instalación gem install httparty gem install colorize gem install timeout ruby big-ip.rb list.txt output.txt...

10CVSS0.99999EPSS
SaveExploits62
Kitploit
Kitploit
added 2026/08/25 4:26 a.m.1 views

CVE-2023-1767

Descubrimiento de XSS Almacenado en snyk.io 19/03/23 CVE-2023-1767 Informe de Divulgación Responsable de Vulnerabilidades Cobertura del blog sobre la vulnerabilidad...

5.4CVSS0.00513EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/08/25 4:26 a.m.1 views

CVE-2020-0796

CVE-2020-0796 PoC de Exploit Funcionando CVE-2020-0796 - Reverse Bind Shell Probado usando Python2.7 Para Instalar: pip install -r requirements.txt Para Ejecutar: python CVE-2020-0796-POC.py 10.16.1.24 -lhost 10.1.1.1 -lport 4444...

10CVSS0.9981EPSS
SaveExploits126
Kitploit
Kitploit
added 2026/08/25 4:26 a.m.1 views

CVE-2026-9082-Mass_Scanner

CVE-2026-9082-MassScanner Escáner Masivo para el Exploit de Drupal CVE-2026-9082 Para configurar el script ExploitPOC ejecuta este comando : root@kitploit: pip install requirements.txt Para usar el script ExploitPOC ejecuta este comando : root@kitploit: python exploitpoc.py -t targets.txt -o...

9.8CVSS0.88319EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/08/25 4:25 a.m.1 views

CVE-2022-32250

CVE-2022-32250 Este es mi exploit para CVE-2022-32250, escrito completamente basado en la investigación del blog de NCC Group. Probado en: versión del kernel 5.13 Tasa de éxito: 70% Compilación La compilación requiere libmnl y libnftnl. root@kitploit: make all Descargo de responsabilidad El...

7.8CVSS0.02914EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/08/25 4:16 a.m.1 views

CVE-2025-55182

CVE-2025-55182 React2Shell 漏洞利用概念验证 ⚠️ 警告:本项目特意使用了存在漏洞的软件,仅供安全研究使用。 致谢 本概念验证的全部功劳归于 @maple3142 设置与运行 Docker root@kitploit: docker-compose up --build 应用程序将在 http://localhost:3000 上可用 漏洞利用 root@kitploit: python3 CVE-2025-55182.py ⚠️ 法律免责声明 本工具仅供教育及授权安全测试目的使用。 使用本工具即表示您同意: 仅对您拥有 或已获得明确书面授权 的系统进行测试...

10CVSS7.4AI score0.99802EPSS
SaveExploits385
Kitploit
Kitploit
added 2026/08/21 5:03 p.m.2 views

CVE-2022-RCE

CVE-2022-XXXX Inyección de datos basura inversa Suscripción CVE Herramientas Explotación Tutorial Exploit POC RCE LOG4j Deserialización JNDI Payload CVE-2022-20550 CVE-2022-20551 CVE-2022-20552 CVE-2022-20553 CVE-2022-20554 CVE-2022-20555 CVE-2022-20556 CVE-2022-20557 CVE-2022-20558 CVE-2022-2055...

7.8CVSS6.2AI score0.00922EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/07/24 3:56 p.m.67 views

Exploit for Deserialization of Untrusted Data in Facebook React

💀 React2Shell Exploit — CVE-2025-55182 ██████╗ ███████╗...

10CVSS7.2AI score0.99802EPSS
SaveExploits385
GithubExploit
GithubExploit
added 2026/01/30 10:57 a.m.223 views

Exploit for CVE-2025-6934

CVE-2025-6934-Opal-E...

9.8CVSS5.9AI score0.25049EPSS
SaveExploits12
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2021-0522

Malware in sbrugna...

9.8CVSS9.4AI score0.01355EPSS
SaveExploits1References3
GithubExploit
GithubExploit
added 2025/08/03 11:05 a.m.1225 views

Exploit for CVE-2024-32019

⚠️ CVE-2024-32019 - PoC 📌 Affected Versions - = v1.45.0...

9.8CVSS9.4AI score0.99864EPSS
SaveExploits66
GithubExploit
GithubExploit
added 2025/06/25 5:29 p.m.130 views

Exploit for SQL Injection in Vishalmathur Cloudclassroom-Php_Project

CVE-2025-44608 CloudClassroom-PHP Project v1.0 is vulnerable...

6.5CVSS8.3AI score0.00297EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2025/04/11 12:00 a.m.372 views

MagnusSolution magnusbilling 7.3.0 - Command Injection

Exploit Title: MagnusSolution magnusbilling 7.3.0 - Command Injection Date: 2024-10-26 Exploit Author: CodeSecLab Vendor Homepage: https://github.com/magnussolution/magnusbilling7 Software Link: https://github.com/magnussolution/magnusbilling7 Version: 7.3.0 Tested on: Centos CVE : CVE-2023-30258...

9.8CVSS8.3AI score0.9425EPSS
SaveExploits15
GithubExploit
GithubExploit
added 2024/08/13 1:16 p.m.96 views

Exploit for Use of Hard-coded Password in Zkteco Zkbio_Cvsecurity

ZKT-Eco-Bio-CVSecurity This rep...

9.8CVSS7.4AI score0.00877EPSS
SaveExploits2
Rows per page
Query Builder