HTB Passage
HTB : Passage Initial recon sudo nmap -sS -sV -sC 10.10.10.206 > rec_ini This shows that :
The ssh port 22 is open and HTTPS port 80 is open So, we will let a full port scan run in the background while we take a look at the web page.
sudo nmap -T5 -p- 10.10.10.206 > all_ports This does not give us anything interesting
Checking the web page This web page is a collection of new articles.