dos01.html 995 B

1234567891011121314151617
  1. <link rel="stylesheet" href="../../includes/css/base.css" />
  2. <link rel="stylesheet" href="../../includes/css/style.css" />
  3. <h1>DoS Level 1</h1>
  4. <p>A <strong>Denial of Service (DoS)</strong> attack overwhelms a computer or server by flooding it with <strong>packets</strong>.
  5. The purpose of <strong>DoS</strong> attacks are to make a system (such as Google) unavailable for others to use.
  6. This often distracts the administrators of the system and allows an attacker to exploit it in different ways and
  7. remain unnoticed.
  8. <p>In this level, you will execute a <strong>DoS</strong> attack against Google. To pass the level, you must overwhelm the server
  9. by sending it many packets. Experiment with the amount of packets to see how many the website can handle.
  10. <p><em><strong>Hint:</strong> remember that you can easily send duplicate packets using the "Repeat" feature of the Editor</em>
  11. <h3>Level Objectives</h3>
  12. <ul><li>send Google more packets than it can handle</li></ul>