Add configurable categories to GUI FLARE-VM Installer#723
Add configurable categories to GUI FLARE-VM Installer#723nadrojisk wants to merge 1 commit intomandiant:mainfrom
Conversation
Ana06
left a comment
There was a problem hiding this comment.
@nadrojisk thanks for your work on this. But before we discuss implementation details, we need to discuss if adding Commando VM categories to the FLARE-VM installers is something we want to do, as we removed them on purpose to make it easier for reverse engineers to install useful tools. Let's discuss this in #723 and see what others think.
|
|
||
| # Create category checkboxes | ||
| $checkboxesCategories = New-Object System.Collections.Generic.List[System.Object] | ||
| $allCategories = $defaultExcludedCategories + @('Analysis','Browsers','Cloud','Debuggers','Decompilers','Document and File Format','Hex Editors','Java','Network','Utilities','Vulnerability Assessment') |
There was a problem hiding this comment.
where are you taking these categories from? The list of categories is at https://github.com/mandiant/VM-Packages/blob/main/categories.txt
There was a problem hiding this comment.
I was wondering if there was a category file.
Sorry I created a bunch of dummy ones when testing locally. I thought I cleaned those up. Sorry about that.
This closes #719.
PowerShell is not one of my strong languages, so it may not conform to normal PowerShell patterns. However, testing this in a local development environment this works as I envisioned.
Hope this is useful!