<?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 &#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 Scanning and Assessments</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:11:42 +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>Security Testing WordPress</title>
		<link>http://hackertarget.com/2011/07/security-testing-wordpress/</link>
		<comments>http://hackertarget.com/2011/07/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:url='http://hackertarget.com/2011/07/security-testing-wordpress/' addthis:title='Security Testing WordPress '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></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:url='http://hackertarget.com/2011/07/security-testing-wordpress/' addthis:title='Security Testing WordPress '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/2011/07/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/2010/01/nikto-2-1-0-released-and-rolled-out/</link>
		<comments>http://hackertarget.com/2010/01/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:url='http://hackertarget.com/2010/01/nikto-2-1-0-released-and-rolled-out/' addthis:title='Nikto 2.1.0 released and rolled out '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></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:url='http://hackertarget.com/2010/01/nikto-2-1-0-released-and-rolled-out/' addthis:title='Nikto 2.1.0 released and rolled out '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/2010/01/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/2009/10/nikto-2-1-0-released/</link>
		<comments>http://hackertarget.com/2009/10/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:url='http://hackertarget.com/2009/10/nikto-2-1-0-released/' addthis:title='Nikto 2.1.0 released '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></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:url='http://hackertarget.com/2009/10/nikto-2-1-0-released/' addthis:title='Nikto 2.1.0 released '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/2009/10/nikto-2-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

