Skip to main content

CSV Report Generator for McAfee SECURE

Project description

mcafee-secure-csv-tool

McAfee SECURE - CSV Creation Tool

This Python module uses the McAfee SECURE API module and the Pandas module to generate CSV outputs from the JSON results.

This script requires two non-standard packages:

json_normalize - a component of pandas, a data analysis package, that
    allows for the flattening of nested dictionaries found in JSON.

mcafeesecure_api - a Python module for the McAfee SECURE API

Currently Supported API Calls: scan-targets, scan-target, scan-result, scan-vuln

Reports: full-report: Includes a listing of every found vulnerability and where it was found

Examples Uses:

$ python3 mcafeesecure_csv.py -m scan-targets
$ python3 mcafeesecure_csv.py -m scan-target  -t 81159
$ python3 mcafeesecure_csv.py -m scan-result -t 81159 -s 201809072027TgDGIr3ywDIrPX1fysum
$ python3 mcafeesecure_csv.py -m scan-vuln -v 1100894
$ python3 mcafeesecure_csv.py -m full-report

Changelog:

* 0.0.1- Initial release - [1/28/19]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcafeesecure_csv-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

mcafeesecure_csv-0.0.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page