8 lines
385 B
Plaintext
8 lines
385 B
Plaintext
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.
|