port_scanner_and_OSfingerprinting Python Script to Scan Active ports of a host and do OS fingerprinting Required Libraries : 1. sys 2. nmap 3. time To install nmap for python : 1. Open cmd 2. type "pip install python-nmap"