network-traffic-analyzer

Version, currently main branch1 version
  • main branchlatestOct 10, 2024

github.com/blueshirt-dev/acsl-network-analyzer

No description declared in shard.yml.

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  network-traffic-analyzer:
    github: blueshirt-dev/acsl-network-analyzer
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • sqlite3*github: crystal-lang/crystal-sqlite3

README

Network Traffic Analyzer

This project is for Gateway Community College's Advanced Cyber Systems Lab to be able to let any device connect to a separate Network and get a report of who their device connected to while they were using it.

Prerequisites

This requires hardware setup where there's a computer with two Network Interface Cards (NICs) that has all of the traffic on a network mirrored to one of the NICs.

It also requires Crystal Lang and Wireshark to be installed on that machine.

Relevant Commands

sudo crystal run network_analyzer.cr

Why sudo, cause tshark needs sudo.