Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
pentesting-obioba — Pentesting caja negra: Shellshock (CVE-2014-6271) + Log4Shell (CVE-2021-44228). Escalada a root. Informe ejecutivo y técnico | Kitploit
Tools/GitHubGitHub/facundomfernandez/pentesting-obioba
Privilege EscalationReconnaissanceVulnerability ScannersExploit FrameworksVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Labs & Practice
GitHubfacundomfernandez/pentesting-obioba

pentesting-obioba

Pentesting caja negra: Shellshock (CVE-2014-6271) + Log4Shell (CVE-2021-44228). Escalada a root. Informe ejecutivo y técnico

View Repository
3 months agoNot yet reviewed

pentesting-obioba

Black box pentesting: Shellshock (CVE-2014-6271) + Log4Shell (CVE-2021-44228). Root escalation. Executive and technical report

Pentesting Obioba — Security Audit (Black Box)

Project of the 360° Cybersecurity Bootcamp by The Bridge Digital Talent Accelerator (2025-2026).

🎯 Objective

Perform a security audit on a legacy server using black box methodology, simulating an external threat actor without prior credentials. The goal was to identify vulnerabilities that allowed unauthorized access and privilege escalation to full system control.

🧪 Environment

  • Target: Obioba server (legacy database repository)
  • Attacker: Kali Linux
  • Methodology: Black box — no prior knowledge of infrastructure
  • Environment: Controlled and isolated lab

🔁 Executed phases

1. Reconnaissance and enumeration

Identification of exposed services using Nmap with flags -sV -sC -p-. Discovery of three vectors of interest: SSH (port 22), Apache web service (port 8081), and Java/Nagios service (port 8080).

2. Vulnerability analysis

Web enumeration with DIRB to confirm /cgi-bin/ paths. Nessus scan of port 8080 revealed critical Log4Shell vulnerability with CVSS 10.0.

3. Exploitation — Shellshock (CVE-2014-6271)

Exploitation of vulnerable CGI script on port 8081 using Metasploit (apache_mod_cgi_bash_env_exec). Obtained shell as user www-data.

4. Privilege escalation — Log4Shell (CVE-2021-44228)

JNDI injection in HTTP headers on port 8080 using Metasploit (log4shell_header_injection). The Java service was running as root — total system compromise.

5. Executive report and mitigation plan

Documentation of impact on the CIA triad, risk analysis by criticality, and remediation plan with concrete deadlines.

🛠️ Tools used

ToolUse in the project
NmapPort, service, and version recognition
DIRBWeb directory enumeration

🛡️ MITRE ATT&CK Mapping

TechniqueATT&CK IDCVEPort

📊 Result

Total server compromise in less than 3 hours. Both vulnerabilities are known and have had patches available for years — demonstrating the real risk of unmaintained legacy systems.

🔒 Confidentiality notice

⚠️ Detailed technical reports, screenshots, and project evidence are not published in this repository for confidentiality reasons with the educational institution (The Bridge Digital Talent Accelerator).

If you are a recruiter or industry professional and wish to see the full material (executive reports, PoC, screenshots, and mitigation plans), feel free to contact me:

📧 [email protected] 🔗 LinkedIn

⚠️ Disclaimer

This project was executed in an isolated lab environment for educational purposes. The documented techniques are aimed at improving defensive capabilities.

📧 Contact

Facundo Martín Fernández Otón · GitHub

Download Tool
Nessus
Automated vulnerability analysis
MetasploitExploitation of Shellshock and Log4Shell
Kali LinuxAttack platform
Result
Exploitation of Public-Facing ApplicationT1190CVE-2014-6271 (Shellshock)8081Shell as www-data
Exploitation of Public-Facing ApplicationT1190CVE-2021-44228 (Log4Shell)8080Shell as root