<?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>ashleyknowles &#187; iphone</title>
	<atom:link href="http://www.ashleyknowles.net/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashleyknowles.net</link>
	<description>a [ tech / cars / it / gaming / me ] blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iTunes + iPhone 4 + pre-populated credit card fields</title>
		<link>http://www.ashleyknowles.net/2010/09/itunes-iphone-4-pre-populated-credit-card-fields/</link>
		<comments>http://www.ashleyknowles.net/2010/09/itunes-iphone-4-pre-populated-credit-card-fields/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 11:29:52 +0000</pubDate>
		<dc:creator>Ashley Knowles</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.ashleyknowles.net/?p=310</guid>
		<description><![CDATA[Okay. So I had this song stuck in my head while I was on the bus this morning, and it totally got to me&#8230; Me being the MacFag that I am, with my iPhone 4 and all, jumped on iTunes and downloaded the album, a minute later I had it all right there, playing through [...]]]></description>
			<content:encoded><![CDATA[<p>Okay. So I had this song stuck in my head while I was on the bus this morning, and it totally got to me&#8230;</p>
<p>Me being the MacFag that I am, with my iPhone 4 and all, jumped on iTunes and downloaded the album, a minute later I had it all right there, playing through my little Sennheiser&#8217;s.</p>
<p>I&#8217;m embarrassed to admit it, this is the third legitimate music purchase through iTunes&#8230; Why? Because they make it so easy!</p>
<p>Curse Apple for putting a music shop in my pocket!</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/vbhJ9c-pFoI?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vbhJ9c-pFoI?fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>EDIT: Oh yeah, Art vs Science are awesome&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashleyknowles.net/2010/09/itunes-iphone-4-pre-populated-credit-card-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Data Recovery</title>
		<link>http://www.ashleyknowles.net/2010/08/iphone-data-recovery/</link>
		<comments>http://www.ashleyknowles.net/2010/08/iphone-data-recovery/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 22:53:29 +0000</pubDate>
		<dc:creator>Ashley Knowles</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Network & Systems Administration]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[netcat]]></category>

		<guid isPermaLink="false">http://www.ashleyknowles.net/?p=293</guid>
		<description><![CDATA[iPhone needs to be jailbroken to do this (tested on my iPhone 4, with iOS 4.0.1 using the www.jailbreakme.com jailbreaker). You don&#8217;t need OpenSSH installed, but I prefer it. If you install OpenSSH, connect using root@iphoneipaddress, password &#8216;alpine&#8217; &#8211; I suggest changing this using the `passwd` command while you&#8217;re at it. MobileTerminal currently doesn&#8217;t work [...]]]></description>
			<content:encoded><![CDATA[<p>iPhone needs to be jailbroken to do this (tested on my iPhone 4, with iOS 4.0.1 using the <a href="http://www.jailbreakme.com" title="http://www.jailbreakme.com" target="_blank">www.jailbreakme.com</a> jailbreaker). You don&#8217;t need OpenSSH installed, but I prefer it. If you install OpenSSH, connect using root@iphoneipaddress, password &#8216;alpine&#8217; &#8211; I suggest changing this using the `passwd` command while you&#8217;re at it. MobileTerminal currently doesn&#8217;t work on iOS 4.0.1, atleast on the iPhone 4.</p>
<p>Pull image off iPhone using the following commands.</p>
<p><code>aknowles-mac:~ aknowles$ nc -l 30001 | dd of=iphone.img</code></p>
<p><code> </code></p>
<p><code>iPhone:~ root# dd if=/dev/rdisk0s2s1 bs=1M | nc 192.168.1.1 30001</code></p>
<p>The first command uses `nc`, aka netcat, and opens a port up and listens using the -l switch. You run this on your destination computer, and pipe the output to the disk image file, i.e. iphone.img (filename unimportant).</p>
<p>On the iPhone itself, you point `nc` to the destination computer after it has been setup to listen. Pipe the output of `dd` reading the iPhone disk to the `nc` command and it will transfer. Note: I found the iPhone would not read the disk without the bs=1M switch.</p>
<p>The process can take a while. It&#8217;s taken about 20 minutes for 2.5gb to transfer over the wireless link I&#8217;ve setup between my laptop and my iPhone&#8230; For a 32gb iPhone, this will obviously take a while!!!</p>
<p>Once complete, analyse iphone.img with Scalpel or whichever forensics software you prefer.</p>
<p><strong>Reference Links:<br />
</strong></p>
<p><a href="http://www.sinfuliphone.com/showthread.php?t=22588" title="http://www.sinfuliphone.com/showthread.php?t=22588" target="_blank">www.sinfuliphone.com/showthread.php?t=22588</a></p>
<p><a href="http://log.ijulien.com/post/182804914/iphone-3gs-data-recovery" title="http://log.ijulien.com/post/182804914/iphone-3gs-data-recovery" target="_blank">log.ijulien.com/post/182804914/iphone-3gs-data-recovery</a></p>
<p><a href="http://modmyi.com/forums/file-mods/237321-how-iphone-data-recovery.html" title="http://modmyi.com/forums/file-mods/237321-how-iphone-data-recovery.html" target="_blank">modmyi.com/forums/file-mods/237321-how-iphone-data-recovery.html</a></p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/op-HyBVN2Ek?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/op-HyBVN2Ek?fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashleyknowles.net/2010/08/iphone-data-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First iPhone &#8220;Virus&#8221;</title>
		<link>http://www.ashleyknowles.net/2009/11/first-iphone-virus/</link>
		<comments>http://www.ashleyknowles.net/2009/11/first-iphone-virus/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:48:17 +0000</pubDate>
		<dc:creator>Ashley Knowles</dc:creator>
				<category><![CDATA[Computers and IT]]></category>
		<category><![CDATA[Network & Systems Administration]]></category>
		<category><![CDATA[ikee]]></category>
		<category><![CDATA[ikeex]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.ashleyknowles.net/?p=156</guid>
		<description><![CDATA[Interesting. Only affects jailbroken iPhones. I&#8217;m curious to see *how* it does this, but I&#8217;m taking an educated guess that the virus scans for iPhone&#8217;s with SSHD running, and then attempts to logon with the default username / password (which is root/alpine by the way), and then has it&#8217;s way with the victim&#8217;s iPhone. Clever, [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting. Only affects jailbroken iPhones. I&#8217;m curious to see *how* it does this, but I&#8217;m taking an educated guess that the virus scans for iPhone&#8217;s with SSHD running, and then attempts to logon with the default username / password (which is root/alpine by the way), and then has it&#8217;s way with the victim&#8217;s iPhone. Clever, yet so simple&#8230;</p>
<p>Suffice to say, my root password on my iPhone is now changed!</p>
<p>Oh and I love the Rick Roll effect. Personally, I would have set the ring tone to Rick Astley as well <img src='http://www.ashleyknowles.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Read more here: <a href="http://www.dailytelegraph.com.au/news/the-worm-turns-on-the-iphone-as-virus-hits/story-e6freuy9-1225795892928">http://www.dailytelegraph.com.au/news/the-worm-turns-on-the-iphone-as-virus-hits/story-e6freuy9-1225795892928</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashleyknowles.net/2009/11/first-iphone-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
