iamArham10/computer_networks_user_behavior_analysis ? reverse-engineered prompt
Reverse engineered prompt
Build me a network traffic analyzer web app called NetScope that lets me watch live packets from a chosen network interface and see what my machine is doing on the network in real time.
I want a dashboard that shows incoming and outgoing traffic rates, website and DNS activity, service detection like HTTP, HTTPS, DNS, and SSH, plus a map for external IP locations. It should also flag suspicious behavior like port scans, DNS tunneling, and sudden traffic spikes, and keep track of TCP and UDP sessions with their current state. I’d like a page to inspect individual flows, and a way to export and import PCAP files so I can open them in Wireshark too.
Use a Python backend that can capture packets and send live updates to a React frontend. Make the UI clean and easy to use, with a setup screen for choosing the interface and optional filters, then a dashboard and analytics pages. If you need to, look up current docs online before wiring anything up.