分页: 1 / 1
使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-16 14:41
由 Luke Croft
总有1~3个端口打开,貌似端口号是随机的,如何查看是哪个程序的打开的端口?

Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-16 15:07
由 dogfox
netstat
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-16 15:29
由 Luke Croft
代码: 全选
[luke@ArchLinux ~]$ sudo netstat -tp
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost.localdo:41735 localhost.localdo:41735 TIME_WAIT -
tcp 0 0 localhost.localdo:46648 localhost.localdo:46648 TIME_WAIT -
什么情况?
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-16 15:52
由 eexpress
刷端口,用nmap -sS
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-16 16:09
由 Luke Croft
我想知道为什么会打开这些端口?
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-17 10:49
由 YeLee
会不会是bt或者ed2k的?
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-17 15:00
由 Luke Croft
YeLee 写了:会不会是bt或者ed2k的?
没有运行这些软件,而且端口号变得很快,每次扫描都有不同的端口开放
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-17 15:27
由 dogfox
你内部端口访问外部端口
可不是外部端口访问你内部端口
也就是你访问别人是采取的不同端口访问
不信用安全网站的端口扫描远程扫描下你的计算机
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-17 16:22
由 photor
Re: 使用gnome-nettool扫描127.0.0.1,为什么总有打开的端口?
发表于 : 2011-11-17 20:32
由 Luke Croft
dogfox 写了:你内部端口访问外部端口
可不是外部端口访问你内部端口
也就是你访问别人是采取的不同端口访问
不信用安全网站的端口扫描远程扫描下你的计算机
没看懂什么意思,我想知道为什么会扫描到这些随机打开的端口,是什么程序打开的?