This project contains a script that would sniff the network and get following information for each flow.
- Time
- TLS version
- SNI
- Source IP address
- Destination IP address
- Source port
- Destination Port
- Protocol
- Downloaded Data size (bytes)
- TLS session duration (s)
- Foreground/Background (WIP)
- SSL Certificate information (WIP)
- Flow ID (A unique identifier for each flow)
Short | Long | Description |
---|---|---|
-c | --command | Command a - Analyse, s - Sniff, b - Both |
-t | --time | Time to sniff in second |
-sf | --snifffile | File Name of sniff file. Will be Placed inside ./Input_data/ directory |
-of | --outputfile | File Name of output file. Default is sni.csv. Inside ./Output_data directory |