-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinter2.html
More file actions
38 lines (30 loc) · 1.59 KB
/
winter2.html
File metadata and controls
38 lines (30 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Cybersecurity Fall Final Exam</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body onload = "greeting()" style ="background-color:Tomato">
<center><h2>
<center><img src="wireshark.png" width = "500"></center>
<ul>Show your knowledge of Wireshark!</ul>
<li>Login to your PLTW Account and go to Activity 2.3.3</li>
<li>Load PLTW Security Lab 2.3.3 - Server Attacks</li>
<li>Desktop--Activities--A233_Files--PacketCapture_A233.pcapng</li>
<li>Solve the following challenges and bring the numbers to your teacher to get next challenge</li>
<br>
<br>
<li>Challenge 1: There are three responses when the server requests MAC addresses. For your answer, what is the sum of the last part of the MAC addresses (in hexadecimal)? </li>
For instance, if the MAC addresses were:
<br>
00:00:00:00:00:a1 00:00:00:00:00:b2 00:00:00:00:00:c3 the sum would be a1+b2+c3=216
<li><i>HINTS: ARP and find a hexadecimal calculator online</i></li>
<br>
<li>Challenge 2: What is the longest packet length in the file?</li>
<br>
<li>Challenge 3: There are multiple packets that have the Handshake Protocol "Client Hello" in the info but only ONE packet has a distinct destination IP address. What packet number does this appear on? </li>
<li><i>HINTS: The packet length is between 200 and 300. Maybe filter for the range, find the length and then filter all packets by the specific length?</i></li>
</body>
</html>