a simple python port scanner
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
What things you need to install the software and how to install them
python3
git clone https://github.com/blackc8/portl.git
cd portl
python portl.py scanme.nmap.org
usage: portl.py [-h] [-dp] [-sF] [-b] [-v] <hostname>
a simple python port scanner
positional arguments:
<hostname> host to scan
optional arguments:
-h, --help show this help message and exit
-dp, --ddport do not display port
-sF, --show_filtered show filtered ports
-b, --banner grab the banners of ports
-v, --version dispaly version
author: blackc8
- Initial work - blackc8
© 2020 blackc8
Licensed under the MIT LICENSE