cisagov / mesa-toolkit

0 stars 2 forks source link

mesa-install-tools.sh updated to reflect dependency updates #13

Closed CyberDoug closed 1 month ago

CyberDoug commented 1 month ago

💡 Summary

As MESA is transitioned to Debian from Kali Linux, the mesa-install-tools.sh setup script must be updated to ensure that the MESA dependencies are installed on Debian as a part of the MESA creation process. Additionally, unnecessary functions will be removed to maximize the tool's efficiency.

Motivation and context

MESA will be moved to Debian, rather than Kali Linux, to reduce the bloat associated with tools installed on Kali Linux by default that are not used by MESA. Making the modification will also reduce the overall size of the virtual machine that will run the MESA toolkit.

Implementation notes

Acceptance criteria

How do we know when this work is done?

Remove unnecessary domain enumeration functions:

Properly install the following dependencies:

Ensure all existing MESA-Toolkit functions work without error:

m1j09830 commented 1 month ago

Satisfied by #14