<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; nmap</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/nmap/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS安装nmap端口查看工具</title>
		<link>https://www.osyunwei.com/archives/2004.html</link>
		<comments>https://www.osyunwei.com/archives/2004.html#comments</comments>
		<pubDate>Tue, 31 Jan 2012 06:05:02 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[端口查看]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2004</guid>
		<description><![CDATA[nmap即（Network Mapper），是linux系统中一个常用的网络管理工具，可以扫描端口、嗅探主机所在的网络环境，以及判断网络中主机的操作系统等。        系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 下面教大家在CentOS中用nmap查看主机端口： 一、安装nmap yum install nmap    #输入y安装 二、使用nmap       nmap localhost    #查看主机当前开放的端口       nmap -p 1024-65535 localhost    #查看主机端口（1024-65535）中开放的端口       nmap -PS 192.168.21.163        #探测目标主机开放的端口       nmap -PS22,80,3306  192.168.21.163    #探测所列出的目标主机端口       nmap -O 192.168.21.163    #探测目标主机操作系统类型       nmap -A 192.168.21.163    #探测目标主机操作系统类型       nmap --help  #更多nmap参数请查询帮助信息 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 三、关闭或者打开主机端口        1、nmap localhost    #查看主机当前开放端口 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2004.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2004.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
