Networking Essentials & Security Lab

Networking Essentials & Security Lab 1️⃣ Capturing and Analyzing Network Traffic with Wireshark Step 1: Install Wireshark Download and install Wireshark from Wireshark.org. Ensure you have the necessary permissions to capture network traffic. Step 2: Capture Network Traffic Open Wireshark and select your network interface. Click Start Capture and browse websites to generate traffic. Stop the capture after 2 minutes. Step 3: Filter and Analyze Packets Use tcp, udp, or http as display filters. Locate and inspect HTTP packets to identify unencrypted traffic. Use Follow TCP Stream to view communication between clients and servers. Step 4: Identifying Security Risks Locate an HTTP login request and extract credentials. Compare it to an HTTPS request to observe encryption. 2️⃣ Configuring a Secure VPN with WireGuard Step 1: Install WireGuard On Debian Linux: ...

Fundamentals of Linux Lab

Fundamentals of Linux Lab Setting Up Your Linux Environment Follow these steps to set up your Debian system: Download and Install VirtualBox Install VirtualBox and create a new VM. Download the Debian ISO and install it on your VM. Alternative Setup Options Hyper-V (Windows Server 2019 Option) WSL 2 (Windows Subsystem for Linux) AWS or Azure Cloud Instances Boot into Debian Linux Power on the VM and log in. Open a terminal window. Network Configuration Check Your IP Address ip address show This command displays network details, including IP addresses and interface names. ...