A simple web application to scan and display devices on the local network, perform traceroute, and retrieve BGP IP address descriptions.
✅ ARP Scanning: Scan the local network to discover devices and their MAC addresses.
- Node.js and npm installed
-
Clone the repository:
git clone https://github.com/imranhasan871/arp-scanner.git
-
Navigate to the project folder:
cd arp-scanner
-
Install dependencies:
npm install
-
Start the server:
npm dev
-
Open your browser and visit http://localhost:3000.
Contributions are welcome! Please check out the Contribution Guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.