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]
* 0.0.2 - Bug fix for targets that had never been scanned [1/29/19]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcafeesecure_csv-0.0.2.tar.gz.
File metadata
- Download URL: mcafeesecure_csv-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31b00310889bdaf0dbdaed15e2a1b9bf7478a1cf1235dda2e6c16093de8ec927
|
|
| MD5 |
554a7854cd6ba063d985d6cb12591810
|
|
| BLAKE2b-256 |
a7658a19cbd56df6b9ec82dfe8196cf874edee40b1bfd4a8a5fbc4b004179d34
|
File details
Details for the file mcafeesecure_csv-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mcafeesecure_csv-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a892638c385214c72a282d1d7415ba5a26feca66dc4d4022beeafa69382c52e
|
|
| MD5 |
0d9b979652df04e623898f24d8ae6bcd
|
|
| BLAKE2b-256 |
62f7235ceedd5ab7b82a40d3a6d883a70c27623cc028943edb05f55c61f01b38
|