Posts

Showing posts from February, 2022

TryHackMe - Overpass

Image
   Overpass Hello guys, welcome    back again! with another walkthrough this time   we're moving through a box called "overpass" from TryHackMe . Come on guys, let's move to the TryHackme website, login with your  credentials then go to the learn option there search for "Overpass" select it and join the room. Before starting the machine you need to establish a connection with TryHackMe server using an openvpn. For that you click on  the profile avatar ➡ Access  ➡  Download my configuration file. Next you need to open your terminal and run these cmds: ➡ ls ➡ cd Downloads ➡ ls ➡ sudo openvpn (filename) Now our ovpn connected successfully. Go back to THM website and select ' start machine ', you will get an IP copy that IP and open new terminal switch to root user by using cmd: sudo su. Scanning & Enumeration:    ➡ ping 10.10.137.248     ➡  nmap -A  10.10.137.248 After aggressive scanning we get that, port 22 ...