Windows Event Logs to Syslog – Update
I came across this site earlier, seems to have a good amount of resources linked for anyone looking to… [more]
iPhone Data Recovery
iPhone needs to be jailbroken to do this (tested on my iPhone 4, with iOS 4.0.1 using the www.jailbreakme.com… [more]
There’s always a better way – Windows Fixes
It really annoys me when people say, "oh, why don't you just re-install Windows" or "do a repair install".… [more]
iPhone Data Recovery
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’t need OpenSSH installed, but I prefer it. If you install OpenSSH, connect using root@iphoneipaddress, password ‘alpine’ – I suggest changing this using the `passwd` command while you’re at it. MobileTerminal currently doesn’t work on iOS 4.0.1, atleast on the iPhone 4.
Pull image off iPhone using the following commands.
aknowles-mac:~ aknowles$ nc -l 30001 | dd of=iphone.img
iPhone:~ root# dd if=/dev/rdisk0s2s1 bs=1M | nc 192.168.1.1 30001
The `nc` command, aka netcat, 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, iphone.img (filename unimportant).
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.
The process can take a while. It’s taken about 20 minutes for 2.5gb to transfer over the wireless link I’ve setup between my laptop and my iPhone… For a 32gb iPhone, this will obviously take a while!!!
Once complete, analyse iphone.img with Scalpel or whichever forensics software you prefer.
Reference Links:
www.sinfuliphone.com/showthread.php?t=22588
log.ijulien.com/post/182804914/iphone-3gs-data-recovery
modmyi.com/forums/file-mods/237321-how-iphone-data-recovery.html
First iPhone “Virus”
Interesting. Only affects jailbroken iPhones. I’m curious to see *how* it does this, but I’m taking an educated guess that the virus scans for iPhone’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’s way with the victim’s iPhone. Clever, yet so simple…
Suffice to say, my root password on my iPhone is now changed!
Oh and I love the Rick Roll effect. Personally, I would have set the ring tone to Rick Astley as well
Read more here: http://www.dailytelegraph.com.au/news/the-worm-turns-on-the-iphone-as-virus-hits/story-e6freuy9-1225795892928