Meow - Hack The Box
Introduction
In this machine, we are taking advantage of a misconfigured Telnet service using blank password.
Reconnaissance
- Connectivity
ping -c1 10.129.147.154
- Nmap
nmap -sS --open -p- --min-rate 5000 -vvv -n -Pn 10.129.147.154
Exploitation
telnet 10.129.147.154
Login root with blank password
Tasks
- What does the acronym VM stand for?
Virtual Machine
- 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.
Terminal
- What service do we use to form our VPN connection into HTB labs?
openvpn
- What tool do we use to test our connection to the target with an ICMP echo request?
ping
- What is the name of the most common tool for finding open ports on a target?
nmap
- What service do we identify on port 23/tcp during our scans?
telnet
- What username is able to log into the target over telnet with a blank password?
root
- Submit root flag
b40abdfe23665f766f9c61ecba8a4c19