Port Scanner
- Use nmap to scan and detect the specified server port
- You can also use this script to customize it to achieve the effect you want.
- First you need to install nmap, centos as an example.
yum install nmap
- Installing NAMP's Python library
pip3 install python-nmap
images link : Images/output.png
Ethan