An open API service indexing awesome lists of open source software.

https://github.com/kartikmehta8/port-scanner-replit

A port scanner written in Python to identify which ports are open on a computer. Deployed on Replit.
https://github.com/kartikmehta8/port-scanner-replit

networking-in-python nmap port-scanner requests

Last synced: 3 months ago
JSON representation

A port scanner written in Python to identify which ports are open on a computer. Deployed on Replit.

Awesome Lists containing this project

README

        


BANNER



A minimalistic implementation of port scanner written in python.

```py
deployedOn = "replit"
link = "https://replit.com/@mehtaaaaaah/PORT-SCANNER?v=1"
learnings = { "nmap", "networking", "requests", "port_scanner" }
```