Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/followthefourleafedclover/port-scanner
Simple Port Scanner made from scratch using sockets library
https://github.com/followthefourleafedclover/port-scanner
port-scanner port-scanner-in-python port-scanner-socket socket
Last synced: 7 days ago
JSON representation
Simple Port Scanner made from scratch using sockets library
- Host: GitHub
- URL: https://github.com/followthefourleafedclover/port-scanner
- Owner: followthefourleafedclover
- Created: 2022-07-27T00:00:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T00:10:31.000Z (over 2 years ago)
- Last Synced: 2024-11-13T14:05:01.274Z (7 days ago)
- Topics: port-scanner, port-scanner-in-python, port-scanner-socket, socket
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PortScanner
Simple Port Scanner made from scratch using sockets libraryWorks for IPv4
*Args
- min: sets port range to the minmum amount, 1-50
- max: sets port range to maximum amount on a decive, 1-65355Resources
- https://docs.python.org/3/library/socket.htmlAdditional Comments
- Disccovered nmap and how it operates. Decided to create a program akin to nmap.