Network 版 (精华区)
发信人: qubo (qubo), 信区: Network
标 题: Re: 如何关闭135-139端口
发信站: 哈工大紫丁香 (2003年09月18日08:12:18 星期四), 站内信件
C:\>netstat /?
Displays protocol statistics and current TCP/IP network connections.
NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]
-a Displays all connections and listening ports.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-e Displays Ethernet statistics. This may be combined with the -s
option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto
may be TCP or UDP. If used with the -s option to display
per-protocol statistics, proto may be TCP, UDP, or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default, statistics are
shown for TCP, UDP and IP; the -p option may be used to specify
a subset of the default.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press CTRL+C to stop redisplaying
statistics. If omitted, netstat will print the current
configuration information once.
那个state表示的是套接字状态,对于UDP套接字通常也是没有状态的,所以这行可能会是
空白。但是是在监听的
【 在 gongyb (phlosci) 的大作中提到: 】
: netstat -an
: 对呀,早就该想到了
: 不过我想知道,netstat所得到的列表项中是不是只有LISTEN State才是监听的端口
: 【 在 qubo (qubo) 的大作中提到: 】
: : 用nmap -sT,nmap -sS,nmap -sU看看
: : 最简单的在本机上用netstat -an 呵呵
--
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.228.146]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.240毫秒