Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 442 Bytes

mscp_scripts

Scripts to use with the macOS Security Compliance Project

The generate_tenable.py requires pyyaml The secure-framework-automapping.py requires requests and openpyxl. The mscp_local_report.py requires openpyxl, matplotlib, and pandas.

To install the requirements, run

pip3 install pyyaml

pip3 install requests

pip3 install openpyxl

The generate_tenable.py script MUST be run from the /scripts/ directory in the mSCP repo