The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Ikee-virus"
m (Elaborated a bit more.) |
|||
Line 1: | Line 1: | ||
First Worm written in C by ikee for iPhone. |
First Worm written in C by ikee for iPhone. |
||
− | This worm exploits the fact that most jailbroken iPhone/iPod touch users |
+ | This worm exploits the fact that most jailbroken iPhone/iPod touch users install SSH and also neglected to change the password for root / mobile (which is "alpine" by default). |
+ | Once a device is infected, it disables the SSH service and then attempts to infect more devices. |
||
==Source Code== |
==Source Code== |
||
+ | [http://pastie.org/693452 Pastie] |
||
− | [http://code.google.com/p/ikee-virus/ ikee-virus] ''currently down due to security reasons'' |
||
Revision as of 11:00, 11 November 2009
First Worm written in C by ikee for iPhone.
This worm exploits the fact that most jailbroken iPhone/iPod touch users install SSH and also neglected to change the password for root / mobile (which is "alpine" by default). Once a device is infected, it disables the SSH service and then attempts to infect more devices.
Source Code