VM-Packages
VM-Packages copied to clipboard
Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
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...
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
`lint.py` fails to catch this... 😞 _Originally posted by @mr-tz in https://github.com/mandiant/VM-Packages/pull/257#discussion_r1122774998_
### 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...
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)
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...
### 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...
### 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...
### 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...
# 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,...