<?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>10个最常用nmap命令 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/10%e4%b8%aa%e6%9c%80%e5%b8%b8%e7%94%a8nmap%e5%91%bd%e4%bb%a4/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Thu, 04 Jun 2020 01:23:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>10个最常用nmap命令</title>
		<link>https://moneyslow.com/10%e4%b8%aa%e6%9c%80%e5%b8%b8%e7%94%a8nmap%e5%91%bd%e4%bb%a4.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Thu, 04 Jun 2020 01:22:09 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[10个最常用nmap命令]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=11292</guid>

					<description><![CDATA[1) 获取远程主机的系统类型及开放端口
nmap -sS -P0 -sV -O
这里的 < target > 可以是单一 IP, 或主机名，或域名，或子网
-sS TCP SYN 扫描 (又称半开放,或隐身扫描)
-P0 允许你关闭 ICMP pings.
-sV 打开系统版本检测
-O 尝试识别远程操作系统]]></description>
		
		
		
			</item>
	</channel>
</rss>
