spoofs01.html 1.1 KB

12345678910111213141516171819
  1. <link rel="stylesheet" href="../../includes/css/base.css" />
  2. <link rel="stylesheet" href="../../includes/css/style.css" />
  3. <h1>Spoofs Level 1</h1>
  4. <p>The srcip and dstip headers can be easily changed to specify different source and destination addresses.
  5. In the previous levels, we saw that changing the destination address changed the direction in which the packet was sent.
  6. Note, however, that we did not need to specify a source address. In fact, routers do not take into account where
  7. a packet is coming from, only where it is going. One security flaw of the Internet is that we can easily make a
  8. packet <strong>look</strong> like it is coming from one address when it is really coming from another. This is called
  9. <strong>spoofing</strong>.
  10. <p>To pass this level, send a packet from Alice's computer to Bob's computer that looks like it is coming from Carol.
  11. <p><em>Notice that we can trick Bob into thinking Carol is talking to him, even though we're not allowed to send packets from Carol!</em>
  12. <h3>Level Objectives</h3>
  13. <ul><li>make Bob think he received a packet from Carol</li></ul>