A TCP Port Scanner created with Python and uses features provided by NMAP. This was created by following a tutorial from the book Violent Python.
- Download NMAP, an open-source tool for network discovery and security auditing.
- Install python-nmap
-H <target host> -p <target port(s)>
- The target host is the IP address of the device you aim to scan
- Target ports must be surrounded by single or double quotes and separated by commas