# HTB | Meow

**Task 1**

**What does the acronym VM stand for?**

<mark>» Ans: Virtual Machine</mark>

**Task 2**

**What tool do we use to interact with the operating system in order to issue commands via the command line, such as the one to start our VPN connection? It's also known as a console or shell.**

<mark>» Ans: Terminal</mark>

**Task 3**

**What service do we use to form our VPN connection into HTB labs?**

**<mark>» Ans: OpenVPN</mark>**

**Task 4**

**What tool do we use to test our connection to the target with an ICMP echo request?**

**<mark>» Ans: Ping</mark>**

**Task 5**

**What is the name of the most common tool for finding open ports on a target?**

**<mark>» Ans: Nmap</mark>**

**Task 6**

**What service do we identify on port 23/tcp during our scans?**

**<mark>» Ans: Telnet</mark>**

### `nmap -sC -sV -Pn -T4 10.129.144.163`

![Telnet is open (port 23) ver. Linux telnetd](https://cdn.hashnode.com/res/hashnode/image/upload/v1745525759503/bb90e969-fa38-4003-ae36-d53f8a59d544.png align="center")

**Task 7**

**What username is able to log into the target over telnet with a blank password?**

**<mark>» Ans: root</mark>**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745526232068/3342ef0c-4b5d-4b13-9507-fcc681c4636b.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745526241868/ed54c056-73fb-47d5-85f8-781e557103b0.png align="center")

**Submit Flag**

**Submit root flag**

**<mark>» Ans: b40abdfe23665f766f9c61ecba8a4c19</mark>**
