Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.33 KB

File metadata and controls

32 lines (21 loc) · 1.33 KB

Automated Network Traffic Report

The primary objective of this network task is to analyze network traffic using Wireshark and automate specific tasks with a Bash script, generating a summary report.

Features ⚙️

  1. Network Traffic Capture:
    • Employ Wireshark to capture network activity on your machine or an interface.
  2. Bash Script Analysis:
    • Develop a Bash script tailored to process the captured PCAP file, to show valuable insights.
  3. Information Extraction
    • Extract key details like total packets, specific protocols, and the most frequent source and destination IP addresses.
  4. Report Generation:
    • Generate a brief report showing the extracted data, presenting a clear overview of the network traffic.

Prerequisites ℹ️

  1. Wireshark Installation
  2. Capture Permissions
    • Needs root/admin privileges to capture traffic (be cautious about network ownership).
  3. Bash Scripting report knowledge
    • Understand Bash syntax to analyze script output and potentially customize it.

Screenshot 📸

image