Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > Applications & Development > Free Toolchain Software

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-02-2009, 04:20 PM
kensou
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 3
Rep Power: 0
kensou is on a distinguished road
Default iPhone 3GS: How to create a custom RAM disk with ssh ?

Hi everybody of this forum !


I am trying to reproduce the zdziarski's technique to dump iphone 3GS disk.
This guy has created a customized ramdisk with ssh server (live agent recovery).
iLiberty+ and PwnageTool seem cannot be used create this ram disk for the 3GS.
Does anybody know how to do that ?

Thank you for your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #2 (permalink)  
Old 09-02-2009, 04:37 PM
volkspost
Status: Offline
iPhone Moderator
 
Join Date: Aug 2007
Posts: 3,581
Rep Power: 213
volkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to all
Default

Quote:
Originally Posted by kensou View Post
Hi everybody of this forum !


I am trying to reproduce the zdziarski's technique to dump iphone 3GS disk.
This guy has created a customized ramdisk with ssh server (live agent recovery).
iLiberty+ and PwnageTool seem cannot be used create this ram disk for the 3GS.
Does anybody know how to do that ?

Thank you for your help.
You dont necessaryly need to. Is the iPhone jailbroken and cydia on it? You need OpenSSH installed on the iPhone and on the Mac/WindowsPC.
It's there on a Mac in System Settings, has to be activated. On Windows you need to dl a free OpenSSH server. On Windows you need dd aswell to be installed. NerveGas (zdziarski) uses dd and netcat but dd will do.

Find out then the following values
IP-iPhone
IP-Mac/WindowsPC
username/password iPhone : root/alpine
username/password Mac/PC

iPhone and Mac/PC have to be on the same Wlan, set iPhone's auto-lock to "never" and make sure to have it connected to ac, the process will take 3 hours if your iPhone is 8GB ;-)

On the Mac/PC start command prompt (PuTTY-Windows; Terminal-Mac), log into the iPhone

ssh -l root IP-iPhone

then

dd if=/dev/disk0 | ssh usernamePC@IP-PC 'dd of=iphone-image.img'

Thats it.
__________________
Read the stickies and search the forum before posting!
If you want to become a Hackint0sh supporter click here
----------
iPhone 3GS factory unlocked (3.1.2; Blackra1n, Cydia, OpenSSH, custom 3.0 ipcc file (no sig), tethering hack by Dev team, 32 GB)
iPhone 3G (3.0.1; Redsn0w 0.8, Cydia, OpenSSH) 16 GB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3 (permalink)  
Old 09-02-2009, 05:25 PM
kensou
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 3
Rep Power: 0
kensou is on a distinguished road
Default

Thank you for your response.

When looking video of zdziarski, the iphone wasn't not jailbroken.
In my understanding the following steps have to be performed:

In recovery mode:
1) a custom ramdisk is sent with an openssh server embedded with iRecovery

(the openssh server cannot run yet because the iphone is not jailbroken)

2) the iphone is restarted with "boot-args (some special args) + fsboot" with irecovery

3) As the iphone is NOT jailbroken a custom kernel is sent (the same that is sent by Redsn0w)

4)the iphone is now jailbroken and the openssh server is running

5) the rest is like you describe in your procedure.


I am a newbie so I am sorry if I misunderstood somewhere
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 09-03-2009, 01:29 AM
volkspost
Status: Offline
iPhone Moderator
 
Join Date: Aug 2007
Posts: 3,581
Rep Power: 213
volkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to all
Default

Quote:
Originally Posted by kensou View Post
Thank you for your response.

When looking video of zdziarski, the iphone wasn't not jailbroken.
In my understanding the following steps have to be performed
You are right, this is a different story. If you just want to recover lost photos cause your iPhone got stuck in recovery or so, the way above is the easiest. i have done it via ramdisk a few times, it's the correct way if you are up to forensic recovery. 99,99 % of the users are not, just wanting to recover lost stuff.
__________________
Read the stickies and search the forum before posting!
If you want to become a Hackint0sh supporter click here
----------
iPhone 3GS factory unlocked (3.1.2; Blackra1n, Cydia, OpenSSH, custom 3.0 ipcc file (no sig), tethering hack by Dev team, 32 GB)
iPhone 3G (3.0.1; Redsn0w 0.8, Cydia, OpenSSH) 16 GB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5 (permalink)  
Old 09-03-2009, 07:06 AM
kensou
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 3
Rep Power: 0
kensou is on a distinguished road
Default

I am interrested only with forensics case.
I take the case of a stolen iphone. I'd like recover some informations without knowing the passcode.

Hope someone can help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6 (permalink)  
Old 09-03-2009, 09:44 AM
volkspost
Status: Offline
iPhone Moderator
 
Join Date: Aug 2007
Posts: 3,581
Rep Power: 213
volkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to all
Default

Quote:
Originally Posted by kensou View Post
I am interrested only with forensics case.
I take the case of a stolen iphone. I'd like recover some informations without knowing the passcode.

Hope someone can help
Sorry, no help from my side. Removing the passcode is one of the things both solutions do. If you are into a gouvernment agency, I'd recommend to contact NerveGas or at least buy the book.

Thread closed.
__________________
Read the stickies and search the forum before posting!
If you want to become a Hackint0sh supporter click here
----------
iPhone 3GS factory unlocked (3.1.2; Blackra1n, Cydia, OpenSSH, custom 3.0 ipcc file (no sig), tethering hack by Dev team, 32 GB)
iPhone 3G (3.0.1; Redsn0w 0.8, Cydia, OpenSSH) 16 GB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Sponsored links Remove advertisements
Advertisement
Advertisement

Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ultimate Guide to unlock iPhone 1.1.1 for free [includes custom ringtones] eddy123 Older Software Unlock Solution 3 10-18-2007 08:35 PM
Launcher.app more apps for your iPhone iMags Free Toolchain Software 18 08-20-2007 03:36 PM



All times are GMT +2. The time now is 08:06 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105