pyTenable
pyTenable copied to clipboard
Python Library for interfacing into Tenable's platform APIs
# Description This allows specifying Agent UUIDs instead of numeric IDs for bulk group addition. Fixes #607 ## Type of change Please delete options that are not relevant. - [x]...
**Is your feature request related to a problem? Please describe.** The group-add API supports adding Agents by UUID, which has been improved to be more efficient and faster than adding...
**Describe the bug** If I include sourceType in filters, then pyTenable throws an error [403: POST] https://ipaddress:443/rest/analysis body=b'{"type":"regular","response":"","error_code":146,"error_msg":"The filter \'t\' is invalid (valid filters: acceptedRisk, acceptRiskStatus, assetID, auditFileID, benchmarkName, cceID,...
**Describe the bug** A clear and concise description of what the bug is. The parameter 'limit' of the method 'list' related to agents API in Nessus.agents is not implementd as...
sc -> users.py -> delete doesn't allow the option to transfer a user's objects to another user. I made the following changes to my code: ```` def delete(self, id, migrate_id...
Hey guys, minor error in Documentation for Scans (https://pytenable.readthedocs.io/en/stable/api/sc/scans.html) Tried editing policy with the name provided in the edit section (policy) which resulted in error 142. Using the one from...
**Describe the bug** Not clear how to launch plugin scans using sc.scans.create() On one hand, it requires a policy_id. However when supplying a policy_id, it states that plugin_id and policy_id...
**Describe the bug** The edit method changes the description of the query but doesn't add or change the filer. The same filter works fine in create method. **To Reproduce** query...
Hi, In the documentation I dont see a way to create an agent scan and add agent groups to be scanned to the new scan. Is there any way we...
**Is your feature request related to a problem? Please describe.** In the Tenable API Workbenches/List Vulnerabilities documentation, the `age` parameter is described as `Lists only those vulnerabilities older than a...