Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.16 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.16 KB

🔐 Computer Security Laboratory

In this repository you can find all the slides presented during the laboratory lessons of the Introduzione alla Sicurezza Informatica course. The laboratory exercises were taken from "Computer Networking: a Top Down Approach (Pearson), J.F. Kurose, K.W. Ross", you can find all the labs here.

📝 Description

Link to the Wireshark lab pdf:

The slides are based on the resources in the references section. Links to the slides:

OpenVPN and Wireguard guides:

⚙️ Setup

For these labs you need Wireshak installed in your device. For Windows and Mac you can download the installer here, for Linux, the commands are as follows

# Debian based
apt install wireshark

# From RPMs under Red Hat and alike
yum install wireshark wireshark-qt

# Red Hat based
dnf install wireshark

Wireshark is already installed in Kali Linux, if you want a VM with Kali there is a simple guide to help you creating one. If you are unable to run Wireshark on a live network connection, you can download a packet trace here.

📚 References

  • Kurose, J. F., & Ross, K. W. (2021). Computer networking: a top-down approach (8th ed.). Pearson.
  • Stallings, W. (2017). Network security essentials: applications and standards. Pearson Education, Inc.
  • Gössi, C. (2023, March 14). TLS Essentials 10: TLS cipher suites explained. Youtube Video. link