In cybersecurity, isolated environments—like Pwnbox or the vulnerable target machines—are often VMs. What does VM stand for? 在网络安全领域,隔离环境(如 Pwnbox 或漏洞靶机)通常都是虚拟机。VM 是什么的缩写?
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. 我们使用什么工具与操作系统交互,以便通过命令行发出命令,例如启动 VPN 连接的命令?它也被称为控制台或 shell。
回答:
1
terminal(终端)
task3:
1 2
What service do we use to form our VPN connection into HTB labs? 我们使用什么服务建立连接到HTB实验室的VPN?
回答:
1
openvpn
task4:
1 2
What tool do we use to test our connection to the target with an ICMP echo request? 我们使用什么工具通过ICMP回显请求测试与目标主机的连通性?