| 12345678910111213141516171819 |
- <link rel="stylesheet" href="../../includes/css/base.css" />
- <link rel="stylesheet" href="../../includes/css/style.css" />
- <h1>Spoofs Level 2</h1>
- <p>This level contains several devices connected to a <strong>switch</strong>. A <strong>switch</strong> is similar
- to a router, but it starts out with an empty <strong>routing table</strong>. Over time, it learns where to send
- packets that belong to a specific destination. Observe how the <strong>switch</strong> learns where devices are
- connected over time.
- <p>Your goal is to "steal" a packet intended to be sent to Charlie.
- To do this, take advantage of the switch's learning process to direct packets with a dstip of Charlie to Alice's
- computer.
- <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>
- <h3>Level Objectives</h3>
- <ul><li>use Alice to steal a packet sent from Google to Charlie</li></ul>
|