pyTenable
pyTenable copied to clipboard
Python Library for interfacing into Tenable's platform APIs
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....
**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...
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.
### 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...
**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:...
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...
**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...
**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...
**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...
**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...