Coder Social home page Coder Social logo

Comments (4)

ANeilan avatar ANeilan commented on July 29, 2024

looked in the wayback machine, and there's a snapshot from 2020

https://web.archive.org/web/20201011091629/https://github.com/downloads/alexkasko/openjdk-unofficial-builds/openjdk-1.6.0-unofficial-b27-windows-amd64.zip

which redirects to https://web.archive.org/web/20201011091629if_/https://github.s3.amazonaws.com/downloads/alexkasko/openjdk-unofficial-builds/openjdk-1.6.0-unofficial-b27-windows-amd64.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20201011%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201011T091629Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=35fb6f40fd0b8b9704692e09ebc381751df4057f2affd893d269988ee02e5dc8

testing it currently (linking to the amazonaws file)

from metasploitable3.

ANeilan avatar ANeilan commented on July 29, 2024

saw a pull request that mentioned there being a bitbucket repository for builds, testing a new URL

index 2a33133..43af369 100644
--- a/scripts/installs/install_openjdk6.bat
+++ b/scripts/installs/install_openjdk6.bat
@@ -1,2 +1,2 @@
-powershell -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/downloads/alexkasko/openjdk-unofficial-builds/openjdk-1.6.0-unofficial-b27-windows-amd64.zip', 'C:\Windows\Temp\openjdk-1.6.0-unofficial-b27-windows-amd64.zip')" <NUL
-cmd /c ""C:\Program Files\7-Zip\7z.exe" x "C:\Windows\Temp\openjdk-1.6.0-unofficial-b27-windows-amd64.zip" -oC:\openjdk6"
+powershell -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile('https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.6.0-unofficial-b31-windows-amd64-installer.zip', 'C:\Windows\Temp\openjdk-1.6.0-unofficial-b31-windows-amd64-installer.zip')" <NUL
+cmd /c ""C:\Program Files\7-Zip\7z.exe" x "C:\Windows\Temp\openjdk-1.6.0-unofficial-b31-windows-amd64-installer.zip" -oC:\openjdk6"

from metasploitable3.

ANeilan avatar ANeilan commented on July 29, 2024

can confirm, the install goes through normally

from metasploitable3.

jmartin-tech avatar jmartin-tech commented on July 29, 2024

Fixed in #619

from metasploitable3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.