python3 nmap a new nmap binding for python3
Added 2020-07-20 10:58:15 +0000 UTCPython3-nmap converts Nmap commands into python3 methods making it very easy to use nmap in any of your python pentesting projects .
A python 3 library which helps in using nmap port scanner. The way this tools works is by defining each nmap command into a python function making it very easy to use sophisticated nmap commands in other python scripts. For example in nmap if you want to scan for common ports you would to something like this;
To see how this works please check out the github homepage
https://github.com/wangoloj/python3-nmap