Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 341 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 341 Bytes

pyport

A basic port scanner written in Python as a learning exercise.

Request for an IP address to scan from the user and returns a list of open ports.

Now with basic definitions of open ports, which I pull from Wikipedia.

The web scraper I built to pull in these definitions is here: https://github.com/aircooledcafe/wikipedia_scraper