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

Metasploit Checksum Failure #652

Closed
godylockz opened this issue Aug 30, 2023 · 1 comment
Closed

Metasploit Checksum Failure #652

godylockz opened this issue Aug 30, 2023 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@godylockz
Copy link

What's the problem?

[metasploit.vm] vm.common.psm1 [+] ERROR : [ERR] Checksum for 'C:\Tools\Metasploit\metasploitframework-latest.msi' did not meet '470039711E182C4551169A776AFC8C10B4BAEA1600334449998894B2D725D49A' for checksum type 'sha256'. Consider passing the actual checksums through with --checksum --checksum64 once you validate the checksums are appropriate. A less secure option is to pass --ignore-checksums if necessary.

Steps to Reproduce

  1. Install commando vm.
  2. choco install metasploit.vm

Environment

Windows 10

Detected by test suite

I don't know

@godylockz godylockz added the 🐛 bug Something isn't working label Aug 30, 2023
@Ana06
Copy link
Member

Ana06 commented Sep 27, 2023

Thanks for taking the time to report this error. But this error is already detected by our daily run: https://github.com/mandiant/VM-Packages/wiki/Daily-Failures

This is caused by the package using a url that dos not include the version number, which changes the hash when the link is updated. For packages using GitHub releases we have automation in place to update them. For the rest, a manual update is needed every time the hash changes.

You are welcome to send a PR to update the hash, to update the link by one with the version or open another issue to propose solutions for this problem if you have any ideas. Alternatively install it ignoring the checksum as suggested in the error message.

Closing this, as we rely on the daily run to track this kind of errors.

@Ana06 Ana06 closed this as completed Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants