HeadlinesBriefing favicon HeadlinesBriefing.com

eJPT Lab Walkthrough: Vulnerability Assessment

DEV Community •
×

A recent walkthrough on the DEV Community site details the process of solving eJPT certification challenges, focusing on vulnerability assessment. The author, a pentesting learner, uses tools like Nmap and Nessus to identify hidden information on a target web server. This assessment is crucial for understanding the security posture of an environment and discovering exploitable weaknesses.

The walkthrough covers four flags, each requiring a different approach. The first flag involved exploring hidden directories for version control artifacts. Using Nmap to discover open ports and services, the author found a hidden git repository that contained the flag, emphasizing the importance of manual investigation.

The second flag focused on a MySQL database with weak security measures. Nmap NSE scripts revealed accessible directories, including /phpmyadmin, leading to the discovery of a table with the flag. This part highlights the value of database enumeration in vulnerability assessment.

The lab concluded with an exploration of Nessus, which identified vulnerabilities, including CVE-2020-11022 and CVE-2020-11023. The author used Burp Suite to confirm an XSS vulnerability, demonstrating the practical application of these tools in real-world scenarios.