savon-noir / python-libnmap

libnmap is a python library to run nmap scans, parse and diff scan results. It supports python 2.7 up to 3.8. It's wonderful.
https://libnmap.readthedocs.org
Other
488 stars 182 forks source link

Improve NSE scripts API and support #33

Open savon-noir opened 10 years ago

savon-noir commented 10 years ago

Today accessing NSE scripts output is possible via NmapService.scripts_results. This should be more documented and possibly provide a better API to access data. On top of this the following scripts output are not supported:

Only service scripts are supported (most of scripts output).

ifeatu commented 9 years ago

+1 I'd like to run a script such as ssl-enum-ciphers (https://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html)

Is there support for this today? Please advise!