Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# PortScanner
Simple Port Scanner made from scratch using sockets library

Works for IPv4

*Args
- min: sets port range to the minmum amount, 1-50
- max: sets port range to maximum amount on a decive, 1-65355

Resources
- https://docs.python.org/3/library/socket.html

Additional Comments
- Disccovered nmap and how it operates. Decided to create a program akin to nmap.