aboutsummaryrefslogtreecommitdiff
path: root/security/py-python-nmap/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-python-nmap/pkg-descr')
-rw-r--r--security/py-python-nmap/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/py-python-nmap/pkg-descr b/security/py-python-nmap/pkg-descr
new file mode 100644
index 000000000000..fdb5cf792d3e
--- /dev/null
+++ b/security/py-python-nmap/pkg-descr
@@ -0,0 +1,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.