问题描述
我有自己的小网站,在 digitalocean 服务器上运行 Nginx。
我想尝试nmap它只是为了练习,所以我尝试运行
nmap -v -A -sV xx.xx.xxx.xxx
它扫描并返回此响应:
PORT STATE SERVICE VERSION
22/tcp open tcpwrapped
|_ssh-hostkey: ERROR: Script execution Failed (use -d to debug)
80/tcp open tcpwrapped
|_http-server-header: Nginx/1.18.0 (Ubuntu)
| http-title: Welcome | MyWebApp
|_Requested resource was /public
443/tcp closed https
所以端口 80 上的服务显示为“tcpwrapped”,即使我知道它正在运行 Nginx。 然而,扫描能够在服务器头中看到我正在运行 Nginx/1.18.0 (Ubuntu)-
当我清楚地运行 Nginx 时,nmap 无法告诉我正在运行哪个服务的原因是什么?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)