This repository contains all my IT005's LAB projects. The labs focus on a range of networking topics, working with network traffic analysis, configuration, protocol study, and device management. The majority of the repository is Shell scripts and configuration files, with accompanying documents and reports.
- Shell: 78.8%
- HTML: 21.2%
Networking-LAB/
├── LAB-01/
│ ├── 25521710-Task1.pcapng
│ ├── 25521710-Task2.pcapng
│ ├── LAB-report.pdf
│ └── Lab-1-Wireshark-Getting-Started.docx
├── LAB-02/
│ ├── 25521710-Task2.pcapng
│ ├── 25521710-Task3.pcapng
│ ├── 25521710-Task4.pcapng
│ ├── LAB-report.pdf
│ ├── Lab-2-HTTP-Protocol-2.pdf
│ └── HTTP-Web/
├── LAB-03/
│ ├── 25521710-RSTP.pcapng
│ ├── 25521710-TCP.pcapng
│ ├── IT005.Q21.2-Lab03_25521710.pdf
│ ├── Lab 3 - TCP_UDP Protocol.pdf
│ └── streamingVideoLAB03.mp4
├── LAB-04/
│ ├── IT005.Q21.2-Lab04_25521710.pdf
│ └── Lab 4 - Crimping RJ45 Cable.pdf
├── LAB-05/
│ ├── 25521710_NguyenMinhThanh_BaoCaoLab5.pdf
│ ├── Lab 5 - Configuring Network Devices.pdf
│ ├── Lab 5a_25521710.pka
│ ├── Lab 5b_25521710.pka
│ ├── Lab 5c_25521710.pka
│ ├── task3-Router.sh
│ └── task3-switch.sh
├── LAB-06/
│ ├── Lab 6 - Scanning WPA_WPA2 Passwords.pdf
│ └── Nhom14_BaoCaoLab6.pdf
└── README.md
Each LAB-0X folder contains resources for that lab, such as:
- Network traffic captures (
.pcapngfiles) - Reports and instructions (
.pdf,.docx) - Configuration or script files (
.sh) - Project files (
.pkafor Cisco Packet Tracer) - Subfolders for specific projects (e.g.,
HTTP-Web)
No code needs to be compiled. You can view reports with any PDF reader, inspect captures with Wireshark, and run script files in a *nix shell.
This project is for educational purposes.
Feel free to explore each lab's folder for more details on specific tasks and learning objectives!