You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2025. It is now read-only.
Task: Capture Live Network Traffic Using Wireshark
📌 Objective:
Capture live network traffic using Wireshark, save the captured packets as a .pcap file, and apply a filter to display only HTTP packets.
🎯 Submission Format:
Submit the screenshot of the Wireshark interface showing the filtered HTTP packets.
🚨 Privacy Note:
Ensure that no personal or sensitive information (such as passwords or tokens) is visible in the captured traffic. Capture traffic in a safe, ethical environment (e.g., your local network).
✨ Bonus Tip:
You can experiment with other filters like ip.addr == <IP_ADDRESS> to capture traffic from a specific IP or tcp.port == 80 to filter HTTP traffic on port 80.
Task: Capture Live Network Traffic Using Wireshark
📌 Objective:
Capture live network traffic using Wireshark, save the captured packets as a
.pcapfile, and apply a filter to display only HTTP packets.🎯 Submission Format:
🚨 Privacy Note:
Ensure that no personal or sensitive information (such as passwords or tokens) is visible in the captured traffic. Capture traffic in a safe, ethical environment (e.g., your local network).
✨ Bonus Tip:
You can experiment with other filters like
ip.addr == <IP_ADDRESS>to capture traffic from a specific IP ortcp.port == 80to filter HTTP traffic on port 80.Happy packet capturing! 😊