• Home
  • About Us
  • Contact Us
  • Disclaimer
  • Sitemap
  • Privacy Policy

Pirated Hacker

  • Tutorial Blogger
  • Tutorial SEO
  • Template Blogger
  • Catatan
  • Teknologi
    • Smartphone
    • Laptop
Home » Unlabelled » DoS Attack with CMD

DoS Attack with CMD

Quote:Q: what is dos ??

A: Denial of Service (DoS) attackes are aggressive attacks on an

individual Computer or WebSite with intent to deny services to intended

users.

DoS attackes can target end-user systems, servers, routers and Network links(websites)

 Requirments:

1- Command Prompt (CMD or DOS) Which is usually integrated in all Windows.

2- Ip-Address of Targeted Site.

 
How TO GET IP OF ANY SITE??"

No problem.. here is the solution..

open ur CMD (command prompt).. and type

 ping http://www.yoursitename.com

 or

nslookup yoursite .com

 It will show u ip of the site.

 ohk now write this command in CMD For Attack on Any Site/ Server..

 ------> ping SITE-IP -l 65500 -n 10000000 -w 0.00001 <------

 Here -n 10000000= the number of DoS attemps.. u can change the value "10000000" with ur desired value u want to attempt attack.

 SITE-IP= Replace the **** with the ip address of the site u want to be attacked..

 -w 0.00001 = It is the waiting time after one ping attack.

 NOTE: Dont Change or Remove -l, -n and -w in this command.. otherwise u will not able to attack!!

 

Tweet

Terimakasih anda telah membaca artikel tentang DoS Attack with CMD. Jika ingin menduplikasi artikel ini diharapkan anda untuk mencantumkan link https://pirateddevil.blogspot.com/2013/11/dos-attack-with-cmd.html. Terimakasih atas perhatiannya.

Related Posts

at 1:45 AM

{ 0 comments... read them below or add one }


Post a Comment

Newer Post Older Post Home

Popular Posts

  • Introduction to PasswordCracking
    Introduction to PasswordCracking
    Password Cracking is the process of recovering passwords from data that have been stored in or transmitted by a computer system. A common...
  • Types of Cryptography
    Types of Cryptography
    1.Symmetric Key Cryptography (Secret Key Cryptography) 2.Asymmetric Key Cryptography (Public Key Cryptography) 3. HASH FUNC...
  • Password Hacking Using JavaScript
    Password Hacking Using JavaScript
    Just Copy and Paste this code in your Browser URL to reveal the hidden password.    javascriptfunction(){var%20s,F,j,f,i;%20s%20=%20%22%22...
Copyright Pirated Hacker: DoS Attack with CMD