tenable-sc-config

A simple tool to create & load an .ini file for logging into an instance of Tenable.SC


Keywords
python, tenable, security, center, SC, login, configuration, ini
License
GPL-3.0
Install
pip install tenable-sc-config==1.0.3

Documentation

tenable_sc_config

license-img

Purpose

A tool to create & load a config .ini file for connecting to a Tenable.SC instance

Usage

  • Running the config.py file as a the main file will create a blank ini file (with notes)
  • Importing the package will attempt to load the default filename into the config variable
    • If the default file is found: loads the file and returns an object containing the results
    • If the default file is not found: returns None as the object
  • Support for both username/password and API keys is provided, however only one pair is required

Source

Github