<?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>Disenchant's Blog &#187; howto</title>
	<atom:link href="http://www.disenchant.ch/blog/category/howto/feed" rel="self" type="application/rss+xml" />
	<link>http://www.disenchant.ch/blog</link>
	<description>Blog of Sven Vetsch / Disenchant</description>
	<lastBuildDate>Thu, 22 Oct 2009 16:25:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Teaching John The Ripper how to Crack MD5 Hashes and more</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes-and-more/277</link>
		<comments>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes-and-more/277#comments</comments>
		<pubDate>Mon, 05 Oct 2009 10:55:16 +0000</pubDate>
		<dc:creator>Disenchant</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.disenchant.ch/blog/?p=277</guid>
		<description><![CDATA[Long time ago, I posted a guide on how to make John the Ripper able to crack MD5 hashes (http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106). In that posting where some errors and also it&#8217;s not up to date so I made a small shell script which downloads, patches and compile JtR 1.7.3.4 for you automatically
wget http://www.openwall.com/john/g/john-1.7.3.4.tar.gz
tar xvf john-1.7.3.4.tar.gz
wget http://www.openwall.com/john/contrib/john-1.7.3.4-jumbo-1.diff.gz
gunzip john-1.7.3.4-jumbo-1.diff.gz
cp [...]]]></description>
			<content:encoded><![CDATA[<p>Long time ago, I posted a guide on how to make <a href="http://www.openwall.com/john">John the Ripper</a> able to crack MD5 hashes (<a href="http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106</a>). In that posting where some errors and also it&#8217;s not up to date so I made a small shell script which downloads, patches and compile JtR 1.7.3.4 for you automatically</p>
<p><em>wget http://www.openwall.com/john/g/john-1.7.3.4.tar.gz<br />
tar xvf john-1.7.3.4.tar.gz<br />
wget http://www.openwall.com/john/contrib/john-1.7.3.4-jumbo-1.diff.gz<br />
gunzip john-1.7.3.4-jumbo-1.diff.gz<br />
cp john-1.7.3.4-jumbo-1.diff ./john-1.7.3.4<br />
cd ./john-1.7.3.4<br />
patch -p1 &lt; john-1.7.3.4-jumbo-1.diff<br />
cd ./src/<br />
make clean linux-x86-any</em></p>
<p>This patched John the Ripper can attack the following formats:<br />
DES/BSDI/MD5/BF/AFS/LM/NT/XSHA/PO/raw-MD5/IPB2/raw-sha1/md5a/hmac-md5/KRB5/bfegg/nsldap/ssha/openssha/oracle/MYSQL/mysql-sha1/mscash/lotus5/DOMINOSEC/NETLM/NETNTLM/NETLMv2/NETHALFLM/mssql/mssql05/epi/phps/mysql-fast/pix-md5/sapG/sapB/md5ns/HDAA</p>
<p>I hope you enjoy it <img src='http://www.disenchant.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes-and-more/277/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tethering with iPhone 3.0 under Swisscom, Orange and Sunrise</title>
		<link>http://www.disenchant.ch/blog/tethering-with-iphone-3-0-under-swisscom-orange-and-sunrise/272</link>
		<comments>http://www.disenchant.ch/blog/tethering-with-iphone-3-0-under-swisscom-orange-and-sunrise/272#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:32:14 +0000</pubDate>
		<dc:creator>Disenchant</dc:creator>
				<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.disenchant.ch/blog/?p=272</guid>
		<description><![CDATA[Since a few days, the new iPhone OS 3.0 is available but in Switzerland Tethering is afaik not officially supported by either Swisscom, Orange or Sunrise. bench-artwork.ch has the solution for this and provides configurations for all three big provider. You can find all the information here (it&#8217;s in german).
PS: For all Linux users like [...]]]></description>
			<content:encoded><![CDATA[<p>Since a few days, the new iPhone OS 3.0 is available but in Switzerland Tethering is afaik not officially supported by either Swisscom, Orange or Sunrise. bench-artwork.ch has the solution for this and provides configurations for all three big provider. You can find all the information <a href="http://www.bench-artwork.ch/blog/eintrag/archiv/2009/06/iphone_30_internet_tethering_unter_swisscom_orange_sunrise_aktivieren/">here</a> (it&#8217;s in german).</p>
<p>PS: For all Linux users like me, <a href="http://xn--9bi.net/2009/06/17/tethering-iphone-3-0-to-ubuntu-9-04/">this</a> is also very helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.disenchant.ch/blog/tethering-with-iphone-3-0-under-swisscom-orange-and-sunrise/272/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Teaching John The Ripper how to Crack MD5 Hashes</title>
		<link>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106</link>
		<comments>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106#comments</comments>
		<pubDate>Thu, 17 Jan 2008 11:33:05 +0000</pubDate>
		<dc:creator>Disenchant</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106</guid>
		<description><![CDATA[Today I was playing around with the well known password cracking tool John the Ripper (JtR) and was looking forward to crack some MD5 hashes. Unfortunately, John still not supports raw-MD5 out of the box and so I was searching the web for a solution. It took me some minutes until I found out, that [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was playing around with the well known password cracking tool <a href="http://www.openwall.com/john/">John the Ripper (JtR)</a> and was looking forward to crack some MD5 hashes. Unfortunately, John still not supports raw-MD5 out of the box and so I was searching the web for a solution. It took me some minutes until I found out, that there are unofficial patches for John&#8217;s source code and so I simply patched it and tried to compile. For any reason, I run into problems (doesn&#8217;t matter now what problems <img src='http://www.disenchant.ch/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ) and even after about half an hour searching the web for a solution I didn&#8217;t find anything. Then a few minutes later I found a simple howto for how to patch and compile John so that you won&#8217;t have any problems. The site which solved my problem was <a href="http://www.gurx.net/index.php?sec=documentacio&#038;element=28">gurx.net</a> and I couldn&#8217;t find it faster because it&#8217;s not written in English nor German. Now of course I&#8217;ll show you how to do it the gurx.net-way but with support for even many more algorithms than just MD5.</p>
<blockquote><p>
mkdir john<br />
cd john<br />
wget http://www.openwall.com/john/f/john-1.7.2.tar.bz2<br />
tar -xvf john-1.7.2.tar<br />
cd john-1.7.2<br />
wget ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.7.2-all-9.diff.gz<br />
gzip -d john-1.7.2-all-9.diff.gz<br />
patch -p1 < john-1.7.2-all-9.diff.gz<br />
cd src<br />
make<br />
make clean linux-x86-any
</p></blockquote>
<p>Now you can use John out of the &#8220;run&#8221; directory.</p>
<blockquote><p>
./john -format=raw-MD5 /home/disenchant/md5_hashes_to_crack.txt
</p></blockquote>
<p>raw-MD5 means that you&#8217;ve got an input file (/home/disenchant/md5_hashes_to_crack.txt) like the following:</p>
<blockquote><p>
Alice:5f4dcc3b5aa765d61d8327deb882cf99<br />
Bob:1c0b76fce779f78f51be339c49445c49<br />
&#8230;
</p></blockquote>
<p>PS: My machine&#8217;s a <a href="http://www.xubuntu.org/">Xubuntu</a> Edgy but this should work with any Linux box <img src='http://www.disenchant.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Downloading Videos of spiegel.de</title>
		<link>http://www.disenchant.ch/blog/downloading-videos-of-spiegelde/101</link>
		<comments>http://www.disenchant.ch/blog/downloading-videos-of-spiegelde/101#comments</comments>
		<pubDate>Fri, 28 Dec 2007 10:48:55 +0000</pubDate>
		<dc:creator>Disenchant</dc:creator>
				<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.disenchant.ch/blog/downloading-videos-of-spiegelde/101</guid>
		<description><![CDATA[Because of the sister of a friend needed to download videos of spiegel.de for school, I searched for a possibility to do that. It took just a few minutes (or even seconds) to find what I was looking for by analyzing the HTTP traffic, sent to the server by the Movie-Player of SPIEGEL ONLINE, which [...]]]></description>
			<content:encoded><![CDATA[<p>Because of the sister of a friend needed to download videos of <a href="http://www.spiegel.de/">spiegel.de</a> for school, I searched for a possibility to do that. It took just a few minutes (or even seconds) to find what I was looking for by analyzing the HTTP traffic, sent to the server by the Movie-Player of SPIEGEL ONLINE, which is completely in Flash. This showed me once again that I can&#8217;t just destroy stuff with my knowledge, I can also help people. Because someone else could also be interested in how to do this and it&#8217;s more or less the same thing everywhere you&#8217;ve got a similar situation on the web, I&#8217;ve created a small video HowTo.</p>
<p><strong><a href="http://www.disenchant.ch/blog/wp-content/uploads/2007/12/spiegel_download.mp4">Download/Watch HowTo</a></strong> (830 kB)</p>
<p>You&#8217;ll find the movies at <a href="http://www.spiegel.de/videos">http://www.spiegel.de/videos</a>, the Firefox extension I&#8217;m using is <a href="http://www.getfirebug.com/">Firebug</a> and of course at the end you see <a href="http://www.gnu.org/software/wget/">Wget</a> and <a href="http://www.videolan.org/">VLC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.disenchant.ch/blog/downloading-videos-of-spiegelde/101/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.disenchant.ch/blog/wp-content/uploads/2007/12/spiegel_download.mp4" length="850774" type="video/mp4" />
		</item>
	</channel>
</rss>
