The flask project as well as the CLI support has been given to input a URL of the tenable plugins page and generate the JSON file of the page.
What does the flask project do?
- Generate the JSON file
- Download button to download the page
- Supports single URL at a time
What does the CLI program do?
- Generate the JSON file
- Supports multiple URLs at a time
- Download a combined JSON file or individual page JSON file
Python3.7
pip install -r requirements.txt
You can change the default host
and port
in the config.ini
file
python invoker.py
Tenable Plugin URL and Example URL To Submit
File in the scripts
folder
tenableScraper.py [-h] -u URLS [URLS ...] [-i] [-c]
GET TENABLE JSON FROM URL(s)
optional arguments:
-h, --help show this help message and exit
-u URLS [URLS ...] URLs To Crawl
-i Get the individual JSON file for all URL(s)
-c Get the combined JSON file for all URL(s)
Any kind of contributions are welcome.
- Fork the Project
- Commit your Changes
- Open a Pull Request