<?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>Hacking-Gurus &#187; cachedump</title>
	<atom:link href="http://www.hacking-gurus.net/tag/cachedump/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hacking-gurus.net</link>
	<description>Security Blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 21:06:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Recover Active Directory Saved Passwords or mscash with John</title>
		<link>http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/</link>
		<comments>http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/#comments</comments>
		<pubDate>Sun, 17 May 2009 05:26:52 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Abel]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[cachedump]]></category>
		<category><![CDATA[cain]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[miccrosoft]]></category>
		<category><![CDATA[mscash]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=115</guid>
		<description><![CDATA[Hello Everyone , if you use active directory you may notice windows xp sometimes allows you to login to computer even if your network is unplugged. this is because microsoft save your active directory password hash into your system registry using some algorithm named as MSCASH . there are many tools availble on internet to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Recover+Active+Directory+Saved+Passwords+or+mscash+with+John";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Hello Everyone ,if you use active directory you may notice windows xp sometimes allows you to login to computer even if your network is unplugged. this is because microsoft save your active directory password hash into your system registry using some algorithm named as MSCASH . there are many tools availble on internet to dump or to get these password...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hello Everyone ,</p>
<p>if you use active directory you may notice windows xp sometimes allows you to login to computer even if your network is unplugged. this is because microsoft save your active directory password hash into your system registry using some algorithm named as <em><strong>MSCASH</strong></em> . there are many tools availble on internet to dump or to get these password hashes from registry.Password hash is saved in the <span class="interwiki iw_wp">Windows registry</span> and by default saved 10 hashes.you can read more about <a href="http://openwall.info/wiki/john/MSCash" target="_blank">mscash </a>here .</p>
<p><span id="more-115"></span></p>
<p><strong>Tools :</strong></p>
<p><strong><em>cachedump:</em></strong></p>
<p>i personally first used cachedump a great dos based tool with which u can get saved active directory password hash.</p>
<p>you can download cachedump <a href="http://www.hacktoolrepository.com/files/Passwords/CacheDump/cachedump-1.2.zip" target="_blank">here</a> .</p>
<p><em><strong>Cain        &amp; Abel : </strong></em></p>
<p>the second great tool availble to dump AD {active directory} saved hashes is Cain        &amp; Abel you can download Cain        &amp; Abel <a href="http://www.oxid.it/" target="_blank">here</a></p>
<div id="attachment_117" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-117" title="recover lost active directory password" src="http://www.hacking-gurus.net/wp-content/uploads/2009/05/300_password0-150x150.jpg" alt="Recover Password" width="150" height="150" /><p class="wp-caption-text">Recover Password</p></div>
<p>.</p>
<p><strong>Second Part Crack Password : </strong></p>
<p>now as you have your lost password hash you can use john the ripper with a small patch to crack your lost password mscash hash.</p>
<p>first you need a linux (ubuntu will be ok ) machine to use john. offcourse u can use windows but i will preffer linux as i dont know how we can patch john for mscash support ( i think you can do it using cygwin ). ok lets download and install john and patch it.</p>
<p><strong>Rule # 1 :</strong> Don&#8217;t install john using apt-get install john ( if u do have thats ok but we will not be using that ) .</p>
<p><strong>Step # 1 :</strong> login to your linux box.</p>
<p><strong>Step # 2:</strong> download john 1.72 using :</p>
<p><code> wget -c ftp://ftp.openwall.com/pub/projects/john/1.7.2/john-1.7.2.tar.gz </code></p>
<p><strong>Step # 3: </strong>extract john using :</p>
<p><code>tar xzf john-1.7.2.tar.gz</code></p>
<p><strong>Step # 4:</strong> download patch for mscash using :</p>
<p><code>wget http://coast.cs.purdue.edu/pub/tools/unix/pwdutils/john/contrib/john-1.7.2-mscash-alainesp-4.1.diff.gz</code></p>
<p><strong>Step # 5: </strong>Rename john to :</p>
<p><code>mv john-1.7.2 john-1.7.2.orig</code></p>
<p><strong>Step # 6:</strong> patch john using :</p>
<p><code> gunzip -c john-1.7.2-mscash-alainesp-4.1.diff.gz | patch -p0 </code></p>
<p><strong>Step # 7:</strong> make John the ripper</p>
<p><code> cd john-1.7.2.orig/src &amp;&amp; make linux-x86-mmx (depend on your system architect) </code></p>
<p><strong>Step # 8: </strong> start cracking password using :</p>
<p><code>../run/john -i:all -format:mscash [filepath] </code></p>
<p>I hope this would help you. <strong>Please post comments and feedback.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

