summaryrefslogtreecommitdiff
path: root/security/py-python-nmap/pkg-descr
blob: fdb5cf792d3e7fce6b7d0355678b4052c895a51d (plain) (blame)
1
2
3
4
5
6
7
python-nmap is a python library which helps in using nmap port scanner.
It allows to easilly manipulate nmap scan results and will be a perfect
tool for systems administrators who want to automatize scanning task
and reports. It also supports nmap script outputs.

It can even be used asynchronously. Results are returned one
host at a time to a callback function defined by the user.