Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of scripts/installs/install_devkit.bat fails because bintray shutdown #529

Closed
ANeilan opened this issue May 8, 2021 · 0 comments · Fixed by #530
Closed

Comments

@ANeilan
Copy link

ANeilan commented May 8, 2021

Issue Description

Bintray was shut down at the beginning of may, and thus the installation of the devkit fails because the install script scripts/installs/install_devkit.bat points to a file hosted on bintray.

Host System

  • OS: Fedora Workstation 34
  • Packer Version: v1.7.2
  • Vagrant Version: 2.2.16
  • VirtualBox Version: n/a (using VMWare Workstation)

Steps to resolve

What i ended up having to do is go to https://web.archive.org/web/20191014181453/https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe which then redirects to a snapshot of the CDN it was hosted on, which then manually downloads the file. I then had to use a python webserver (python3 -m http.server) to host the directory (i used the metasploitable directory) and modify the batch file to point to my local IP on port 8000, to have the VM download that file and subsequently install the devkit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant