Metadata-Version: 2.1
Name: tsccm
Version: 0.0.3
Summary: TSCCM (Tenable.SC CLI Manager) by LimberDuck
Home-page: https://github.com/LimberDuck/tsccm
Author: Damian Krawczyk
Author-email: damian.krawczyk@limberduck.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Description-Content-Type: text/markdown
Requires-Dist: certstore (>=0.0.2)
Requires-Dist: click (>=8.0.1)
Requires-Dist: keyring (>=23.1.0)
Requires-Dist: pyTenable (>=1.3.3)
Requires-Dist: oauthlib (>=3.1.1)
Requires-Dist: pandas (>=1.3.2)
Requires-Dist: tabulate (>=0.8.9)

# TSCCM

**TSCCM** *(Tenable.SC CLI Manager)* by LimberDuck is a CLI tool which enables you to perform certain actions on Tenable.SC by (C) Tenable, Inc. via [Tenable.SC API](https://docs.tenable.com/tenablesc/api).

[![PyPI - Downloads](https://img.shields.io/pypi/dm/tsccm?logo=PyPI)](https://pypi.org/project/tsccm/) [![License](https://img.shields.io/github/license/LimberDuck/tsccm.svg)](https://github.com/LimberDuck/tsccm/blob/main/LICENSE) [![Repo size](https://img.shields.io/github/repo-size/LimberDuck/tsccm.svg)](https://github.com/LimberDuck/tsccm) [![Code size](https://img.shields.io/github/languages/code-size/LimberDuck/tsccm.svg)](https://github.com/LimberDuck/tsccm) [![Supported platform](https://img.shields.io/badge/platform-windows%20%7C%20macos%20%7C%20linux-lightgrey.svg)](https://github.com/LimberDuck/tsccm)


Main features
=============

Initial version of **TSCCM** lets you get Tenable.SC's:
* audit file list
* credential list  
* group list
* policy list
* role list
* active scan list
* scan result list
* server info
  * status
  * licensed IPs
  * version
* users list


How to
======

1. Install

    `pip install tsccm`

2. Run

    `tsccm`

Meta
====

Change log
----------

See [CHANGELOG].


Licence
-------

MIT: [LICENSE].


Authors
-------

[Damian Krawczyk] created **TSCCM** *(Tenable.SC CLI Manager)* by LimberDuck.

[Damian Krawczyk]: https://damiankrawczyk.com

[CHANGELOG]: https://github.com/LimberDuck/tsccm/blob/main/CHANGELOG.md
[LICENSE]: https://github.com/LimberDuck/tsccm/blob/main/LICENSE




