mandiant / VM-Packages

Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
Apache License 2.0
122 stars 61 forks source link

Fix calls to `VM-Uninstall-With-Uninstaller` which miss category #1055

Closed Ana06 closed 2 weeks ago

Ana06 commented 1 month ago

Details

Ensure all calls to VM-Uninstall-With-Uninstaller include the category. Some are missing it, examples:

naacbin commented 1 month ago

I have tested do to the same fix to nmap.vm, but it turned out that the uninstaller VM-Uninstall-With-Uninstaller won't work. Nmap uninstaller is located in C:\Tools\nmap, but as the function delete all files in C:\Tools\<toolName> and then try to use the uninstaller it fail.

Ana06 commented 2 weeks ago

Good catch @naacbin!