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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file python_nessus_api-10.6.3.tar.gz.

File metadata

  • Download URL: python_nessus_api-10.6.3.tar.gz
  • Upload date:
  • Size: 37.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.19

File hashes

Hashes for python_nessus_api-10.6.3.tar.gz
Algorithm Hash digest
SHA256 87c3388ce5d22610f6f8922f2ea962974f13e16c8baf6fc5fd74b1e8126c7e72
MD5 6fad5c2220fc95542de528e3a5866c42
BLAKE2b-256 0aaf1087eecdad3b54b1a12dc56fbb25fa5699530b6ed8be416058af9b823881

See more details on using hashes here.

File details

Details for the file python_nessus_api-10.6.3-py3-none-any.whl.

File metadata

File hashes

Hashes for python_nessus_api-10.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 74d7ce9ae6800d6de19e46485e18f8eeaab8093b6243b7a6187ce927c58b9752
MD5 1446d9c368d414ce86eeede8c99cc4c8
BLAKE2b-256 ab6db3cad074818a3104ae9eb38b5f15c92cca95d9387aa066b8d939d2dd0d2f

See more details on using hashes here.

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