Welcome to python-nessus-api's documentation!
==============================================
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
:target: https://github.com/pylint-dev/pylint
.. image:: https://img.shields.io/badge/security-bandit-yellow.svg
:target: https://github.com/PyCQA/bandit
.. image:: https://gitlab.com/th1nks1mple/python-nessus/badges/main/pipeline.svg
:target: https://gitlab.com/th1nks1mple/python-nessus/-/commits/main
.. image:: https://gitlab.com/th1nks1mple/python-nessus/badges/main/coverage.svg
:target: https://gitlab.com/th1nks1mple/python-nessus/-/commits/main
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:
.. code-block:: bash
pip install python-nessus-api
If you're looking for bleeding-edge, then feel free to install directly from the
github repository like so:
.. code-block:: bash
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:
.. code-block:: python
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "python-nessus-api",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8.1",
"maintainer_email": "Quynh Pham <th1nks1mple@protonmail.com>",
"keywords": "nessus, nessus-api, tenable, vulnerability assessment, nessus professional",
"author": null,
"author_email": "Quynh Pham <th1nks1mple@protonmail.com>",
"download_url": "https://files.pythonhosted.org/packages/0a/af/1087eecdad3b54b1a12dc56fbb25fa5699530b6ed8be416058af9b823881/python_nessus_api-10.6.3.tar.gz",
"platform": null,
"description": "Welcome to python-nessus-api's documentation!\n==============================================\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen\n :target: https://github.com/pylint-dev/pylint\n.. image:: https://img.shields.io/badge/security-bandit-yellow.svg\n :target: https://github.com/PyCQA/bandit\n.. image:: https://gitlab.com/th1nks1mple/python-nessus/badges/main/pipeline.svg\n :target: https://gitlab.com/th1nks1mple/python-nessus/-/commits/main\n.. image:: https://gitlab.com/th1nks1mple/python-nessus/badges/main/coverage.svg\n :target: https://gitlab.com/th1nks1mple/python-nessus/-/commits/main\n\npython-nessus-api is yet another Python package for latest Nessus Professional API.\n\n- Issue Tracker: https://gitlab.com/th1nks1mple/python-nessus/-/issues\n- GitLab Repository: https://gitlab.com/th1nks1mple/python-nessus\n\nFeatures\n--------\n\n- Implement the latest Nessus Professional API.\n-\n\nInstallation\n------------\n\nTo install the most recent published version to pypi, its simply a matter of\ninstalling via pip:\n\n.. code-block:: bash\n\n pip install python-nessus-api\n\nIf you're looking for bleeding-edge, then feel free to install directly from the\ngithub repository like so:\n\n.. code-block:: bash\n\n pip install git+git://gitlab.com/th1nks1mple/python-nessus.git#egg=python-nessus-api\n\nGetting Started\n---------------\n\nLets assume that we want to get the list of scans that have been run on our\nNessus application. Performing this action is as simple as the following:\n\n.. code-block:: python\n\n from nessus.nessus import Nessus\n nessus = Nessus(url='https://localhost:8834',\n access_key='access_key',\n secret_key='secret_key')\n for scan in nessus.scans.list():\n print(scan)\n\nLicense\n-------\n\nThe project is licensed under the MIT license.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Yet another Python package for latest Nessus Professional",
"version": "10.6.3",
"project_urls": {
"Documentation": "https://gitlab.com/th1nks1mple/python-nessus",
"Source": "https://gitlab.com/th1nks1mple/python-nessus",
"Tracker": "https://gitlab.com/th1nks1mple/python-nessus/-/issues"
},
"split_keywords": [
"nessus",
" nessus-api",
" tenable",
" vulnerability assessment",
" nessus professional"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ab6db3cad074818a3104ae9eb38b5f15c92cca95d9387aa066b8d939d2dd0d2f",
"md5": "1446d9c368d414ce86eeede8c99cc4c8",
"sha256": "74d7ce9ae6800d6de19e46485e18f8eeaab8093b6243b7a6187ce927c58b9752"
},
"downloads": -1,
"filename": "python_nessus_api-10.6.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1446d9c368d414ce86eeede8c99cc4c8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1",
"size": 33849,
"upload_time": "2024-07-14T23:21:47",
"upload_time_iso_8601": "2024-07-14T23:21:47.528003Z",
"url": "https://files.pythonhosted.org/packages/ab/6d/b3cad074818a3104ae9eb38b5f15c92cca95d9387aa066b8d939d2dd0d2f/python_nessus_api-10.6.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0aaf1087eecdad3b54b1a12dc56fbb25fa5699530b6ed8be416058af9b823881",
"md5": "6fad5c2220fc95542de528e3a5866c42",
"sha256": "87c3388ce5d22610f6f8922f2ea962974f13e16c8baf6fc5fd74b1e8126c7e72"
},
"downloads": -1,
"filename": "python_nessus_api-10.6.3.tar.gz",
"has_sig": false,
"md5_digest": "6fad5c2220fc95542de528e3a5866c42",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1",
"size": 37751,
"upload_time": "2024-07-14T23:21:49",
"upload_time_iso_8601": "2024-07-14T23:21:49.805329Z",
"url": "https://files.pythonhosted.org/packages/0a/af/1087eecdad3b54b1a12dc56fbb25fa5699530b6ed8be416058af9b823881/python_nessus_api-10.6.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-14 23:21:49",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "th1nks1mple",
"gitlab_project": "python-nessus",
"lcname": "python-nessus-api"
}