mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.55k stars 915 forks source link

Ollydump links do not work. #431

Closed sshakoor98 closed 1 year ago

sshakoor98 commented 1 year ago

I attempted to manually install the x64dbg.ollydumpex.vm, ollydbg2.ollydumpex.vm & ollydbg.ollydumpex.vm packages since they failed on the 'install.ps1' script. The below logs show that the file download is unreachable.

C:\Users\vagrant>choco install -y x64dbg.ollydumpex.vm
Chocolatey v1.2.1
Installing the following packages:
x64dbg.ollydumpex.vm
By installing, you accept licenses for the packages.
Progress: Downloading x64dbg.ollydumpex.vm 1.80... 100%

x64dbg.ollydumpex.vm v1.80
x64dbg.ollydumpex.vm package files install completed. Performing other installation steps.
Attempt to get headers for https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip failed.
  The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip'. Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"
Downloading x64dbg.ollydumpex.vm
  from 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip
2022/12/16 21:05:57 [x64dbg.ollydumpex.vm] vm.common.psm1 [+] ERROR : [ERR] The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip'. Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"
At C:\ProgramData\chocolatey\helpers\functions\Get-WebFile.ps1:330 char:8
+        throw "The remote file either doesn't exist, is unauthorized,  ...
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip'. Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"
The install of x64dbg.ollydumpex.vm was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\x64dbg.ollydumpex.vm\tools\chocolateyinstall.ps1'.
 See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - x64dbg.ollydumpex.vm (exited 404) - Error while running 'C:\ProgramData\chocolatey\lib\x64dbg.ollydumpex.vm\tools\chocolateyinstall.ps1'.
 See log for details.

C:\Users\vagrant>choco install -y ollydbg2.ollydumpex.vm
Chocolatey v1.2.1
Installing the following packages:
ollydbg2.ollydumpex.vm
By installing, you accept licenses for the packages.
Progress: Downloading ollydbg2.ollydumpex.vm 1.80... 100%

ollydbg2.ollydumpex.vm v1.80
ollydbg2.ollydumpex.vm package files install completed. Performing other installation steps.
Attempt to get headers for https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip failed.
  The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip'. Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"
Downloading ollydbg2.ollydumpex.vm
  from 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip'
2022/12/16 21:09:00 [ollydbg2.ollydumpex.vm] vm.common.psm1 [+] ERROR : [ERR] The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip'. Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"
At C:\ProgramData\chocolatey\helpers\functions\Get-WebFile.ps1:330 char:8
+        throw "The remote file either doesn't exist, is unauthorized,  ...`
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip'. Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"
The install of ollydbg2.ollydumpex.vm was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\ollydbg2.ollydumpex.vm\tools\chocolateyinstall.ps1'.
 See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - ollydbg2.ollydumpex.vm (exited 404) - Error while running 'C:\ProgramData\chocolatey\lib\ollydbg2.ollydumpex.vm\tools\chocolateyinstall.ps1'.
 See log for details.

Can confirm that none of the files hosted on https://low-priority.appspot.com/ollydumpex are downloadable.

mr-tz commented 1 year ago

Thanks for the report. This is a package issue, but https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip appears to be available (again)? Can you double check this still fails?

sshakoor98 commented 1 year ago

Fixed the issue by running the script with a VPN on the PC.

mr-tz commented 1 year ago

👍 thanks, glad it works now