Skip to content

This repo contains code and resources for analyzing network traffic captured with Wireshark on a Linux os.

Notifications You must be signed in to change notification settings

Reemaa828/automated-network-traffic-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This repo contains code and resources for analyzing network traffic captured with Wireshark on a Linux os.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages