<?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>wanna-be-a-Debian-system-administrator &#187; port scanning</title>
	<atom:link href="http://debian.kitaj.net/tag/port-scanning/feed/" rel="self" type="application/rss+xml" />
	<link>http://debian.kitaj.net</link>
	<description></description>
	<lastBuildDate>Mon, 17 May 2010 10:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Port scanning with nmap</title>
		<link>http://debian.kitaj.net/2008/10/port-scanning-with-nmap/</link>
		<comments>http://debian.kitaj.net/2008/10/port-scanning-with-nmap/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 10:31:40 +0000</pubDate>
		<dc:creator>Mitja</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[port scanning]]></category>

		<guid isPermaLink="false">http://debian.kitaj.net/?p=36</guid>
		<description><![CDATA[Nmap is an useful tool for checking the security of a server. Since I don&#8217;t use it very often I&#8217;ve made a list of useful resources to check when in need.
The first advice, also praised by nmap authors, I got from Trinity from The Matrix Reloaded film.
nmap -v -sS -O 10.2.2.2
-v &#8211; verbose output (try [...]]]></description>
			<content:encoded><![CDATA[<p>Nmap is an useful tool for checking the security of a server. Since I don&#8217;t use it very often I&#8217;ve made a list of useful resources to check when in need.</p>
<p>The first advice, also praised by nmap authors, I got from <a title="Trinity hacks with nmap" href="http://nmap.org/images/matrix/trinity-nmapscreen-hd-crop-1200x728.jpg" target="_blank"><em>Trinity</em></a> from <em>The Matrix Reloaded</em> film.</p>
<pre class="code">nmap -v -sS -O 10.2.2.2</pre>
<p style="padding-left: 30px;"><tt>-v</tt> &#8211; verbose output (try <tt>-vv</tt> for even more verbose)<br />
<tt>-sS</tt> &#8211; &#8220;the default and most popular scan option for good reasons&#8221;<a title="Nmap manual" href="http://nmap.org/book/man-port-scanning-techniques.html" target="_blank">*</a><br />
<tt>-O</tt> &#8211; OS discovery</p>
<p>Since my server is behind (hope) a good firewall I had to add <tt>-P0</tt> option.</p>
<h3><a title="nmap portscanner howto" href="http://www.linuxsecurityforum.org/f5/nmap-portscanner-howto-t225.html" target="_blank">nmap portscanner howto</a></h3>
<p>Describing the basic nmap scans</p>
<h3><a title="Nmap official page" href="http://nmap.org/" target="_blank">Nmap &#8211; Free Security Scanner For Network Exploration &amp; Security Audits</a></h3>
<p>Nmap official page</p>
<h3><a title="Nmap official page" href="http://nmap.org/book/man.html" target="_blank">Nmap reference guide</a></h3>
<p>Nmap manual</p>
<h3><a title="Nmap official page" href="http://insecure.org/" target="_blank">Insecure.Org &#8211; Nmap Free Security Scanner, Tools &amp; Hacking resources</a></h3>
<p>News and links</p>
]]></content:encoded>
			<wfw:commentRss>http://debian.kitaj.net/2008/10/port-scanning-with-nmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
