对于打开的TCP端口,我有不同的结果。当使用nmap -sS 127.0.0.1时,我得到了大约5个常用的开放端口,但是当使用osx内置工具作为stroke时,我会得到这5个端口加上5个额外的端口。它怎么会来?
第一nmap -sS 127.0.0.1
Starting Nmap 6.25 ( http://nmap.org ) at 2013-07-03 12:00 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00012s latency).
Not shown: 995 closed ports
PORT
这是Ubuntu 12.04 env。我有一个TCP服务在机器上的端口8020上运行:
我的问题是:
为什么端口8020在nmap中没有被发现为开放端口,而nestat说它正在侦听?
如果我运行
netstat -tuplen
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0
我目前在一个数据中心有一个VPS,我要求管理员打开一个端口来安装一个ftp服务器。它打开了端口3345,一开始我认为端口没有被正确转发,因为我运行nmap如下:
nmap 194.110.xxx.xx
Starting Nmap 6.00 ( http://nmap.org ) at 2013-12-17 14:33 EET
Nmap scan report for host-194-110-xxx-xx(194.110.xxx.xx)
Host is up (0.0022s latency).
Not shown: 995 closed ports
PORT STATE SE
当我从我的Ubuntu工作站运行nmap时,Tor端口会显示在我们的服务器上(关闭)。
Starting Nmap 5.21 ( http://nmap.org ) at 2013-03-12 10:22 CDT
Nmap scan report for xx.xx.xx.xx
Host is up (0.062s latency).
Not shown: 985 filtered ports
PORT STATE SERVICE
20/tcp closed ftp-data
21/tcp open ftp
80/tcp open http
443/tcp op
nmap手册页对-sn参数有如下说明:
-sn (No port scan) .
This option tells Nmap not to do a port scan after host
discovery, and only print out the available hosts that
responded to the scan.
句子的前半部分提到没有扫描,但后半部分表示有扫描。是否有不同于下半部分所指的端口扫描的扫描类型?也许是一次主机发现扫描(从我对nmap的了解中猜测)?
我最近在Debian盒上安装了后缀和Dovecot。发送到此域工作良好,阅读电子邮件通过IMAP也很好。我很好奇为什么在运行nmap时,端口10143不显示为open。
nmap -sS -O 127.0.0.1
Starting Nmap 4.62 ( http://nmap.org ) at 2011-11-26 21:30 GMT
Interesting ports on localhost.localdomain (127.0.0.1):
Not shown: 1711 closed ports
PORT STATE SERVICE
22/tcp open ssh
25
我在我的IP摄像头上运行了nmap来查看哪些端口是打开的。如我所料,在第554号港口上有一个RTSP端口正在开放。然而,我没有看到任何端口打开的RTCP流.
以下是nmap的输出:
PORT STATE SERVICE
22/tcp filtered ssh
80/tcp open http
554/tcp open rtsp
8000/tcp open http-alt
8200/tcp open trivnet1
9010/tcp open sdr
当我在本地linux中使用下面的命令查找打开的端口时,我没有看到zookeeper进程打开的"2181“端口。
nmap localhost
据我所知,zookeeper是一个Java (或其他JVM兼容的)进程,我的第一个想法是nmap无法检测到Java进程的端口,然后我使用:
nmap -sV -p T:2181 localhost
它显示:
PORT STATE SERVICE VERSION
2181/tcp open eforward?
1 service unrecognized despite returning data. If you know the
Starting Nmap 7.12 ( https://nmap.org ) at 2016-04-24 10:19 BST
Stats: 0:00:27 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan
Service scan Timing: About 0.00% done
Nmap scan report for local.domain.com (127.0.0.1)
Host is up (0.10s latency).
PORT STATE SERVICE VERSION
4111/tcp open
当我启动对某个IP地址的-sA扫描时,它将端口"80“显示为”未过滤“。密码在下面。
sudo nmap -sA -vv -p 80 192.168.0.30 -Pn
Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times may be slower.
Starting Nmap 7.92 ( https://nmap.org ) at 2022-03-24 01:09 EDT
Initiating ARP Ping Scan at 01:09
Scanning 19