I added an "iPhone friendly" video with a write up at:
http://developer.red-rome.com/articles/exploit.php
It show up as a youtube video for everyone else.
Uses the following code:
<?php
if (stristr($_SERVER['HTTP_USER_AGENT'],'iPhone')) {
echo '<embed src="../images/ise.jpg" href="../images/
iphoneexploit.m4v" type="video/x-m4v" target="myself"></embed>';
}
else {
echo '<object width="425" height="350"> <param name="movie"
value="http://www.youtube.com/v/M26sur1YAL4"> </param> <embed
src="http://www.youtube.com/v/M26sur1YAL4" type="application/x-
shockwave-flash" width="425" height="350"></embed></object>';
}
?>
On Jul 23, 12:45 am, RyanA <[EMAIL PROTECTED]> wrote:
> WOw... that didn't take long. Maybe it will get Apple to release that
> update I keep hearing about. :o)
>
> -=Ryan
>
> On Jul 23, 12:39 am, "D. Rich" <[EMAIL PROTECTED]> wrote:
>
> > Looks like some one has made an iPhone exploit that allows a malicious
> > program to be run on the iPhone. It sucks that they use it as a
> > virus, it would be great for running 3rd Party Apps. (if true)
>
> >http://www.securityevaluators.com/iphone/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---