Skip to content

Latest commit

 

History

History
107 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

107 lines (33 loc) · 1.21 KB

ARP and Traceroute Scanner 🌐

A simple web application to scan and display devices on the local network, perform traceroute, and retrieve BGP IP address descriptions.

Features

ARP Scanning: Scan the local network to discover devices and their MAC addresses.

✈️ Traceroute: Perform traceroute to a destination IP address and visualize the network path.

Getting Started

Prerequisites

  • Node.js and npm installed

Installation

  1. Clone the repository:

    git clone https://github.com/imranhasan871/arp-scanner.git
  2. Navigate to the project folder:

    cd arp-scanner
  3. Install dependencies:

    npm install

Usage

  1. Start the server:

    npm dev
  2. Open your browser and visit http://localhost:3000.

Screenshots

2

Contributing

Contributions are welcome! Please check out the Contribution Guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.