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.89k stars 1.28k forks source link

openssl.flare Install Error #171

Closed syth3 closed 3 years ago

syth3 commented 3 years ago

Bug Description

When attempting to install the openssl.flare package from Chocolatey, I receive this error: ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://slproweb.com/download/Win64OpenSSL-1_1_1g.exe'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found Here is my Chocolatey log relating to this install: openssl.flare Install Log.txt

Steps To Reproduce

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

Screenshots

openssl flare Install Screenshottxt

Version

htnhan commented 3 years ago

Thank you for the bug report @syth3! we've updated the OpenSSL.flare package to v1.1.0.20200928 to fix the URL.

syth3 commented 3 years ago

It works great now. Thanks for the update!