A website built to do basic networking calls and functionality for secure networking - Ping, Host Lookup (ARP), TraceRoute, Etc.
This web UI will be built for the purpose of running basic networking diagnostics and sytem checks such as:
• Ping a host by IP address
• TCPDump – watching for traffic on a specific network
• Trace Route
• DNS Look-Up
• Host List (ARP Table)
• Scan Network – scan by VLAN, return listing of host profiles
Within a system of separate, secure networks, a company's IT department will be able to securly access and check the above within a particular network without having to reach out to the network owners, while keeping security intact.
Maintained and contributed to by Daniel Hopps
- Fork or Download the repository
- Install necissary packages for your specific OS
- Windows - Download and instlall NMAP
- Launch code in VisualStudio
- Run networking.py
- Navigate to local host in a web browser
- The TCP Dump (packet sniffer) tool will not run in windows as windows does not have a TCP Dump tool
- The login page is not finished, it is built as PHP and I have not built the backend PHP for it