VM-Packages icon indicating copy to clipboard operation
VM-Packages copied to clipboard

Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.

Results 204 VM-Packages issues
Sort by recently updated
recently updated
newest added

Discussion from https://github.com/mandiant/VM-Packages/pull/291. Ideas to ensure that `categories.txt` and issue templates are kept in sync : - Migrate `categories.txt` to Python so that we can add a comment (about the...

:page_facing_up: documentation
:gem: enhancement
:runner: CI

When CI fails packages are not uploaded, even if only one package fails. Ideas: - revert the changes automatically - Push non failing packages Example: https://github.com/mandiant/VM-Packages/pull/292

:bug: bug
:runner: CI

`lint.py` fails to catch this... 😞 _Originally posted by @mr-tz in https://github.com/mandiant/VM-Packages/pull/257#discussion_r1122774998_

:bug: bug

### What's the problem? I don't quite understand how to fix this issue. I tried to download few Windows 10 compatible to setup Flare VM but I'm still getting the...

:bug: bug

Add a 64 bit download link (as optional) to the [new package issue template](https://github.com/mandiant/VM-Packages/issues/new?assignees=&labels=%3Anew%3A+package&template=new_package.yml&title=Package+proposal%3A+%3Cpackage_name%3E.vm) for packages like [hollowshunter.vm/tools/chocolateyinstall.ps1#L10](https://github.com/mandiant/VM-Packages/blob/main/packages/hollowshunter.vm/tools/chocolateyinstall.ps1#L10) It needs modifying [create_package_template.py](https://github.com/mandiant/VM-Packages/blob/main/scripts/utils/create_package_template.py)

:gem: enhancement
:runner: CI

Currently the `dnspyex` package only links the console version. Let's add the shortcut for the GUI as well https://github.com/mandiant/VM-Packages/blob/6ea288dcb97b8f4fd2556971c7581b8622606c8c/packages/dnspyex.vm/tools/chocolateyinstall.ps1#L7 Also, after looking at https://community.chocolatey.org/packages/dnspyex#files we may need to write our...

:bug: bug
:gem: enhancement

### Package Name hayabusa ### Tool Name Hayabusa ### Package type ZIP_EXE ### Tool's version number 2.1.0 ### Category Forensic ### Tool's authors Yamato Security ### Tool's description Hayabusa is...

:new: package
:cyclone: COMMANDO-VM

### Package Name burpsuite_community_windows ### Tool Name burpsuite_community_windows ### Package type SINGLE_EXE ### Tool's version number 2022.12.5 ### Category Web Application ### Tool's authors PortSwigger ### Tool's description Burp Suite...

:new: package

### Package Name volatility ### Tool Name Volatility ### Package type ZIP_EXE ### Tool's version number 2.6 ### Category Forensic ### Tool's authors The Volatility Foundation ### Tool's description The...

:new: package
:cyclone: COMMANDO-VM

# Overview Currently, dependencies install using default everything. However, chocolatey allows passing parameters to dependencies by coupling two command-line arguments: `--params-global` and `--params` (syntax `--params '/PARAM1:value1 /PARAMFLAG'`). As an example,...

:gem: enhancement