Releases: MrGhostlyOrb/network-scan
Releases · MrGhostlyOrb/network-scan
Pear
v1.0.0
🚀 Usage
CLI Mode
Run with 2 arguments: <port> <subnet>
./go-network-scan 8000 1This will scan 192.168.1.0/24 for port 8000.
Web Mode
Start the server:
./go-network-scanThen 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).