CyberLens
Can you exploit the CyberLens web server and discover the hidden flags?
Let’s see If we can do this guys, Do you think so?
Before we start let’s make sure that we added the domain in the hosts file.
Things to Note
1. Be sure to add the IP to your /etc/hosts file:
1
sudo echo '10.10.20.65 cyberlens.thm' >> /etc/hosts
2. Make sure you wait 5 minutes before starting so the VM fully starts each service
So Let’s make a nmao to scan the open ports on the system:
1
nmap -p- cyberlens.thm -T4
This post is licensed under CC BY 4.0 by the author.