<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Milo2012&#039;s Security Blog</title>
	<atom:link href="http://milo2012.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://milo2012.wordpress.com</link>
	<description>Security Blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 14:52:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='milo2012.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Milo2012&#039;s Security Blog</title>
		<link>http://milo2012.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://milo2012.wordpress.com/osd.xml" title="Milo2012&#039;s Security Blog" />
	<atom:link rel='hub' href='http://milo2012.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cracking hashes using findmyhash</title>
		<link>http://milo2012.wordpress.com/2012/01/24/cracking-hashes-using-findmyhash/</link>
		<comments>http://milo2012.wordpress.com/2012/01/24/cracking-hashes-using-findmyhash/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:11:49 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[findmyhash]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[hashcat]]></category>
		<category><![CDATA[password cracking]]></category>
		<category><![CDATA[password dumps]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=267</guid>
		<description><![CDATA[Hashcat http://hashcat.net/hashcat/ is the definitely tool to use for cracking hashes. It might be highly possible that the hash might have been cracked by others online. Therefore, it might be more convenient to perform a lookup using the online free services before even trying to crack the hash with Hashcat. findmyhash is a very useful [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=267&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Hashcat <a title="http://hashcat.net/hashcat/" href="http://hashcat.net/hashcat/">http://hashcat.net/hashcat/</a> is the definitely tool to use for cracking hashes. It might be highly possible that the hash might have been cracked by others online.</p>
<p style="text-align:left;">Therefore, it might be more convenient to perform a lookup using the online free services before even trying to crack the hash with Hashcat.</p>
<p style="text-align:left;">findmyhash is a very useful tool for cracking the hashes using free online services.</p>
<p style="text-align:left;">Most of the password dumps have been appearing on websites like Pastebin.com and it makes it even more useful if findmyhash is able to find and crack md5/sha1 hashes located in a website link like pastebin. I have submitted a patch to <a title="https://code.google.com/p/findmyhash/issues/detail?id=7" href="https://code.google.com/p/findmyhash/issues/detail?id=7">https://code.google.com/p/findmyhash/issues/detail?id=7</a> for this new feature.</p>
<p>If you do not feel comfortable with another party knowing about the hashes, you should skip using findmyhash all together and dive straight to hashcat instead.</p>
<p style="text-align:left;">
<p><span id="more-267"></span></p>
<p>&nbsp;</p>
<p style="text-align:left;"><strong>Cracking hashes from a url </strong></p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2012/01/screen-shot-2012-01-25-at-12-12-14-am.png"><img class="alignnone size-full wp-image-268" title="findmyhash.py new features" src="http://milo2012.files.wordpress.com/2012/01/screen-shot-2012-01-25-at-12-12-14-am.png?w=450&#038;h=137" alt="findmyhash.py new features" width="450" height="137" /></a></p>
<h4>To directly search and crack hashes from a url, you only need to key in the below commands</h4>
<ul style="text-align:left;">
<li>python findmyhash_v1.1.2.py MD5 -u http://pastebin.com/ddWYY634</li>
<li><span style="text-align:left;">python findmyhash_v1.1.2.py SHA1 -u http://pastebin.com/1YbcH2k5</span></li>
</ul>
<p style="text-align:left;"><strong><!--more--></strong></p>
<p style="text-align:left;"><strong>Applying the patch</strong></p>
<p style="text-align:left;">As the patch is not yet accepted and committed to the source, you can apply the patch listed at <a title="Patch for findmyhash new feature" href="https://code.google.com/p/findmyhash/issues/detail?id=7">https://code.google.com/p/findmyhash/issues/detail?id=7</a> by performing the below actions</p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2012/01/screen-shot-2012-01-25-at-12-33-07-am.png"><img class="alignnone size-full wp-image-270" title="Patching findmyhash" src="http://milo2012.files.wordpress.com/2012/01/screen-shot-2012-01-25-at-12-33-07-am.png?w=450&#038;h=59" alt="Patching findmyhash" width="450" height="59" /></a></p>
<ul>
<li style="text-align:left;">python findmyhash_v1.1.2.py -i findmyhash.patch -o findmyhash_v1.1.3.py</li>
</ul>
<p><strong><!--more--></strong></p>
<p><strong>Video on how to use findmyhash 1.1.2</strong></p>
<p><strong></strong>Below is a video on how to use findmyhash.py</p>
<p><a title="Video on how to use findmyhash" href="https://www.youtube.com/watch?feature=player_embedded&amp;v=O2I8pd2uMIU#!">https://www.youtube.com/watch?feature=player_embedded&amp;v=O2I8pd2uMIU#!</a></p>
<p><!--more--></p>
<p><strong>Download File</strong></p>
<p>You can download the updated findmyhash at<a title="http://pastebin.com/9GRTrNj7" href="http://pastebin.com/9GRTrNj7"> http://pastebin.com/9GRTrNj7</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=267&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2012/01/24/cracking-hashes-using-findmyhash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2012/01/screen-shot-2012-01-25-at-12-12-14-am.png" medium="image">
			<media:title type="html">findmyhash.py new features</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2012/01/screen-shot-2012-01-25-at-12-33-07-am.png" medium="image">
			<media:title type="html">Patching findmyhash</media:title>
		</media:content>
	</item>
		<item>
		<title>Speed Improvement for Metagoofil  (Intelligence Gathering)</title>
		<link>http://milo2012.wordpress.com/2012/01/09/254/</link>
		<comments>http://milo2012.wordpress.com/2012/01/09/254/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 19:39:30 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[Intelligence Gathering]]></category>
		<category><![CDATA[information gathering]]></category>
		<category><![CDATA[intelligence gathering]]></category>
		<category><![CDATA[Metagoofil]]></category>
		<category><![CDATA[penetration testing]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=254</guid>
		<description><![CDATA[I made some speed bumps to the source code for metagoofil by adding in some threading code to speed up the downloading process. The below tests were done on a vmware guest with 4GB of ram with 1 processor (2 cores). Results might varies on your machine. For the below test, I ran metagoofil against [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=254&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I made some speed bumps to the source code for metagoofil by adding in some threading code to speed up the downloading process.<br />
The below tests were done on a vmware guest with 4GB of ram with 1 processor (2 cores).</p>
<p>Results might varies on your machine.</p>
<p>For the below test, I ran metagoofil against microsoft.com for 100 pdfs.</p>
<p>Results show that you can get quite a significant speed improvement if you are downloading a lot of documents for analysis with metagoofil.</p>
<p><a href="http://milo2012.files.wordpress.com/2012/01/1-10-2012-2-59-24-am.png"><img class="alignnone size-full wp-image-255" title="speed difference for metagoofil" src="http://milo2012.files.wordpress.com/2012/01/1-10-2012-2-59-24-am.png?w=450&#038;h=242" alt="" width="450" height="242" /><br />
</a></p>
<p><strong>Download Links</strong></p>
<p>If you adventurous enough to try the patch, you can download the patch or the updated metagoofil.py file from the below links</p>
<p>Patch:  <a title="http://pastebin.com/J3d7yUkJ" href="http://pastebin.com/J3d7yUkJ">http://pastebin.com/J3d7yUkJ</a><br />
Updated Metagoofil.py File:  <a title="http://pastebin.com/AfpaUgQv" href="http://pastebin.com/AfpaUgQv">http://pastebin.com/AfpaUgQv</a></p>
<p>Let me know if you face any issues.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/254/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=254&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2012/01/09/254/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2012/01/1-10-2012-2-59-24-am.png" medium="image">
			<media:title type="html">speed difference for metagoofil</media:title>
		</media:content>
	</item>
		<item>
		<title>Metagoofil Fix (Intelligence Gathering)</title>
		<link>http://milo2012.wordpress.com/2012/01/09/temporary-fix-for-bug-in-metagoofil/</link>
		<comments>http://milo2012.wordpress.com/2012/01/09/temporary-fix-for-bug-in-metagoofil/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:20:15 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Intelligence Gathering]]></category>
		<category><![CDATA[Metagoofil]]></category>
		<category><![CDATA[intelligence gathering]]></category>
		<category><![CDATA[information gathering]]></category>
		<category><![CDATA[penetration testing]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[pastebin]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=225</guid>
		<description><![CDATA[Metagoofil is a useful tool to use for the passive reconnaissance in the intelligence gathering phrase of penetration testing. Metagoofil is available for download at http://code.google.com/p/metagoofil It allows you to extract useful metadata from public documents belong to a target company from search engine. You can learn about using Metagoofil at Irongeek&#8217;s site  http://www.irongeek.com/i.php?page=videos/using-metagoofil-to-extract-metadata-from-public-documents-found-via-google I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=225&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Metagoofil is a useful tool to use for the passive reconnaissance in the intelligence gathering phrase of penetration testing.</p>
<p>Metagoofil is available for download at <a title="Link to Metagoofil Site" href="http://code.google.com/p/metagoofil">http://code.google.com/p/metagoofil</a></p>
<p>It allows you to extract useful metadata from public documents belong to a target company from search engine.</p>
<p>You can learn about using Metagoofil at Irongeek&#8217;s site  <a title="http://www.irongeek.com/i.php?page=videos/using-metagoofil-to-extract-metadata-from-public-documents-found-via-google" href="http://www.irongeek.com/i.php?page=videos/using-metagoofil-to-extract-metadata-from-public-documents-found-via-google">http://www.irongeek.com/i.php?page=videos/using-metagoofil-to-extract-metadata-from-public-documents-found-via-google</a></p>
<p>I was trying to use metagoofil today.  The results show that there are 7 files found but they are actually invalid links.</p>
<p><a href="http://milo2012.files.wordpress.com/2012/01/metagoofil.png"><img class="alignnone size-full wp-image-226" title="metagoofil bug" src="http://milo2012.files.wordpress.com/2012/01/metagoofil.png?w=450&#038;h=274" alt="" width="450" height="274" /></a></p>
<p><strong>How to apply the patch?</strong><br />
You can download the patch from <a title="http://pastebin.com/prHBxqfK" href="http://pastebin.com/prHBxqfK">http://pastebin.com/prHBxqfK</a></p>
<p>Save the file from pastebin as parser.patch in the metagoofil-read-only folder.</p>
<p>To apply the patch, type &#8220;patch -i parser.patch&#8221; as shown in the below screenshot.</p>
<p><a href="http://milo2012.files.wordpress.com/2012/01/1-9-2012-2-09-14-am.png"><img class="alignnone size-full wp-image-231" title="Applying the Metagoofil Patch" src="http://milo2012.files.wordpress.com/2012/01/1-9-2012-2-09-14-am.png?w=450" alt=""   /></a></p>
<p>You should see the below lines in your updated parser.py file in your metagoofil-read-only folder.</p>
<p><a href="http://milo2012.files.wordpress.com/2012/01/1-9-2012-2-10-05-am.png"><img class="alignnone size-full wp-image-232" title="The updated parser.py file for Metagoofil" src="http://milo2012.files.wordpress.com/2012/01/1-9-2012-2-10-05-am.png?w=450&#038;h=232" alt="" width="450" height="232" /></a></p>
<p>Thank you for reading this post and enjoy having fun with using Metagoofil as much as I do.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=225&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2012/01/09/temporary-fix-for-bug-in-metagoofil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2012/01/metagoofil.png" medium="image">
			<media:title type="html">metagoofil bug</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2012/01/1-9-2012-2-09-14-am.png" medium="image">
			<media:title type="html">Applying the Metagoofil Patch</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2012/01/1-9-2012-2-10-05-am.png" medium="image">
			<media:title type="html">The updated parser.py file for Metagoofil</media:title>
		</media:content>
	</item>
		<item>
		<title>OWASP Ajax Crawling Tool (Good Companion Tool to Burpsuite)</title>
		<link>http://milo2012.wordpress.com/2011/12/26/owasp-ajax-crawling-tool-good-companion-tool-to-burpsuite/</link>
		<comments>http://milo2012.wordpress.com/2011/12/26/owasp-ajax-crawling-tool-good-companion-tool-to-burpsuite/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 01:44:09 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[Penetration Testing]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=209</guid>
		<description><![CDATA[OWASP Ajax Crawling Tool is an awesome companion to the tool Burpsuite. It allows you to crawl ajax websites which is a feature missing from Burpsuite. Both are must have tools for penetration testing of modern Ajax websites. The official website for ACT is https://www.owasp.org/index.php/OWASP_AJAX_Crawling_Tool The current version of ACT 0.1a seems to have issues [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=209&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">OWASP Ajax Crawling Tool is an awesome companion to the tool Burpsuite. It allows you to crawl ajax websites which is a feature missing from Burpsuite. Both are must have tools for penetration testing of modern Ajax websites.</p>
<p style="text-align:left;">The official website for ACT is <a href="https://www.owasp.org/index.php/OWASP_AJAX_Crawling_Tool">https://www.owasp.org/index.php/OWASP_AJAX_Crawling_Tool</a></p>
<p style="text-align:left;">The current version of ACT 0.1a seems to have issues with crawling some Ajax websites due to some issues in the dependencies.</p>
<p style="text-align:left;">I have submitted the bugfixes to the website but it will take some time for the changes to be committed.</p>
<p style="text-align:left;">Below shows the screenshots of the results of the crawl before and after the patch.</p>
<p style="text-align:left;">Before the patch<br />
<a href="http://milo2012.files.wordpress.com/2011/12/12-27-2011-2-43-52-am.jpg"><img class="alignnone size-full wp-image-210" title="OWASP Ajax Crawling Tool" src="http://milo2012.files.wordpress.com/2011/12/12-27-2011-2-43-52-am.jpg?w=450&#038;h=311" alt="" width="450" height="311" /></a></p>
<p>After the patch<br />
As shown in the below screenshot, extra 4 links were discovered after the patch.</p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/12/12-27-2011-2-46-14-am.jpg"><img class="alignnone size-full wp-image-211" title="OWASP Ajax Crawling Tool" src="http://milo2012.files.wordpress.com/2011/12/12-27-2011-2-46-14-am.jpg?w=450&#038;h=282" alt="" width="450" height="282" /></a></p>
<p style="text-align:left;">I have also added the function of being able to specify the proxy server via command line mode.<br />
<a href="http://milo2012.files.wordpress.com/2011/12/12-27-2011-3-27-33-am.jpg"><img class="alignnone size-full wp-image-212" title="OWASP Ajax Crawling Tool Command Line Addditions" src="http://milo2012.files.wordpress.com/2011/12/12-27-2011-3-27-33-am.jpg?w=450&#038;h=103" alt="" width="450" height="103" /></a></p>
<p style="text-align:left;">Below is the temporary download link for the ACT if you can&#8217;t wait for the changes to be committed at the main site.</p>
<p style="text-align:left;"><a href="https://www.dropbox.com/s/gosq97z5vjlr09f/act-new.jar">https://www.dropbox.com/s/gosq97z5vjlr09f/act-new.jar</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=209&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2011/12/26/owasp-ajax-crawling-tool-good-companion-tool-to-burpsuite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/12/12-27-2011-2-43-52-am.jpg" medium="image">
			<media:title type="html">OWASP Ajax Crawling Tool</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/12/12-27-2011-2-46-14-am.jpg" medium="image">
			<media:title type="html">OWASP Ajax Crawling Tool</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/12/12-27-2011-3-27-33-am.jpg" medium="image">
			<media:title type="html">OWASP Ajax Crawling Tool Command Line Addditions</media:title>
		</media:content>
	</item>
		<item>
		<title>Reversing LifeSize 220 HD Video Conferencing Appliance Firmware</title>
		<link>http://milo2012.wordpress.com/2011/12/18/reversing-lifesize-220-firmware/</link>
		<comments>http://milo2012.wordpress.com/2011/12/18/reversing-lifesize-220-firmware/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 17:46:27 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[Reversing Firmwares]]></category>
		<category><![CDATA[binwalk]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[firmwares]]></category>
		<category><![CDATA[lifesize]]></category>
		<category><![CDATA[reverse engineering]]></category>
		<category><![CDATA[reversing]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=192</guid>
		<description><![CDATA[I have recently taken an interest in finding vulnerabilities in embedded devices.   Since it is expensive to purchase some of these equipments to perform testing, it might be more cost effective to reverse the firmwares instead. The product which I am reversing is the LifeSize Room 220.  LifeSize Room 220 is a HD video conference [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=192&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">I have recently taken an interest in finding vulnerabilities in embedded devices.   Since it is expensive to purchase some of these equipments to perform testing, it might be more cost effective to reverse the firmwares instead.<br />
The product which I am reversing is the LifeSize Room 220.  LifeSize Room 220 is a HD video conference solution.</p>
<p>It looks like a fairly interesting product to learn more about reversing firmware.</p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/12/room-ashx.jpg"><img class="alignnone size-full wp-image-199" title="LifeSize 220" src="http://milo2012.files.wordpress.com/2011/12/room-ashx.jpg?w=450" alt=""   /></a></p>
<p style="text-align:left;">More information about the product can be found here.  http://www.lifesize.com/Products/Video/LifeSize_Room_Series/Room_220.aspx</p>
<p style="text-align:left;">First, we will need to install all the prerequisites in Debian.<br />
$ apt-get install pkgconfig libglib2.0-dev libcurl4-gnutls-dev<br />
$ wget http://zlib.net/zlib-1.2.5.tar.gz<br />
$ tar xvfz zlib-1.2.5.tar.gz<br />
$ ./configure &amp;&amp; make &amp;&amp; make install</p>
<p style="text-align:left;">Next, we will download the Lifesize firmware from a 3rd party&#8217;s website<br />
$ wget http://videonations.net/upload/lifesize/LS_RM1_4.1.1_17.cmg</p>
<p style="text-align:left;">Next, we will downloading and compiling binwalk which will identify signatures of compressions/filesystems on the firmware<br />
$ wget http://binwalk.googlecode.com/files/binwalk-0.4.1.tar.gz<br />
$ ./configure<br />
$ make &amp;&amp; make install</p>
<p style="text-align:left;">$ binwalk LS_RM1_4.1.1_17.cmg<br />
<a href="http://milo2012.files.wordpress.com/2011/12/binwalk.jpg"><img class="alignnone size-full wp-image-193" title="binwalk of lifesize firmware" src="http://milo2012.files.wordpress.com/2011/12/binwalk.jpg?w=450&#038;h=71" alt="" width="450" height="71" /></a></p>
<p style="text-align:left;">We will need to download cramfsswap which will convert the cramfs filesystem from big endian to little endian<br />
$ apt-get install cramfsswap<br />
$ cramfsswap LS_RM1_4.1.1_17.fs LS_RM1_4.1.1_17.cramfs</p>
<p style="text-align:left;">Next, we wil need to download firmware mod kit which contains uncramfs which can be used to extract the cramfs filesytem<br />
$ mkdir /tmp1/image</p>
<p style="text-align:left;">$ apt-get install subversion<br />
$ svn checkout http://firmware-mod-kit.googlecode.com/svn/trunk/ firmware-mod-kit-read-only<br />
$ cd firmware-mod-kit-read-only/trunk/src/uncramfs<br />
$ make<br />
$ ./uncramfs /tmp/cramfs /tmp1/LS_RM1_4.1.1_17.cramfs</p>
<p style="text-align:left;">In order to properly emulate the device, we need to identify the processor type.  We can do that by running the file command against /bin/busybox.<br />
<a href="http://milo2012.files.wordpress.com/2011/12/busybox.jpg"><img class="alignnone size-full wp-image-196" title="Running file command on busybox" src="http://milo2012.files.wordpress.com/2011/12/busybox.jpg?w=450&#038;h=35" alt="" width="450" height="35" /></a></p>
<p style="text-align:left;">Having identified the processor type as PowerPC, we will then download and compile Qemu which will be used for emulation.<br />
$ wget http://wiki.qemu.org/download/qemu-1.0.tar.gz<br />
$ tar xvfz qemu-1.0.tar.gz<br />
$ ./configure -static<br />
$ make &amp;&amp; make install</p>
<p style="text-align:left;">$ cp /tmp1/qemu-1.0/ppc-linux-user/qemu-ppc /tmp1/image<br />
$ chroot . ./qemu-ppc ./bin/ls</p>
<p>We have successfully run /bin/ls command from the firmware image<br />
<a href="http://milo2012.files.wordpress.com/2011/12/qemu-ppc_test.jpg"><img class="alignnone size-full wp-image-197" title="Using qemu-ppc to run /bin/ls from the firmware image" src="http://milo2012.files.wordpress.com/2011/12/qemu-ppc_test.jpg?w=450&#038;h=39" alt="" width="450" height="39" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=192&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2011/12/18/reversing-lifesize-220-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/12/room-ashx.jpg" medium="image">
			<media:title type="html">LifeSize 220</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/12/binwalk.jpg" medium="image">
			<media:title type="html">binwalk of lifesize firmware</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/12/busybox.jpg" medium="image">
			<media:title type="html">Running file command on busybox</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/12/qemu-ppc_test.jpg" medium="image">
			<media:title type="html">Using qemu-ppc to run /bin/ls from the firmware image</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://milo2012.wordpress.com/2011/10/31/191/</link>
		<comments>http://milo2012.wordpress.com/2011/10/31/191/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 01:01:15 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://milo2012.wordpress.com/2011/10/31/191/</guid>
		<description><![CDATA[A more in-depth writeup on the IPhone espionage project has been posted at http://resources.infosecinstitute.com/iphone-espionage/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=191&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A more in-depth writeup on the IPhone espionage project has been posted at <a href="http://resources.infosecinstitute.com/iphone-espionage/">http://resources.infosecinstitute.com/iphone-espionage/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=191&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2011/10/31/191/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>
	</item>
		<item>
		<title>Breaking Enterprise iPhone Application Security ?</title>
		<link>http://milo2012.wordpress.com/2011/10/17/breaking-enterprise-iphone-application-security/</link>
		<comments>http://milo2012.wordpress.com/2011/10/17/breaking-enterprise-iphone-application-security/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 20:09:51 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone Espionage]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=174</guid>
		<description><![CDATA[There are a couple of enterprise iPhone applications out there that promises over the air and device encryption. (e.g. MS Exchange email sandbox apps). However, there is a fundamental issue. Some of these iPhone applications are built upon the iOS frameworks like UIViewController which provides the layout of the applications. It is possible to hook [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=174&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><span style="text-align:center; display: block;"><a href="http://milo2012.wordpress.com/2011/10/17/breaking-enterprise-iphone-application-security/"><img src="http://img.youtube.com/vi/tta9hbRILX0/2.jpg" alt="" /></a></span></p>
<p style="text-align:left;">There are a couple of enterprise iPhone applications out there that promises over the air and device encryption. (e.g. MS Exchange email sandbox apps).</p>
<p style="text-align:left;">However, there is a fundamental issue. Some of these iPhone applications are built upon the iOS frameworks like UIViewController which provides the layout of the applications.</p>
<p style="text-align:left;">It is possible to hook onto these classes on a jailbroken iPhone to perform screen captures of confidential emails in your so called sandbox applications. When used together with a iPhone keyboard logger (<a title="iPhone Espionage Keyboard Logger" href="https://github.com/milo2012/iPhone-Espionage/tree/master/kbhook2">https://github.com/milo2012/iPhone-Espionage/tree/master/kbhook2</a>) which hooks on the UIKeyboardImpl class and captures all keystrokes that you have entered, including any passwords.</p>
<p style="text-align:left;">In this case, if your jailbroken device is compromised, there is only so much you can do even if you are using an iPhone application that provides encryption or security.</p>
<p style="text-align:left;">Should you allow jailbroken iPhones in your organization?</p>
<p style="text-align:left;">
Should your enterprise application detect if the device is a jailbroken iPhone and exit the application if a jailbroken iPhone is detected ?</p>
<p style="text-align:left;">Please let me know what you think.</p>
<p style="text-align:left;">Source code can be found at the below link<br />
<a title="iPhone Espionage Demo App to Demonstrate Screen Captures of Secure iPhone App" href="https://github.com/milo2012/iPhone-Espionage/tree/master/demoScreenCapture1">https://github.com/milo2012/iPhone-Espionage/tree/master/demoScreenCapture1</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=174&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2011/10/17/breaking-enterprise-iphone-application-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>
	</item>
		<item>
		<title>Slide deck and Short Video for iPhone Espionage talk at HackInTheBox Malaysia 2011</title>
		<link>http://milo2012.wordpress.com/2011/10/12/slide-deck-for-iphone-espionage-talk-at-hackinthebox-kuala-lumpu-2011/</link>
		<comments>http://milo2012.wordpress.com/2011/10/12/slide-deck-for-iphone-espionage-talk-at-hackinthebox-kuala-lumpu-2011/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 07:22:35 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[iPhone Espionage]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=150</guid>
		<description><![CDATA[The slide deck can be downloaded here. http://t.co/PCm5M0gu . A demo video for the basic tool can be found here http://www.youtube.com/watch?v=m3MOLmWE4UA<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=150&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">The slide deck can be downloaded here.  <a title="Slide deck for iPhone Espionage talk at HITB Conference KL 2011" href="http://t.co/PCm5M0gu">http://t.co/PCm5M0gu</a> .</p>
<p style="text-align:left;">A demo video for the basic tool can be found here <a title="iPhone Espionage (Jailbroken iPhone PIN is Dead)" href="http://www.youtube.com/watch?v=m3MOLmWE4UA">http://www.youtube.com/watch?v=m3MOLmWE4UA</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=150&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2011/10/12/slide-deck-for-iphone-espionage-talk-at-hackinthebox-kuala-lumpu-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone Espionage</title>
		<link>http://milo2012.wordpress.com/2011/10/12/iphone-espionage/</link>
		<comments>http://milo2012.wordpress.com/2011/10/12/iphone-espionage/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 07:17:28 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[iPhone Espionage]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=145</guid>
		<description><![CDATA[Slashdot published this article &#8220;iPhone&#8217;s PIN-Based Security Transparent To Ubuntu&#8221; in May 2010.   This shouldn&#8217;t work on Jailbroken iPhone 4 as the vulnerability is reported so long ago. Using the below tool, you are able to access SMS database and other confidential information which are supposed to be protected on a passcode protected jailbroken [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=145&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Slashdot published this article &#8220;<a href="http://apple.slashdot.org/story/10/05/27/1826207/iphones-pin-based-security-transparent-to-ubuntu">iPhone&#8217;s PIN-Based Security Transparent To Ubuntu&#8221; </a>in May 2010.   This shouldn&#8217;t work on Jailbroken iPhone 4 as the vulnerability is reported so long ago.</p>
<p style="text-align:left;">Using the below tool, you are able to access SMS database and other confidential information which are supposed to be protected on a passcode protected jailbroken iPhone.  Well, if you have a non jailbroken iPhone, you are safe!</p>
<p style="text-align:left;">In order to recreate the demo that I did in HackInTheBox, you will need to run the below on your Ubuntu/Debian system or you can download the shell script from <a title="iPhone Espionage Installation Script" href="https://github.com/milo2012/iPhone-Espionage/raw/master/evil_gf_attack/setupPrerequisites.sh">https://github.com/milo2012/iPhone-Espionage/raw/master/evil_gf_attack/setupPrerequisites.sh</a></p>
<ul>
<li>apt-get install libusb-dev usbmuxd libimobiledevice-dev libplist-dev libgnutls-dev build-essential libgnutls-dev libxml2-dev libreadline5-dev libgcrypt-dev libglib2.0-dev libplist-dev libusbmuxd-dev usbmuxd make automake autoconf libtool gcc python-dev git libfuse-dev libimobiledevice-utils -y</li>
<li>mkdir /tmp1 &amp;&amp; cd /tmp1</li>
<li>git clone https://github.com/mcolyer/libiphone.git</li>
<li>cd libiphone &amp;&amp; ./autogen.sh &amp;&amp; ./configure &amp;&amp; make &amp;&amp; make install</li>
<li>cd /tmp1</li>
<li>git clone https://github.com/mcolyer/ifuse.git</li>
<li>cd ifuse &amp;&amp; ./autogen.sh &amp;&amp; ./configure -prefix=/ &amp;&amp; make &amp;&amp; make install</li>
<li>cd /tmp1</li>
<li>wget http://www.libimobiledevice.org/downloads/ideviceinstaller-1.0.0.tar.bz2</li>
<li>bunzip2 -d ideviceinstaller-1.0.0.tar.bz2 &amp;&amp; tar xvf ideviceinstaller-1.0.0.tar &amp;&amp; cd ideviceinstaller-1.0.0 &amp;&amp; ./configure &amp;&amp; make &amp;&amp; make install</li>
<li>cd /tmp1</li>
<li>apt-get install libgtk2.0-dev libnautilus-extension-dev intltool libzip-dev -y</li>
<li>wget http://www.libimobiledevice.org/downloads/nautilus-ideviceinfo-0.1.0.tar.bz2</li>
<li>bunzip2 -d nautilus-ideviceinfo-0.1.0.tar.bz2 &amp;&amp; tar xvf nautilus-ideviceinfo-0.1.0.tar &amp;&amp; cd nautilus-ideviceinfo-0.1.0 &amp;&amp; ./configure &amp;&amp; make &amp;&amp; make install</li>
</ul>
<p style="text-align:left;">After installing the prerequisites, create a folder called /tmp1 and download the file com.apple.CrashHousekeeping.plist and put it inside /tmp1</p>
<p style="text-align:left;">Since we are unable to use launchctl command to allow our binaries to run during setup, we need to find an alternative means.</p>
<p style="text-align:left;">It seems possible to overwrite the plist file for any iOS service and iOS doesnt do any verification at all.  We have identified a list of launch daemons which can be safely replaced to execute our own executable instead.  <a href="http://modmyi.com/forums/file-mods/682255-speed-up-your-iphone-ipod-removing-launch-daemons.html">http://modmyi.com/forums/file-mods/682255-speed-up-your-iphone-ipod-removing-launch-daemons.html</a></p>
<p style="text-align:left;">You might want to modify the plist file with the time and executable that you want it to execute.</p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/10/screen-shot-2011-10-13-at-2-31-44-pm.png"><img class="alignnone size-full wp-image-146" title="Screenshot of com.apple.CrashHousekeeping.plist" src="http://milo2012.files.wordpress.com/2011/10/screen-shot-2011-10-13-at-2-31-44-pm.png?w=450&#038;h=166" alt="" width="450" height="166" /></a></p>
<p style="text-align:left;">Next, you will download scanUSB.sh (from <a title="iPhone Espionage scanUSB.sh" href="https://github.com/milo2012/iPhone-Espionage/blob/master/evil_gf_attack/scanUSB.sh">https://github.com/milo2012/iPhone-Espionage/blob/master/evil_gf_attack/scanUSB.sh</a>) and put it inside /tmp1/ as well.</p>
<p style="text-align:left;">Run scanUSB.sh and then connect your iPhone to one of the USB ports on your computer.</p>
<p style="text-align:left;">It should rip out a couple of databases like google maps cached location, call history database, SMS database and cell tower location database.</p>
<p style="text-align:left;">It should not take more than 3 seconds if you connect it locally instead of via a VM.</p>
<p style="text-align:left;">Edit and compile https://github.com/milo2012/iPhone-Espionage/tree/master/sql2 and then save it in /tmp1/Transfer/sql12.</p>
<p style="text-align:left;">sql2 is a iPhone tool which is a POC code which extracts your Facebook caches/database as well as Dropbox offline files.<br />
You can find more tools which you can deploy via scanUSB from here https://github.com/milo2012/iPhone-Espionage</p>
<p style="text-align:left;">You might want to recompile this with your own email address and password so that it delivers the information to your email.</p>
<p style="text-align:left;">Run /tmp/scanUSB.sh and then connect your iPhone.</p>
<p style="text-align:left;">Let me know if you face any issues or have any suggestions on how I can improve the tools.  Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=145&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2011/10/12/iphone-espionage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/10/screen-shot-2011-10-13-at-2-31-44-pm.png" medium="image">
			<media:title type="html">Screenshot of com.apple.CrashHousekeeping.plist</media:title>
		</media:content>
	</item>
		<item>
		<title>Vulnerability for Harry&#8217;s Bar iPhone App</title>
		<link>http://milo2012.wordpress.com/2011/09/02/133/</link>
		<comments>http://milo2012.wordpress.com/2011/09/02/133/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 05:33:16 +0000</pubDate>
		<dc:creator>milo2012</dc:creator>
				<category><![CDATA[iPhone Apps]]></category>

		<guid isPermaLink="false">http://milo2012.wordpress.com/?p=133</guid>
		<description><![CDATA[Harry&#8217;s Bar made this iPhone app which allows its customers to win prizes when patronizing its premises. It is possible to win the grand prize of a bucket of Harry&#8217;s Beer by doing a MITM using Burp or another other proxy tool. The server name is exhost.se.  As you can see here, they did not prevent directory [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=133&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Harry&#8217;s Bar made this iPhone app which allows its customers to win prizes when patronizing its premises.</p>
<p style="text-align:left;">It is possible to win the grand prize of a bucket of Harry&#8217;s Beer by doing a MITM using Burp or another other proxy tool.</p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/08/1.jpg"><img class="alignnone size-full wp-image-134" title="1" src="http://milo2012.files.wordpress.com/2011/08/1.jpg?w=450&#038;h=267" alt="" width="450" height="267" /></a></p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/08/2.jpg"><img class="alignnone size-full wp-image-135" title="2" src="http://milo2012.files.wordpress.com/2011/08/2.jpg?w=450&#038;h=180" alt="" width="450" height="180" /></a></p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/08/3.jpg"><img class="alignnone size-full wp-image-136" title="3" src="http://milo2012.files.wordpress.com/2011/08/3.jpg?w=450&#038;h=22" alt="" width="450" height="22" /></a></p>
<p style="text-align:left;">The server name is exhost.se.  As you can see here, they did not prevent directory browsing.</p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/08/4.jpg"><img class="alignnone size-full wp-image-137" title="4" src="http://milo2012.files.wordpress.com/2011/08/4.jpg?w=450&#038;h=140" alt="" width="450" height="140" /></a></p>
<p style="text-align:left;">Venues.xml looks interesting, it shows the probability for winning a certain prize as well as the ID for the prizes.</p>
<p style="text-align:left;"><a href="http://milo2012.files.wordpress.com/2011/08/5.jpg"><img class="alignnone size-full wp-image-138" title="5" src="http://milo2012.files.wordpress.com/2011/08/5.jpg?w=450&#038;h=495" alt="" width="450" height="495" /></a></p>
<p style="text-align:left;">By doing a MITM and change the incoming ID to 6, you will be able to win a bucket of Harry&#8217;s Beer every single time.</p>
<p><a href="http://milo2012.files.wordpress.com/2011/08/6.jpg"><img class="alignnone size-full wp-image-139 alignleft" title="6" src="http://milo2012.files.wordpress.com/2011/08/6.jpg?w=450&#038;h=364" alt="" width="450" height="364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/milo2012.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/milo2012.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/milo2012.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/milo2012.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/milo2012.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/milo2012.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/milo2012.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/milo2012.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/milo2012.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/milo2012.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/milo2012.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/milo2012.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/milo2012.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/milo2012.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=milo2012.wordpress.com&amp;blog=9578663&amp;post=133&amp;subd=milo2012&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://milo2012.wordpress.com/2011/09/02/133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0e89b674c818ee16b2366d9323c691c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">milo2012</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/08/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/08/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/08/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/08/4.jpg" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/08/5.jpg" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://milo2012.files.wordpress.com/2011/08/6.jpg" medium="image">
			<media:title type="html">6</media:title>
		</media:content>
	</item>
	</channel>
</rss>
