<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Teaching John The Ripper how to Crack MD5 Hashes</title>
	<atom:link href="http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/feed" rel="self" type="application/rss+xml" />
	<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106</link>
	<description>Blog of Sven Vetsch / Disenchant</description>
	<lastBuildDate>Tue, 02 Mar 2010 12:16:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-246772</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-246772</guid>
		<description>Hi guys,
I know this is a post about cracking md5, but for some of you looking for a tool to hash, I&#039;m using this &lt;a href=&quot;http://www.stringfunction.com/md5-hash.html&quot; rel=&quot;nofollow&quot;&gt;online md5 encoder&lt;/a&gt; to hash string.
Great tool to hash string right away! :)
David</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
I know this is a post about cracking md5, but for some of you looking for a tool to hash, I&#8217;m using this <a href="http://www.stringfunction.com/md5-hash.html" rel="nofollow">online md5 encoder</a> to hash string.<br />
Great tool to hash string right away! <img src='http://www.disenchant.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-241349</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 09 Dec 2009 08:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-241349</guid>
		<description>Keep in mind that the version number may vary depending on what version you have...

Step 1. Download the source: wget ftp://ftp.openwall.com/pub/projects/john/1.7.2/john-1.7.2.tar.bz2
Step 2. Unpack the source: tar jxvf john-1.7.2.tar.bz2
Step 3. Change directory into the directory which was created: cd john-1.7.2
Step 4. Download the patch: wget ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.6.37-raw-md5-1.diff.gz
Step 5. Unpack the patch: gunzip john-1.6.37-raw-md5-1.diff.gz
Step 6. Apply the patch: patch -p1 john-1.6.37-raw-md5-1.diff.gz
Step 7. Change directory into src: cd src
Step 8. Compile for your arch (run &quot;make&quot; to see a full list on targets): make generic

If you can&#039;t find a file, browse the FTP site.  If you&#039;re having trouble with decompressing or patching, read the manual.  If the build fails (step 8) it&#039;s probably something with the code check Google.</description>
		<content:encoded><![CDATA[<p>Keep in mind that the version number may vary depending on what version you have&#8230;</p>
<p>Step 1. Download the source: wget <a href="ftp://ftp.openwall.com/pub/projects/john/1.7.2/john-1.7.2.tar.bz2" rel="nofollow">ftp://ftp.openwall.com/pub/projects/john/1.7.2/john-1.7.2.tar.bz2</a><br />
Step 2. Unpack the source: tar jxvf john-1.7.2.tar.bz2<br />
Step 3. Change directory into the directory which was created: cd john-1.7.2<br />
Step 4. Download the patch: wget <a href="ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.6.37-raw-md5-1.diff.gz" rel="nofollow">ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.6.37-raw-md5-1.diff.gz</a><br />
Step 5. Unpack the patch: gunzip john-1.6.37-raw-md5-1.diff.gz<br />
Step 6. Apply the patch: patch -p1 john-1.6.37-raw-md5-1.diff.gz<br />
Step 7. Change directory into src: cd src<br />
Step 8. Compile for your arch (run &#8220;make&#8221; to see a full list on targets): make generic</p>
<p>If you can&#8217;t find a file, browse the FTP site.  If you&#8217;re having trouble with decompressing or patching, read the manual.  If the build fails (step <img src='http://www.disenchant.ch/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> it&#8217;s probably something with the code check Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocytus</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-232318</link>
		<dc:creator>Cocytus</dc:creator>
		<pubDate>Fri, 28 Aug 2009 06:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-232318</guid>
		<description>hmm, &quot;tar -xvf john-1.7.2.tar&quot; should be &quot;tar -xvf john-1.7.2.tar.bz2&quot;

and the link &quot;wget ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.7.2-all-9.diff.gz&quot; goes not work anymore

ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.6.37-raw-md5-1.diff.gz but I can&#039;t make it work.

anybody?

Cocytus</description>
		<content:encoded><![CDATA[<p>hmm, &#8220;tar -xvf john-1.7.2.tar&#8221; should be &#8220;tar -xvf john-1.7.2.tar.bz2&#8243;</p>
<p>and the link &#8220;wget <a href="ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.7.2-all-9.diff.gz" rel="nofollow">ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.7.2-all-9.diff.gz</a>&#8221; goes not work anymore</p>
<p><a href="ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.6.37-raw-md5-1.diff.gz" rel="nofollow">ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.6.37-raw-md5-1.diff.gz</a> but I can&#8217;t make it work.</p>
<p>anybody?</p>
<p>Cocytus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-229665</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 10 Aug 2009 04:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-229665</guid>
		<description>John is good for those stubborn hashes that you can&#039;t crack with either rainbow tables or online MD5 Hash crackers.

I usually go about cracking hashes in this order:

1. Online crackers like www.netmd5crack.com
2. Wordlist attacks using something like cain and able
3. Rainbow tables - google rcracki
4. Brute force

Knowing how to use john is always good because it is fast.

Good writeup.</description>
		<content:encoded><![CDATA[<p>John is good for those stubborn hashes that you can&#8217;t crack with either rainbow tables or online MD5 Hash crackers.</p>
<p>I usually go about cracking hashes in this order:</p>
<p>1. Online crackers like <a href="http://www.netmd5crack.com" rel="nofollow">http://www.netmd5crack.com</a><br />
2. Wordlist attacks using something like cain and able<br />
3. Rainbow tables &#8211; google rcracki<br />
4. Brute force</p>
<p>Knowing how to use john is always good because it is fast.</p>
<p>Good writeup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to crack MD5 passwords at stotti.blog()</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-206275</link>
		<dc:creator>How to crack MD5 passwords at stotti.blog()</dc:creator>
		<pubDate>Mon, 13 Apr 2009 23:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-206275</guid>
		<description>[...] Teaching John The Ripper how to Crack MD5 Hashes - using JtR (Unix/Windows) to crack MD5 hashes locally [...]</description>
		<content:encoded><![CDATA[<p>[...] Teaching John The Ripper how to Crack MD5 Hashes &#8211; using JtR (Unix/Windows) to crack MD5 hashes locally [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hellbender</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-177712</link>
		<dc:creator>Hellbender</dc:creator>
		<pubDate>Fri, 23 Jan 2009 22:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-177712</guid>
		<description>Thank you very much! 
This post saved me a lot of time</description>
		<content:encoded><![CDATA[<p>Thank you very much!<br />
This post saved me a lot of time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ananth</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-164057</link>
		<dc:creator>Ananth</dc:creator>
		<pubDate>Tue, 25 Nov 2008 15:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-164057</guid>
		<description>Thanks a lot for that. I have been trying for a couple of days now and could not break it. Looks like we need to have a # before the hex code.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for that. I have been trying for a couple of days now and could not break it. Looks like we need to have a # before the hex code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disenchant</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-164000</link>
		<dc:creator>Disenchant</dc:creator>
		<pubDate>Tue, 25 Nov 2008 11:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-164000</guid>
		<description>Hi Ananth,
sorry I didn&#039;t try hmac-md5 until now but if I find the correct syntax, I&#039;ll post it into my blog :)</description>
		<content:encoded><![CDATA[<p>Hi Ananth,<br />
sorry I didn&#8217;t try hmac-md5 until now but if I find the correct syntax, I&#8217;ll post it into my blog <img src='http://www.disenchant.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ananth</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-163920</link>
		<dc:creator>Ananth</dc:creator>
		<pubDate>Tue, 25 Nov 2008 02:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-163920</guid>
		<description>Hi Disenchant,
                      Your post on how raw-MD5 text file should look like was extremely helpful. The new patch now has hmac-md5. Do you know how it has to be stored in order to be given it as an input to john.</description>
		<content:encoded><![CDATA[<p>Hi Disenchant,<br />
                      Your post on how raw-MD5 text file should look like was extremely helpful. The new patch now has hmac-md5. Do you know how it has to be stored in order to be given it as an input to john.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disenchant</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/comment-page-1#comment-137648</link>
		<dc:creator>Disenchant</dc:creator>
		<pubDate>Sun, 17 Aug 2008 09:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comment-137648</guid>
		<description>Hi Tommy,
thanks for letting me know about the new patch :)

Yes it does include MySQL cracking.</description>
		<content:encoded><![CDATA[<p>Hi Tommy,<br />
thanks for letting me know about the new patch <img src='http://www.disenchant.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yes it does include MySQL cracking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
