tenable / tenable/pyTenable

tenable.{io,nessus} does not support agent settings API endpoint

Open
#685 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

backlog Nessus Tenable VM
Dominant language
Python
Stars
417
Forks
190
Avg merge
1d 10h
Merged PRs (30d)
3

Description

Is your feature request related to a problem? Please describe.

Currently it is not possible to update agent settings through the module.

Describe the solution you'd like

For both modules to support "agent_settings" update API endpoint:

  • Nessus Manager: /agents/settings
  • Tenable.IO: /scanners/null/agents/_bulk/directive

I guess it should be contained within "Agent Config"... or for it to be renamed to "Agent Settings" (backend name?)

Describe alternatives you've considered

I have considered bypassing the module and making the API calls directly, but that's just a workaround.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Nessus Manager and Tenable.IO agent modules and their existing "Agent Config" entry points. Compare how each module handles updates, then map /agents/settings and /scanners/null/agents/_bulk/directive to the requested agent settings interface. Done means both modules support updating agent settings through the library.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.