The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Ikee-virus"
Shayanbahal (talk | contribs) (New page: First Worm written in C for iPhone.) |
(adding Category:Malware research) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | First Worm written in C for iPhone. |
+ | 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== |
||
+ | [http://pastie.org/693452 Pastie] |
||
+ | |||
+ | |||
+ | ==External Links== |
||
+ | * [http://www.i-phone.ir/forums/thread8113.html#post69556 Persian article about Ikee-virus] |
||
+ | * [http://blog.jeltel.com.au/2009/11/interview-with-ikee-iphone-virus.html JD's Thoughts on Everything.: Interview with ikee (iPhone Virus Creator) - ikee virus removal details enclosed] |
||
+ | * [http://www.tuaw.com/2009/11/07/jailbreak-worm-rickrolls-the-unsecured/ tuaw.com:Worm rickrolls unsecured jailbroken iPhones via SSH] |
||
+ | |||
+ | [[Category:Malware research]] |
Latest revision as of 08:25, 1 September 2015
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