pyBegin / projects / port-scaner
🌐

Port Scanner

Port Scanner is developed for: checking if the port is open

31 lines🖥 Desktop only

Port Scanner

Port Scanner is developed for: checking if the port is open

How to run

pip install pyfiglet
python port_scanner.py

Dependencies

Pyodide-runnable

No - it uses real TCP sockets (socket.connect_ex), which are not available in the browser sandbox.