616 matches found
CVE-2007-5962
CVE-2007-5962 1. Introducción Mi herramienta está escrita en Python y explota la vulnerabilidad CVE-2007-5962 para realizar una serie de cambios de directorio que bloquean el demonio ftp. root@kitploit: ¡¡¡AVISO!!! Por favor, ten en cuenta que el uso de herramientas de hacking sin autorización es...
cve-2011-2523-vsftpd-validation-lab
CVE-2011-2523 — vsFTPd 2.3.4 Backdoor Validation Lab ⚠️ Authorized Lab Only — conducted in an isolated VirtualBox Host-Only network using Kali Linux and Metasploitable2. No unauthorized systems were scanned or accessed at any point. Overview CVE-2011-2523 is one of the most well-known supply chain...
CVE-2011-2523
Vulnerabilidad de puerta trasera en Vsftpd 2.3.4 Vulnerability Cuando un atacante ingresa una cadena que agrega : al parámetro USER, se abre una puerta trasera en el puerto 6200...
CVE-2011-2523
CVE-2011-2523 Exploit para la vulnerabilidad de puerta trasera de vsFTPd escrito en Python usando Pwntools Uso root@kitploit: pip3 install pwntools python3 ./CVE-2011-2523.py optional...
metasploitable2-exploitation-metasploit
Exploiting Metasploitable2 with Metasploit: VSFTPD, Samba, and More A hands-on walkthrough of exploitation using the Metasploit Framework — from PostgreSQL database setup and dbnmap scanning, through three root shells via vsftpd, Samba, and UnrealIRCd, to credential exfiltration with Netcat...
NexaCorp-DFIR-INC-2026-001
NexaCorp DFIR: INC-2026-001 - Linux Infrastructure Compromise DFIR investigation and detection engineering on a simulated intrusion against NexaCorp infrastructure. Conducted as a 4-day solo engagement BeCode Brussels Blue & Red Team bootcamp, Mission 01. The deliverable is a 54-page findings...
CVE-2011-2523
vsftpd 2.3.4 Backdoor Exploit FTP Server: vsftpd Vulnerable version: 2.3.4 CVE: CVE-2011-2523 Vulnerability: Backdoor on port 6200 opened when user entered strings appending : in ftp USER param Notes: The RCE doesn't need to be authenticated...
CVE-2011-2523
CVE-2011-2523 - vsftpd 2.3.4 Exploit Description Very Secure FTP Daemon vsftpd is an FTP server for Unix-like platforms, including Linux. It is distributed under the terms of the GNU General Public Licence. It supports IPv6 as well as SSL. It was revealed in July 2011 that vsftpd version 2.3.4,...
vsftpd-backdoor
Exploit para el Backdoor vsftpd 2.3.4 CVE-2011-2523 Este exploit aprovecha un backdoor en la versión 2.3.4 del servicio FTP vsftpd. El backdoor fue introducido en el código fuente de manera maliciosa y permite la ejecución remota de comandos como root en el servidor afectado Funcionamiento El...
Kali-Metasploitable
Reporte de Auditoría y Laboratorio de Seguridad Proyecto: Análisis de Vulnerabilidades y Explotación de Red Segura Fecha: Abril 2026 Autor: Ivo Albacete 1. Resumen Ejecutivo Este proyecto consistió en el despliegue de un entorno controlado para la práctica de técnicas de ciberseguridad. Se...
soc-investigation-lab
End-to-End SOC Investigation Lab Executes a complete four-phase attack chain Reconnaissance → Exploitation → Persistence → Exfiltration against Metasploitable2, collects evidence at each phase, and produces a structured incident timeline and SOC report — demonstrating simultaneous attacker and...
CVE-2011-2523
CVE-2011-2523 - Exploit de vsftpd 2.3.4 Descripción vsftpd, que significa Very Secure FTP Daemon, es un servidor FTP para sistemas tipo Unix, incluyendo Linux. Está licenciado bajo la Licencia Pública General de GNU. Soporta IPv6 y SSL. En julio de 2011, se descubrió que la versión 2.3.4 de vsftp...
pentest-metasploitable2
Laboratorio de Pruebas de Penetración: Kali Linux vs Metasploitable2 Aviso importante: Este laboratorio se llevó a cabo completamente dentro de una red virtual aislada entre dos máquinas virtuales locales. No se atacaron sistemas externos, redes en vivo ni infraestructura real en ningún momento...
vsFTPd-2.3.4-Exploit
vsFTPd 2.3.4 Exploit Python Proof of Concept for the vsFTPd 2.3.4 backdoor — CVE-2011-2523 Description vsFTPd Very Secure FTP Daemon is an FTP server commonly used on Unix-like systems. The vsFTPd 2.3.4 release distributed in 2011 was compromised with a malicious backdoor. This was not a normal...
LAB1-metasploitable
LAB1-metasploitable Exploitation des vulnérabilités sur la version vsftpd 2.3.4 du service ftp CVE-2011-2523 Exploit Title: vsftpd 2.3.4 - Backdoor Command Execution Date: 9-04-2021 Exploit Author: HerculesRD Software Link: http://www.linuxfromscratch.org/thomasp/blfs-book-xsl/server/vsftpd.html...
vsftpd2.3.4-backdoor-exploit
vsftp2.3.4-backdoor-exploit vsftpd 2.3.4 Backdoor Exploit CVE-2011-2523 Requirements Python 3.11+ recommended psutil Python package Installation Windows 1. Make sure Python is installed: root@kitploit: py --version 2. Install dependencies: root@kitploit: py -m pip install psutil 3. Run the script...
OpenVAS-Vulnerability-Assessment-Incident-Response
Operation SecureScan — Evaluación de Vulnerabilidades y Respuesta a Incidentes con OpenVAS Resumen del Proyecto Este proyecto demuestra un flujo de trabajo completo de Evaluación de Vulnerabilidades y Respuesta a Incidentes utilizando OpenVAS Greenbone Vulnerability Manager en un entorno controla...
Vulnerability-Assessment-Exploitation-Lab
Laboratorio de Evaluación de Vulnerabilidades y Explotación Laboratorio de Pruebas de Penetración Metasploitable 2 Resumen Ejecutivo Este proyecto documenta una prueba de penetración exitosa de ciclo completo contra el entorno Linux Metasploitable 2. La evaluación sigue el Estándar de Ejecución d...
OffensivePascal-CVE-2011-2523
CVE-2011-2523 FreePascal implementation of CVE-2011-2523 Vulnerability vsFTPD 2.3.4 Using : in the username opens a backdoor as root on port 6200 on the target Requirements Synapse. If you don't have it, install through the OPM...
explotacion-vsftpd-nmap_Laboratorio_1
🔐 Laboratorio de Seguridad - Unidad 1 📝 Enunciado del laboratorio Nombre: Explotación de servicios vulnerables Objetivo: Identificar, analizar y explotar un servicio vulnerable en un entorno de laboratorio controlado utilizando herramientas de reconocimiento y explotación. Instrucciones: 1...