Cybersecurity-Projects/PROJECTS/beginner/network-traffic-analyzer/DEMO.md

38 lines
1.3 KiB
Markdown

<!-- ©AngelaMos | 2026 -->
<!-- DEMO.md -->
<div align="center">
```ruby
███╗ ██╗███████╗████████╗ █████╗ ███╗ ██╗ █████╗ ██╗
████╗ ██║██╔════╝╚══██╔══╝██╔══██╗████╗ ██║██╔══██╗██║
██╔██╗ ██║█████╗ ██║ ███████║██╔██╗ ██║███████║██║
██║╚██╗██║██╔══╝ ██║ ██╔══██║██║╚██╗██║██╔══██║██║
██║ ╚████║███████╗ ██║ ██║ ██║██║ ╚████║██║ ██║███████╗
╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚══════╝
```
**Demo & Preview**
<br>
```ruby
cd python && uv sync
sudo netanal capture -i eth0
```
```ruby
cd cpp && ./install.sh
just run -i eth0
```
</div>
---
### Live Capture & Analysis
Real-time packet capture with per-packet logging, capture summary stats, protocol distribution breakdown, and top talker ranking by bytes
![Capture](assets/capture.png)