In this Writeup, I will go through doubletrouble: 1 made by tasiyanci available for free on VulnHub.
First step is to find the machine’s IP address.

sudo nmap 192.168.56.0/24 -T4
The address is 192.168.56.103 and we see two ports that are open. 80 should be a website and SSH on port 22.

Now, let’s see if there are any directories we can find with dirsearch.















