nasl-parser

Parses a Nessus Script Language script plugin and extracts details from it.


License
MIT-feh
Install
pip install nasl-parser==0.1.7

Documentation

nasl-parser

Description

nasl-parser provides a programmatic solution to accessing the contents of a Nessus NASL script. This was originally built to interpret all NASL scripts and store the plugin data in a relational database.

Installation

pip install nasl_parser
python setup.py install