-
I’m having trouble getting a normal JSON output when running the plugins API. Is there a way to fix this?
-
/]# python3
Python 3.6.8 (default, Apr 2 2020, 13:34:55)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from tena…
-
There seems to be a problem with the pyTenable sc.feeds.process() function.
I'm trying to update a feed with a file I have locally.
Here is my debug, when I was doing a sc.feeds.process():
DEBUG:te…
-
I have a Scan Policy XML file that uploads just fine in the SC GUI, but using the pyTenable SC.policies.import_policy function, it gives an error. I did further testing by exporting the policy file vi…
-
Hi Steven,
We were successful when we used the script on our test jira instance. However now when we moved to our production Jira instance, we get this error when running the script. I have made su…
-
Platform: K8's
2020-11-18 18:51:44,796 restfly.errors.BadRequestError ERROR [400: POST] https://domain.atlassian.net/rest/api/3/issue?update_history=False body=b'{"errorMessages":["We can\'t create…
-
The documentation at https://pytenable.readthedocs.io/en/stable/sc.html#scanners
Specifically for sc.scanners.create
I noticed that this documentation is missing parameters for:
"authType"
"user…
-
Beginner using Pytenable:
What is the next step to write this output to a CSV file? Is there a forum or community resource?
from tenable.sc import TenableSC
import pprint
import getpass
#Tena…
-
I'm encountering an issue to where I'm unable to pull CVE values from Tenable.sc (v5.11) using pyTenable. When I attempt to pull the values using the below code, I get blank results in my JSON output:…
-
When I am entering my password I get a NameError saying that my password is not defined
```python
#Get-Users.py
#This file is used to download Tenable Users from the Tenable.SC Rest API using PyT…