<?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>NamHuy &#187; nmap</title>
	<atom:link href="http://namhuy.org/blog/tag/nmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://namhuy.org/blog</link>
	<description>Includes news, help, tutorials, programming, tips and how-to guides for Linux, UNIX, and BSD</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to install nmap into ubuntu</title>
		<link>http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/</link>
		<comments>http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 20:30:49 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[nmap]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/</guid>
		<description><![CDATA[Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS &#8230; <a href="http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</p>
<p>open a terminal and enter:</p>
<p><strong>apt-get install nmap</strong></p>
<p>how to use nmap:</p>
<p><strong>sudo nmap domainname</strong> (or IP address) is the most simple syntax to scan the open ports on the remote system. The other switches are used for more selective scans.</p>
<p><strong><span style="text-decoration: underline;">Command Line</span></strong><br />
How to use it</p>
<p>Nmap has lots of options, so we are going to focus on only some of them.</p>
<p><strong>sudo nmap -sS -O 127.0.0.1</strong><br />
-sS<br />
TCP SYN scan<br />
-O<br />
Enable Operating System detection</p>
<p><strong>sudo nmap -sU 127.0.0.1</strong><br />
-sU<br />
UDP ports scan</p>
<p><strong>sudo nmap -sS -O -p 20-25 127.0.0.1</strong><br />
-sS<br />
TCP SYN scan<br />
-p 20-25<br />
Scan on ports 20 to 25</p>
<p><strong>sudo nmap -sS -F 127.0.0.1</strong><br />
-sS<br />
TCP SYN scan<br />
-F<br />
Fast (limited port) scan</p>
<p>you can check the long <a href="http://www.go2linux.org/nmap-man-page" target="_blank">nmap man page</a></p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2007%2F08%2F16%2Fhow-to-install-nmap-into-ubuntu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/"  data-text="How to install nmap into ubuntu" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2007/08/16/how-to-install-nmap-into-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.282 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 18:05:29 -->
<!-- Compression = gzip -->
