我正在尝试通过 HackTheBox 挑战来熟悉黑客和网络。在起点 Oopsie 我应该使用 command nmap -sS -A 10.10.10.28。但是,在 Ubuntu 20.04 中运行它后,我收到以下错误:Starting Nmap 7.91 ( https://nmap.org ) at 2021-01-25 20:07 CET Couldn't open a raw socket. Error: Permission denied (13). 在https://github.com/microsoft/WSL/issues/2039我读到,此功能未在 nmap 中实现。有没有办法用这个工具在我的操作系统中打开一个原始套接字?