attacks01.html 1001 B

12345678910111213141516171819
  1. <h1>Attacks Level 1</h1>
  2. <p>In this level, you can see an example of Bob sending Alice an <strong>encryption key</strong> in order to protect
  3. their messages. However, their simple protocol is vulnerable to a <strong>man-in-the-middle</strong> attack.
  4. <p>To beat this level, you need to trick Alice into encrypting her messages using a key Eve knows: <strong>31337</strong>.
  5. You must also trick Bob into thinking he is having a conversation with Alice as normal! See if you can figure out how
  6. to trick them both without them discovering your presence between them.
  7. <p><em><strong>Hint:</strong> there is an example of how the encryption protocol works at the top of the field. Use the
  8. <span class="button">pause</span> button to see what the values of the packet headers are in the protocol.</em>
  9. <h3>Level Objectives</h3>
  10. <ul>
  11. <li>trick Alice into encrypting her message with Eve's key: 31337</li>
  12. <li>make sure Bob can still read the message, by encrypting it with his key</li>
  13. </ul>