
<?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; web security</title>
	<atom:link href="http://hackertarget.com/tag/web-security/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>Nikto 2.1.0 released and rolled out</title>
		<link>http://hackertarget.com/nikto-2-1-0-released-and-rolled-out/</link>
		<comments>http://hackertarget.com/nikto-2-1-0-released-and-rolled-out/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 03:29:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[nikto]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=419</guid>
		<description><![CDATA[The latest version of Nikto has been rolled out to our web scanning servers. Enjoy the web scanning from the leading open source web scanning tool. Head over to Cirt.net for full details.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nikto-2-1-0-released-and-rolled-out/' addthis:title='Nikto 2.1.0 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>The latest version of Nikto has been rolled out to our <a href="http://www.hackertarget.com/website-scan">web scanning servers</a>.</p>
<p>Enjoy the web scanning from the leading open source web scanning tool.</p>
<p>Head over to <a href="http://www.cirt.net" target="_blank">Cirt.net</a> for full details.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nikto-2-1-0-released-and-rolled-out/' addthis:title='Nikto 2.1.0 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/nikto-2-1-0-released-and-rolled-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nikto 2.1.0 released</title>
		<link>http://hackertarget.com/nikto-2-1-0-released/</link>
		<comments>http://hackertarget.com/nikto-2-1-0-released/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:31:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[nikto]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=415</guid>
		<description><![CDATA[Nikto, the most excellent web scanner has just been released in version 2.1.0. Numerous improvements have been made to both reliability, vulnerability scope and scan optimisation. Go here for a full run down on the new features. Or here for some comprehensive documentation. We are currently testing the new release before adding it to the [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nikto-2-1-0-released/' addthis:title='Nikto 2.1.0 released' ><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>Nikto, the most excellent web scanner has just been released in version 2.1.0. Numerous improvements have been made to both reliability, vulnerability scope and scan optimisation.</p>
<p>Go <a href="http://cirt.net/nikto2">here for a full run</a> down on the new features.</p>
<p>Or <a href="http://cirt.net/nikto2-docs/">here for some comprehensive documentation</a>.</p>
<p>We are currently testing the new release before adding it to the <a href="http://www.hackertarget.com">HackerTarget.com</a> scan suite.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/nikto-2-1-0-released/' addthis:title='Nikto 2.1.0 released' ><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/nikto-2-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</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-18 00:06:43 -->
