
<?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>Online Security Scanner &#187; nmap</title>
	<atom:link href="http://hackertarget.com/tag/nmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackertarget.com</link>
	<description>Vulnerability Testing and Assessments</description>
	<lastBuildDate>Tue, 15 May 2012 09:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Security Testing WordPress</title>
		<link>http://hackertarget.com/security-testing-wordpress/</link>
		<comments>http://hackertarget.com/security-testing-wordpress/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 06:03:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=1481</guid>
		<description><![CDATA[A couple of wordpress security assessment tools have popped up over the past couple of months, this has to be a good thing with the number of WordPress installations sky-rocketing. First of course there is the HackerTarget.com scan, externally facing and coming in at a fairly high level. The system downloads some of your pages, [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/security-testing-wordpress/' addthis:title='Security Testing WordPress' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>A couple of wordpress security assessment tools have popped up over the past couple of months, this has to be a good thing with the number of WordPress installations sky-rocketing.</p>
<p>First of course there is the <a href="http://hackertarget.com/wordpress-security-scan/">HackerTarget.com scan</a>, externally facing and coming in at a fairly high level. The system downloads some of your pages, does analysis, checks a few additional links and gives you a tidy little report detailing any security issues discovered.</p>
<p>Our scan does not perform brute forcing of accounts, passwords or plugins. Brute Forcing is more appropriate in a targeted pen-test or black-box vulnerability assessment.</p>
<p>Simply put brute forcing for:<br />
<div class="shortcode-unorderedlist green-dot"></p>
<ul>
<li>Plugins is achieved by testing URL&#8217;s http://myexampleblog.cm/wp-content/plugins/$pluginname</li>
<li>Usernames can be brute forced with a POST request to the login form (Incorrect username)</li>
<li>Passwords can be brute forced (with valid username) by hitting the login form</li>
</ul>
<p></div>
</p>
<p>Additionally username&#8217;s can also be gathered through some WordPress themes, RSS feeds, and author page URI&#8217;s such as /blog/author/admin/.</p>
<p>These tools and scripts that can be utilized in your Penetration Testing of WordPress.</p>
<p>Metasploit has a <a href="http://www.metasploit.com/modules/auxiliary/scanner/http/wordpress_login_enum">module for enumerating usernames and brute forcing passwords</a>. It is solid and convenient; everyone has <a href="http://www.metasploit.com" target="_blank">Metasploit</a> installed&#8230; don&#8217;t they?  <img src='http://hackertarget.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>An NSE (nmap scripting engine) <a href="http://seclists.org/nmap-dev/2011/q1/806" target="_blank">script was released</a> for Nmap that does plugin brute forcing.</p>
<p>Just in the last few days a new tool hit the tubes <a href="http://www.ethicalhack3r.co.uk/security/introducing-wpscan-wordpress-security-scanner/" target="_blank">wpscan</a>. Still under development it does a few different checks including brute forcing for accounts.</p>
<p>All the tools referenced above are dedicated towards <strong>external testing</strong> of wordpress installations. There are <a href="http://wordpress.org/extend/plugins/wp-security-scan/">other options</a> that involve installation of plugins into the wordpress installations for deeper monitoring.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/security-testing-wordpress/' addthis:title='Security Testing WordPress' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/security-testing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BackTrack used by the NSA</title>
		<link>http://hackertarget.com/backtrack-used-by-the-nsa/</link>
		<comments>http://hackertarget.com/backtrack-used-by-the-nsa/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:09:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[nsa]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=606</guid>
		<description><![CDATA[As highlighted over on the backtrack site. It appears the NSA are one of the users of the excellent security testing Linux Distribution that is Back Track. That is almost as cool as Nmap being used in the Matrix. The National Security Agency and the Central Security Service tested the five U.S. service academies during [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/backtrack-used-by-the-nsa/' addthis:title='BackTrack used by the NSA' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>As highlighted over on the <a href="http://www.backtrack-linux.org/backtrack/backtrack-used-by-the-nsa/">backtrack site</a>. It appears the NSA are one of the users of the excellent security testing Linux Distribution that is Back Track.</p>
<p>That is almost as cool as <a href="http://nmap.org/movies.html">Nmap being used in the Matrix</a>.</p>
<blockquote><p>The National Security Agency and the Central Security Service tested the five U.S. service academies during the 2009 Cyber Defense Exercise.Teams were tested on their ability to defend computer networks the students designed themselves. The winner took home the coveted CDX trophy. In an unclassified movie produced by the NSA, we caught a glimpse of BackTrack being used in the CyberDefence 2009 Wargames.</p></blockquote>
<p><a href="http://www.backtrack-linux.org/backtrack/backtrack-used-by-the-nsa/">http://www.backtrack-linux.org/backtrack/backtrack-used-by-the-nsa/</a></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/backtrack-used-by-the-nsa/' addthis:title='BackTrack used by the NSA' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/backtrack-used-by-the-nsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploit vs Snort as Snorby</title>
		<link>http://hackertarget.com/metasploit-vs-snort-as-snorby/</link>
		<comments>http://hackertarget.com/metasploit-vs-snort-as-snorby/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 06:47:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[snorby]]></category>
		<category><![CDATA[snort]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=574</guid>
		<description><![CDATA[Recently I stumbled acorss Snorby, an excellent easy to use implementation of Snort. It is a new web interface for Snort that is very pretty, but also simple. An excellent introduction to Intrusion Detection Systems, that is not going to scare anyone away. Now how to I get hold of this I hear you cry&#8230;. [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/metasploit-vs-snort-as-snorby/' addthis:title='Metasploit vs Snort as Snorby' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Recently I stumbled acorss <a href="http://www.snorby.org/" target="_blank">Snorby</a>, an excellent easy to use implementation of <a href="http://www.snort.org/" target="_blank">Snort</a>.</p>
<p>It is a new web interface for Snort that is very pretty, but also simple. An excellent introduction to Intrusion Detection Systems, that is not going to scare anyone away.</p>
<p><img src="http://www.cryptolife.org/images/thumb/2/2a/Snorby2.png/242px-Snorby2.png" align="right">Now how to I get hold of this I hear you cry&#8230;. head over here <a href="http://www.cryptolife.org/index.php/Snorby" target="_blank">and grab the preconfigured security appliance</a>.</p>
<p>I downloaded the iso, fired up a virtualbox machine and away it went. Seriously a working Snort install in under 10mins. Nice!</p>
<p>Obviously you want to test your snort, so I fired off an nmap scan with the script option against my Windows XP SP2 test machine.</p>
<blockquote><p>
# nmap -sC 192.168.56.101</p>
<p>Starting Nmap 5.30BETA1 ( http://nmap.org ) at 2010-06-02 10:19 EST<br />
Nmap scan report for 192.168.56.101<br />
Host is up (0.0032s latency).<br />
Not shown: 997 closed ports<br />
PORT    STATE SERVICE<br />
135/tcp open  msrpc<br />
139/tcp open  netbios-ssn<br />
445/tcp open  microsoft-ds<br />
MAC Address: 08:22:22:22:22:22 </p>
<p>Host script results:<br />
|_nbstat: NetBIOS name: ASDF, NetBIOS user: <unknown>, NetBIOS MAC: 22:22:22:22:22:22<br />
| smb-os-discovery:<br />
|   OS: Windows XP (Windows 2000 LAN Manager)<br />
|   Name: WORKGROUP\ASDF<br />
|_  System time: 2010-06-02 10:19:58 UTC-7<br />
|_smbv2-enabled: Server doesn&#8217;t support SMBv2 protocol</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 12.09 seconds
</p></blockquote>
<p><a href="http://hackertarget.com/wp-content/uploads/2010/06/nmap-snorby.jpg"><img src="http://hackertarget.com/wp-content/uploads/2010/06/nmap-snorby-300x146.jpg" alt="" title="nmap-snorby" width="300" height="146" class="alignright size-medium wp-image-576" /></a><br />
Snorby showed me some nice port scan alerts.</p>
<p>Now I was running through <a href="http://hackertarget.com/2010/06/metasploit-3-4-0-on-ubuntu-10-04-a-quick-introduction/">my guide to Metasploit 3.4.0</a> and figured I would see something in Snorby. As shown in the guide I successfully ran metasploit with ms08_067 exploit using a meterpreter payload and a vnc dll injection payload. Gaining full access to the Windows XP SP2 machine.</p>
<p>Snorby (and Snort) results show nothing. </p>
<p>Hmm, Snorby is running with up to date rules from emerging threats and snort. I was quite surprised and will be looking into the reasons for this in the near future. I would have thought I would have triggered something in the snort rules during this exploit.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/metasploit-vs-snort-as-snorby/' addthis:title='Metasploit vs Snort as Snorby' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/metasploit-vs-snort-as-snorby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nmap 5.21 released and rolled out</title>
		<link>http://hackertarget.com/nmap-5-21-released-and-rolled-out/</link>
		<comments>http://hackertarget.com/nmap-5-21-released-and-rolled-out/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 03:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[firewall test]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[port scanner]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=417</guid>
		<description><![CDATA[A new year, and new updates. We have rolled out the latest version of Nmap to all our scan servers. Happy scanning in 2010. Latest version includes performance improvements, new OS finger printing and a new traceroute engine.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nmap-5-21-released-and-rolled-out/' addthis:title='Nmap 5.21 released and rolled out' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>A new year, and new updates. We have rolled out the latest version of <a href="http://www.nmap.org" target="_blank">Nmap</a> to all our scan servers. Happy <a href="http://hackertarget.com/nmap-scan">scanning</a> in 2010.</p>
<p>Latest version includes performance improvements, new OS finger printing and a new traceroute engine.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nmap-5-21-released-and-rolled-out/' addthis:title='Nmap 5.21 released and rolled out' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/nmap-5-21-released-and-rolled-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nmap Cheatsheet &#8211; a quick reference guide</title>
		<link>http://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/</link>
		<comments>http://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 04:25:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[nmap]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=397</guid>
		<description><![CDATA[Nmap has a multitude of options and when you first start playing with this excellent tool it can be a bit daunting. So here is a quick start guide. Start by heading over to the download page, here you can get the latest release (5.00) of the Linux version or the nmap windows version. Install [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/' addthis:title='Nmap Cheatsheet &#8211; a quick reference guide' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Nmap has a multitude of options and when you first start playing with this excellent tool it can be a bit daunting.</p>
<p>So here is a quick start guide.</p>
<p>Start by heading over to the <a href="http://nmap.org/download.html">download</a> page, here you can get the latest release (5.00) of the Linux version or the nmap windows version.</p>
<p>Install the Linux version is as easy as:</p>
<blockquote><p>
tar zxvf nmap-5.00.tar.gz<br />
cd nmap-5.00<br />
./configure<br />
make<br />
make install            <- need to do this as root, as it will install the binaries into the bin folders.</p></blockquote>
<p>Nmap for Windows is just a matter of running the nmap exe</p>
<blockquote><p>1. Nmap Range of IP addressess:</p>
<p>nmap 192.168.0.1-10</p>
<p>2. Nmap Range of ports:</p>
<p>nmap -p 1-1024 192.168.1.1</p>
<p>3. Nmap service version detection:</p>
<p>nmap -sV 192.168.1.1</p>
<p>4. Nmap OS version detection:</p>
<p>nmap -A 192.168.1.1</p>
<p>5. Nmap external script checks</p>
<p>nmap -sC 192.168.1.1</p>
<p>6. Nmap scan without ping check (sometimes ping is blocked but you still want to scan)</p>
<p>nmap -PN 192.168.1.1</p>
<p>7. Nmap scan only scanning known ports (fast scan)</p>
<p>nmap -F 192.168.1.1</p></blockquote>
<p>The nmap gui for those who dislike the command line is Zenmap &#8211; it is relatively new and has some powerful features for those who are afraid of a little command line kung fu.</p>
<p>The above commands are just a taste of the power of nmap. Check out the full set of features by running nmap with no options. A new book is also available by Fyodor.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/' addthis:title='Nmap Cheatsheet &#8211; a quick reference guide' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.hackertarget.com @ 2012-05-17 23:47:02 -->
