Skip to content

Releases: MrGhostlyOrb/network-scan

Pear

12 Jul 14:27

Choose a tag to compare

v1.0.0

🚀 Usage

CLI Mode

Run with 2 arguments: <port> <subnet>

./go-network-scan 8000 1

This will scan 192.168.1.0/24 for port 8000.

Web Mode

Start the server:

./go-network-scan

Then open your browser and navigate to:
http://localhost:8009/

Use the form to scan a given port and subnet (e.g., port 8000, subnet 1).