这篇文章上次修改于 418 天前,可能其部分内容已经发生变化,如有疑问可询问作者。
主机存活扫描
# 端口扫描
nmap -sV 10.129.124.111
nmap -sV -Pn 10.129.124.111
后台目录扫描
dirb http://10.129.124.111/
dirsearch -u "10.129.124.111"
问题
1、What does the acronym VM stand for?
Virtual Machine
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.
terminal
3、What service do we use to form our VPN connection into HTB labs?
openvpn
4、What tool do we use to test our connection to the target with an ICMP echo request?
ping
5、What is the name of the most common tool for finding open ports on a target?
nmap
6、What service do we identify on port 23/tcp during our scans?
telnet
7、What username is able to log into the target over telnet with a blank password?
root
flag
连接主机
telnet ip地址
root登录
通过查看目录发现flag.txt
没有评论