adv-net is a PHP class that can be used use to analyze the local network.
It can use several tools to perform several types of network analysis operations:
- Ping a given IP address using nmap command
- Get the MAC address of a network card with a given IP address using arping command
- Get the IP address from a host name and vice-versa using host command
- Discover the IP addresses of hosts within a given subnet using nmap command
- Scan accessible ports of a machine with a given IP address using nmap command
Product's homepage