Yet another Python package for latest Nessus Professional
Project description
python-nessus-api is yet another Python package for latest Nessus Professional API.
Issue Tracker: https://gitlab.com/th1nks1mple/python-nessus/-/issues
GitLab Repository: https://gitlab.com/th1nks1mple/python-nessus
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87c3388ce5d22610f6f8922f2ea962974f13e16c8baf6fc5fd74b1e8126c7e72 |
|
MD5 | 6fad5c2220fc95542de528e3a5866c42 |
|
BLAKE2b-256 | 0aaf1087eecdad3b54b1a12dc56fbb25fa5699530b6ed8be416058af9b823881 |
File details
Details for the file python_nessus_api-10.6.3-py3-none-any.whl
.
File metadata
- Download URL: python_nessus_api-10.6.3-py3-none-any.whl
- Upload date:
- Size: 33.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74d7ce9ae6800d6de19e46485e18f8eeaab8093b6243b7a6187ce927c58b9752 |
|
MD5 | 1446d9c368d414ce86eeede8c99cc4c8 |
|
BLAKE2b-256 | ab6db3cad074818a3104ae9eb38b5f15c92cca95d9387aa066b8d939d2dd0d2f |