No description
index.html | ||
index.js | ||
README.md |
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
.