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.
- Host: GitHub
- URL: https://github.com/kartikmehta8/port-scanner-replit
- Owner: kartikmehta8
- Created: 2023-01-28T09:13:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T09:30:47.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:55:21.336Z (4 months ago)
- Topics: networking-in-python, nmap, port-scanner, requests
- Language: Python
- Homepage: https://replit.com/@mehtaaaaaah/PORT-SCANNER?v=1
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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" }
```