Blogs
Cap Write-Up
Cap (Easy) Box Cap is a retired easy box from HackTheBox. It provides a light introduction into IDOR and Linux capability exploitation. Initial Foothold Let’s start off with enumerating the ports. We can use nmap for this task. nmap <TARGET-IP> This gives us three open ports for numbers …
Shocker Write-Up
Shocker (Easy) Box The Shocker box is an easy machine on HTB. It explores web enumeration and the ShellShock exploit. Initial Foothold Let’s do an NMAP scan of the server: nmap <TARGET-IP> Port 80 and Port 2222 seem to be open. A service scan on both port shows us that port 2222 is …
Lame Write-Up
Lame (Easy) Box Lame is a retired easy machine from HTB focusing on exploiting a basic vulnerability from the Samba service. Initial Foothold & Escalation Let’s do a quick NMAP scan to see some open ports. An initial scan of nmap 10.129.236.188 doesn’t bring us anything. Let’s …