Skip to main content

Yet another Python package for latest Nessus Professional

Project description

https://img.shields.io/badge/code%20style-black-000000.svg https://img.shields.io/badge/linting-pylint-yellowgreen https://img.shields.io/badge/security-bandit-yellow.svg https://gitlab.com/th1nks1mple/python-nessus/badges/main/pipeline.svg https://gitlab.com/th1nks1mple/python-nessus/badges/main/coverage.svg

python-nessus-api is yet another Python package for latest Nessus Professional API.

Features

  • Implement the latest Nessus Professional API.

Installation

To install the most recent published version to pypi, its simply a matter of installing via pip:

pip install python-nessus-api

If you’re looking for bleeding-edge, then feel free to install directly from the github repository like so:

pip install git+git://gitlab.com/th1nks1mple/python-nessus.git#egg=python-nessus-api

Getting Started

Lets assume that we want to get the list of scans that have been run on our Nessus application. Performing this action is as simple as the following:

from nessus.nessus import Nessus
nessus = Nessus(url='https://localhost:8834',
               access_key='access_key',
               secret_key='secret_key')
for scan in nessus.scans.list():
   print(scan)

License

The project is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_nessus_api-10.6.3.tar.gz (37.8 kB view hashes)

Uploaded Source

Built Distribution

python_nessus_api-10.6.3-py3-none-any.whl (33.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page