Skip to content

Conversation

@nadrojisk
Copy link

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!

image image

Copy link
Member

@Ana06 Ana06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where are you taking these categories from? The list of categories is at https://github.com/mandiant/VM-Packages/blob/main/categories.txt

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Ana06 Ana06 added the 😕 needs info Further information is needed label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

😕 needs info Further information is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configurable Excluded Categories

2 participants