Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 308 Bytes

File metadata and controls

12 lines (9 loc) · 308 Bytes

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"