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