andrewspearson / tenable-downloader

A menu driven tool to download Tenable software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tenable-downloader

tenable-downloader.py is a menu driven tool for downloading Tenable software.

Requirements

Installation

tenable-downloader.py is a dependency free, standalone Python program. Just download it and run it.

git

git clone https://github.com/andrewspearson/tenable-downloader.git

curl

curl https://raw.githubusercontent.com/andrewspearson/tenable-downloader/main/tenable-downloader.py -O

NOTE: macOS users running Python 3.6+ will need to install certificates.

TLDR, run this command:

/Applications/Python {version}/Install Certificates.command

This seems to only be an issue on macOS.

Usage

tenable-downloader.py may read the bearer token either interactively or through an INI file. If the tenable.ini file is present and contains a bearer_token, then you will not be prompted to enter a bearer token. If the tenable.ini file is not present or the bearer_token is not defined, then you will be prompted to enter a bearer token.

About

A menu driven tool to download Tenable software.

License:MIT License


Languages

Language:Python 100.0%