哪个命令只扫描本机上的 TCP 端口 7777,并显示详细的扫描进度?
nmap -v -p 7777 localhost
nc -n -lvp 7777
nmap -sV localhost
nmap -v -p localhost 7777