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

Ubuntu 22.04 - apt upgrade E: Failed to fetch http://downloads.metasploit.com/.../metasploit-framework_6.3.40... #18473

Closed
BeetleChunks opened this issue Oct 20, 2023 · 8 comments
Labels
bug confirmed Issues confirmed by a committer

Comments

@BeetleChunks
Copy link

I am attempting to install Metasploit using the commands suggested in the Docs.

curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
  chmod 755 msfinstall && \
  ./msfinstall

This results in an error like the one in issue 18192.

Err:1 http://downloads.metasploit.com/data/releases/metasploit-framework/apt lucid/main amd64 metasploit-framework amd64 6.3.40+20231020102649~1rapid7-1
  404  Not Found [IP: 23.64.152.106 80]
E: Failed to fetch http://downloads.metasploit.com/data/releases/metasploit-framework/apt/pool/main/m/metasploit-framework/metasploit-framework_6.3.40%2b20231020102649%7e1rapid7-1_amd64.deb  404  Not Found [IP: 23.64.152.106 80]

I think I have identified the problem and that is the version within the link is not available. When I navigate to http://downloads.metasploit.com/data/releases/metasploit-framework/apt and look under pool/main/m/metasploit-framework the latest available version is 6.3.39. If you look back to the error message I am getting, you will see the version requested is 6.3.40.

I am not sure why this would be happening. This is part of an automated build pipeline that hasn't given me any errors before, so I am hesitant to think it is something I am doing. Please let me know if more information is needed.

@BeetleChunks BeetleChunks changed the title Ubuntu 22.04 - apt upgrade E: Failed to fetch http://downloads.metasploit.com/data/releases/metasploit-framework/apt/pool/main/m/metasploit-framework/metasploit-framework_6.3.40%2b20231020102649%7e1rapid7-1_amd64.deb Ubuntu 22.04 - apt upgrade E: Failed to fetch http://downloads.metasploit.com/.../metasploit-framework_6.3.40... Oct 21, 2023
@EdwardDali
Copy link

same problem

@GiovanniMounir
Copy link

GiovanniMounir commented Oct 21, 2023

Same problem on various distributions, all of the files listed here are also giving a 404 (maybe a server issue?): http://downloads.metasploit.com/data/releases/metasploit-framework/apt

Update: I am able to download the deb file directly via http://apt.metasploit.com (http://apt.metasploit.com/pool/main/m/metasploit-framework/metasploit-framework_6.3.39%2B20231019102707~1rapid7-1_amd64.deb). If I use apt.metasploit.com in sources.list, it tries to download "6.3.40+20231021102610~1rapid7-1" which does not exist (perhaps being compiled/will be added later)

@mushpitlab
Copy link

I'm unable to install Metasploit from Knightly official installer...

@lsclsclsc
Copy link

same problem

@adfoster-r7 adfoster-r7 added the confirmed Issues confirmed by a committer label Oct 23, 2023
@adfoster-r7
Copy link
Contributor

Should be resolved now, the latest build 6.3.40 wasn't pushed up as expected - only 6.3.39 was available as spotted by some folk

@Hackndo
Copy link

Hackndo commented Nov 2, 2023

Same problem with metasploit-framework_6.3.41%2b20231101102717%7e1rapid7-1_amd64.deb

@EdwardDali
Copy link

same problem...again

@adfoster-r7
Copy link
Contributor

I'm not sure what's causing the flakiness/race condition with the release process just yet, but I believe this is working again now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed Issues confirmed by a committer
Projects
Archived in project
Development

No branches or pull requests

7 participants