RssA1: KrackoWorld

miercuri, 14 noiembrie 2012

KrackoWorld

KrackoWorld


How to do DOS Attack via CMD?

Posted: 13 Nov 2012 05:17 AM PST


DOS_attack Well According to Hackers dictionary, DOS Stands For Denial of Service Attack and it is an easy way by which we can attack any website from our home PC. DOS attacks can target end-user systems, servers, routers and Network links(websites). Today in this article, we are going to learn How to implement it with your Computer Command Prompt. Have a look! 

Requirements:-
1- Command Prompt (CMD or DOS)
2- IP Address of the Targeted Site

How To get IP Address of any Website?

1. Open your CMD (command prompt) and type
--------------------------------------------------
nslookup Site-Name
--------------------------------------------------
(e.g nslookup www.google.com)
It will show you IP of the site.

How to do DOS attack with CMD:

Ok now write this command in CMD For Attack on Any Site/ Server.
---------------------------------------------------
ping SITE-IP -l 65500 -n 10000000 -w 0.00001
---------------------------------------------------
-n 10000000= the number of DOS attempts.. you can change the value "10000000" with your desired value you want to attempt attack.

SITE-IP= Replace the text with the IP address of the site you want to be attacked…
-w 0.00001 = It is the waiting time after one ping attack.

Keep NOTE: Don't Change or Remove -l, -n and -w in this command. Otherwise you will not able to attack!!!

That's it! Enjoy and Happy Diwali.

Niciun comentariu:

Trimiteți un comentariu