No description
Find a file
2025-04-01 10:54:24 +02:00
index.html working scanner 2025-04-01 10:54:24 +02:00
index.js working scanner 2025-04-01 10:54:24 +02:00
README.md working scanner 2025-04-01 10:54:24 +02:00

JS-Portscan

An easy javascript browser portscanner, allowing to scan local networks.

Requirements

The port only shows as closed if the firewall of the scanned device drops the packages, not if they are outright rejected.

To run a server use

python -m http.server 8080

(or a different webserver of your choice) and connect with a browser to localhost:8080. To change the scanned url and or ports edit the constants in the index.js.