pyTenable icon indicating copy to clipboard operation
pyTenable copied to clipboard

Python Library for interfacing into Tenable's platform APIs

Results 128 pyTenable issues
Sort by recently updated
recently updated
newest added

Max_time in API use hours, but pytenable documentation indicate in seconds. I tried to create scan with max_time=1 and see on web SecurityCenter, I got max duration = 1 hour....

documentation
Tenable.sc
upstream-api

**Describe the bug** Nessus/teenable.sc debian x64 If you check in in assessment - brute-force , hydra and use it in dynamic scan, where is rule "exploit available" - true and...

question
need_more_details
Tenable.sc
upstream-api

pyTenable currently doesn't have support for Tenable.sc's Passive Scanner API. More information on this API can be found at https://docs.tenable.com/tenablesc/api/Passive-Scanner.htm.

enhancement
backlog
Tenable.sc

### Description Calling `sc.scan_instances.import_scan` with `str('filename')` returns an empty string. It appears that if the argument `fileobj` is a plain `str` instead of `_io.TextIOWrapper` than the string is simply added...

bug
backlog
Tenable.sc

**Describe the bug** Either I'm losing my mind, or calling a `scan` via `UUID` isn't working as expected. **To Reproduce** ```py tio = TenableIO(secrets['TIO_ACCESS_KEY'], secrets['TIO_SECRET_KEY']) print(tio.scans.details("bd721b19-31c9-4d12-8ba7-abca89aa60f0")) ``` Returns: ``` [400:...

bug
backlog
Tenable.io

I have a small script which I have put together to attempt to test API feature via pyTenable in our environment. Using the API Keys for my acct, all seems...

question
follow-up
Tenable.io

**Is your feature request related to a problem? Please describe.** When I use the indicated code it seems that it exports only vulns were last found in the last 30...

question
Tenable.io
upstream-api

**Describe the bug** Whenever I try to retrieve vulnerabilities from the Tenable VM workbenches/vulnerabilities API using CVSSv3 filter plugin.attributes.cvss_temporal_vector.raw match E:H,E:F using the API explorer, curl or python requests, this...

Tenable.io
upstream-api

**Describe the bug** Currently when trying to create a tag in Tenable using the AWS Region filter I cannot use all of the regions that are currently in the Tenable...

Tenable.io
upstream-api

**Describe the bug** Documentation bug at https://pytenable.readthedocs.io/en/stable/api/io/filters.html asset_tag_filters() is not under tio.tags, but tio.filters **To Reproduce** ``` python -c ' import os from tenable.io import TenableIO akey = os.environ["PYTEN_AKEY"] skey...

documentation
Tenable.io