HackBox---起点
# HackBox— 起点
- 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 is the abbreviated name for a ‘tunnel interface’ in the output of your VPN boot-up sequence output?
- tun
- 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
- flag 获取方法:
HackBox---起点
https://rofgd.github.io/2022/11/20/HackBox---起点/