Welcome to another Hack the Box exercise. In this blog post, I will show you how I owned the Planning machine on Hack the Box. Hack The Box is a cybersecurity platform that helps you bridge knowledge gaps and prepares you for cyber security jobs. You can also test and grow your penetration testing skills, from gathering information to reporting. If you are new to this blog, please do not forget to like, comment, and subscribe to my YouTube channel and also follow me on LinkedIn for more updates.
About the Machine
Environment is a medium-level Linux machine on HackTheBox that demonstrates...
The first step in owing the Environment machine like I have always done in my previous writeups is to connect my Kali Linux terminal with Hack the Box server. To establish this connection, I ran the following command in the terminal:
This established a connection between my Kali Linux terminal and Hack the Box server. Once the connection was successful, I started the target machine and I was assigned an IP address 10.10.11.67. The next step was mapping the IP address to the domain name (environment.htb). To map the IP address to the domain environment.htb, I ran the following in the terminal:
0 Comments