mandiant / commando-vm

Complete Mandiant Offensive VM (Commando VM), a fully customizable Windows-based pentesting virtual machine distribution. commandovm@mandiant.com
https://www.mandiant.com/resources/blog/commando-vm-windows-offensive-distribution
Apache License 2.0
6.88k stars 1.28k forks source link

map.flare Install Error - Checksum Issue #176

Closed syth3 closed 3 years ago

syth3 commented 3 years ago

Bug Description

When attempting to install the lonelypotato.fireeye package from Chocolatey, I receive this error: ERROR: Checksum for 'C:\Users\Jake\AppData\Local\Temp\map_setup.exe' did not meet 'd8333d8757e23d32545225bc30271656a2886f77607f69d32c05900769dba144' for checksum type 'sha256'. Consider passing the actual checksums through with --checksum --checksum64 once you validate the checksums are appropriate. A less secure option is to pass --ignore-checksums if necessary. Here is my Chocolatey log relating to this install: map.flare Install Log.txt

Steps To Reproduce

  1. Run the following command in an elevated PowerShell prompt: cinst -y map.flare

Screenshots

map flare Install Screenshot

Version

htnhan commented 3 years ago

@syth3 We have updated MAP.flare to fix the checksum mismatch. Please give it another shot and let us know if you still have the issue.

syth3 commented 3 years ago

It works great now. Thanks for the update!