Tomatotech90 / Traffic-Analysis-Tools

better way to analyze traffic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traffic-Analysis-Tools

better way to analyze traffic

Traffic Analysis Tools πŸš¦πŸ”

This repository contains a collection of tools to help analyze and visualize network traffic captured in pcap files. These tools aim to provide an easy-to-use interface and a variety of analysis options for better understanding network behavior.

Table of Contents πŸ“

tCpDump.sh πŸ“Š

tCpDump.sh is a Bash script that provides an interactive interface for analyzing pcap files using tcpdump. The script offers various analysis options, such as listing source and destination IP addresses, showing conversation statistics, packet retransmissions, and more.

Prerequisites πŸ› οΈ

  • tcpdump must be installed on your system.
  • To enable GeoIP analysis, install the geoip-bin package.

About

better way to analyze traffic

License:MIT License


Languages

Language:Python 63.5%Language:Shell 36.5%