Tag: VulnHub

DC-2 VulnHub Walkthrough

Today we will explore the DC-2 machine. This takes us from a WordPress site to a restricted shell, and finally to a binary with minimal sudo permissions. Phase 1: Recon Nmap revealed only two open ports: an HTTP server and an SSH server. The website at first appears to be down, and by d...

DC-1 VulnHub Walkthrough

DC-1 is a VulnHub CTF, also featured on OffSec Proving Grounds. It was fairy simple and revolved around an old version of the Drupal CMS and a binary file with the SUID bit set. Phase 1: recon I started by using nmap to see what was running on this server, but ultimately the only service that ...