<?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>What&#039;s My Pass? &#187; php;</title>
	<atom:link href="http://www.whatsmypass.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.whatsmypass.com</link>
	<description>Password Recovery for Windows, Mac, Linux, browsers, email, instant messengers, BIOS</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:08:10 +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>WordPress Remote Admin Password Reset Vulnerability</title>
		<link>http://www.whatsmypass.com/wordpress-remote-admin-password-reset-vulnerability</link>
		<comments>http://www.whatsmypass.com/wordpress-remote-admin-password-reset-vulnerability#comments</comments>
		<pubDate>Tue, 11 Aug 2009 21:45:37 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[email account owner]]></category>
		<category><![CDATA[password reset]]></category>
		<category><![CDATA[php;]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress installation]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/wordpress-remote-admin-password-reset-vulnerability</guid>
		<description><![CDATA[A new post appeared on the WordPress discussion list today revealing more details about the process. Everyone is apparently able to reset a WordPress password if the email address of the WordPress user is known. All that needs to be done is to point the web browser at http://www.domain.com/wp-login.php?action=lostpassword to reset the password. The email [...]]]></description>
			<content:encoded><![CDATA[<p>A new post appeared on the <a href="http://lists.grok.org.uk/pipermail/full-disclosure/2009-August/070139.html">WordPress</a> discussion list today revealing more details about the process. Everyone is apparently able to reset a WordPress password if the email address of the WordPress user is known. All that needs to be done is to point the web browser at http://www.domain.com/wp-login.php?action=lostpassword to reset the password. The email address of the account holder has to be supplied in the form. WordPress usually will send a confirmation email first asking the email account owner if the password should be reset. The vulnerability manipulates the query to skip this step.</p>
<p>It is not possible to exploit this vulnerability further which means attackers cannot get access to the user account. It can however be theoretically be used to reset the password regularly to lock the user or admin out of the WordPress blog.</p>
<p>A temporary fix for the remote admin password reset vulnerability was posted. WordPress administrators need to change one line of code in the wp-login.php file of the WordPress installation to protect their blog from the attack. There is no official release fixing this problem, apply <a href="http://core.trac.wordpress.org/changeset/11798">this changeset</a> to your <code>wp-login.php</code>.</p>
<p>change <strong>line 190</strong> in <strong>wp-login.php</strong> to</p>
<p>if ( empty( $key ) )</p>
<p>With</p>
<div>
<div>
<pre style="font-family: monospace;">    <span style="color: #b1b100;">if</span> <span style="color: #009900;">(</span> <span style="color: #990000;">empty</span><span style="color: #009900;">(</span> <span style="color: #000088;">$key</span> <span style="color: #009900;">)</span> <span style="color: #339933;">||</span> <span style="color: #990000;">is_array</span><span style="color: #009900;">(</span> <span style="color: #000088;">$key</span> <span style="color: #009900;">)</span> <span style="color: #009900;">)</span></pre>
</div>
</div>
<p>It is advised to apply the temporary fix as soon as possible to WordPress installations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/wordpress-remote-admin-password-reset-vulnerability/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSAuditor  SHA-1 Cracker</title>
		<link>http://www.whatsmypass.com/gsauditor-sha-1-cracker</link>
		<comments>http://www.whatsmypass.com/gsauditor-sha-1-cracker#comments</comments>
		<pubDate>Sat, 29 Nov 2008 02:20:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Password Info]]></category>
		<category><![CDATA[Auditor]]></category>
		<category><![CDATA[following algorithms;]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[php;]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=413</guid>
		<description><![CDATA[Generic SHA-1 Auditor (GSAuditor) is an application that allows you to brute force password hashes derived from SHA-1. NOTE: GSAuditor is an &#8220;experimental&#8221; tool. Current version of GSAuditor supports the following algorithms: * RAW-SHA-1($password) &#8211; Mac OS 10.3 &#8216;Panther&#8217; * SHA-1(UNICODE($password).$salt) &#8211; MS SQL 2000/2005 (remember that 2000 uses uppercase password!) * SHA-1($password.$salt) &#8211; ORACLE [...]]]></description>
			<content:encoded><![CDATA[<p>Generic SHA-1 Auditor (GSAuditor) is an application that allows you to brute force password hashes derived from SHA-1. NOTE: GSAuditor is an &#8220;experimental&#8221; tool.</p>
<p>Current version of GSAuditor supports the following algorithms:</p>
<p>* RAW-SHA-1($password) &#8211; Mac OS 10.3 &#8216;Panther&#8217;<br />
* SHA-1(UNICODE($password).$salt) &#8211; MS SQL 2000/2005 (remember that 2000 uses uppercase password!)<br />
* SHA-1($password.$salt) &#8211; ORACLE 11g (the salt is currently 10 bytes)<br />
* SHA-1($username.$password) &#8211; PHP<br />
* SHA-1($salt.$password) &#8211; Mac OS 10.4 &#8216;Tiger&#8217;<br />
<a href="http://evilfingers.com/tools/GSAuditor.php">http://evilfingers.com/tools/GSAuditor.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/gsauditor-sha-1-cracker/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brute Force Calculator</title>
		<link>http://www.whatsmypass.com/brute-force-calculator</link>
		<comments>http://www.whatsmypass.com/brute-force-calculator#comments</comments>
		<pubDate>Fri, 31 Oct 2008 06:58:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Password Info]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[php;]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=370</guid>
		<description><![CDATA[See how long it would take you brute-force your password using this handy php script: http://www.hackosis.com/projects/bfcalc/bfcalc.php The code is open source and can be downloaded from: http://www.hackosis.com/wp-content/uploads/2007/11/bfcalc.zip]]></description>
			<content:encoded><![CDATA[<p>See how long it would take you brute-force your password using this handy php script:<br />
<a href="http://www.hackosis.com/projects/bfcalc/bfcalc.php">http://www.hackosis.com/projects/bfcalc/bfcalc.php</a><br />
The code is open source and can be downloaded from:<br />
<a href="http://www.hackosis.com/wp-content/uploads/2007/11/bfcalc.zip">http://www.hackosis.com/wp-content/uploads/2007/11/bfcalc.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/brute-force-calculator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Common Passwords</title>
		<link>http://www.whatsmypass.com/most-common-passwords</link>
		<comments>http://www.whatsmypass.com/most-common-passwords#comments</comments>
		<pubDate>Wed, 11 Jun 2008 19:08:12 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[php;]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=22</guid>
		<description><![CDATA[nice writeup on the common passwords and peoples thought process on picking passwords http://blog.jimmyr.com/Most_Common_Passwords_20_2008.php]]></description>
			<content:encoded><![CDATA[<p>nice writeup on the common passwords and peoples thought process on picking passwords</p>
<p><a href="http://blog.jimmyr.com/Most_Common_Passwords_20_2008.php">http://blog.jimmyr.com/Most_Common_Passwords_20_2008.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/most-common-passwords/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

