spoofs02.html 905 B

12345678910111213141516
  1. <h1>Spoofs Level 2</h1>
  2. <p>This level contains several devices connected to a <strong>switch</strong>. A <strong>switch</strong> is similar
  3. to a router, but it starts out with an empty <strong>routing table</strong>. Over time, it learns where to send
  4. packets that belong to a specific destination. Observe how the <strong>switch</strong> learns where devices are
  5. connected over time.
  6. <p>Your goal is to "steal" a packet intended to be sent to Charlie.
  7. To do this, take advantage of the switch's learning process to direct packets with a dstip of Charlie to Alice's
  8. computer.
  9. <p><em><strong>Hint:</strong> This level will require careful timing! Make sure you launch your packet at the correct time in the simulation. Use the restart button to experiment with different timings.</em>
  10. <h3>Level Objectives</h3>
  11. <ul><li>use Alice to steal a packet sent from Google to Charlie</li></ul>