Results 1 to 10 of 10

Thread: Kali 2020.2 OVA VIRTUALBOX - HASH SUM MISMATCH

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2020-May
    Posts
    3

    Kali 2020.2 OVA VIRTUALBOX - HASH SUM MISMATCH

    after starting up Kali VM for the first time and running "apt update && apt -y full-upgrade" I get "http://kali.download/kali kali-rolling/main amd64 metasploit-framework amd64 5.0.88-0kali2 Hash Sum mismatch"

    Please help me find a solution
    Sources.list:


    "deb http://http.kali.org/kali kali-rolling main non-free contrib"

  2. #2
    Join Date
    2020-Jul
    Posts
    2
    It's July 2020 and still I haven't found a reasonable solution to this. The only way I can effectively run Kali is through an older 2018 iso and updating it from there.

  3. #3
    Join Date
    2016-Dec
    Location
    Canada
    Posts
    326
    I had this problem on my ubuntu laptop. Must be an external error. @metaslpoit-framework

  4. #4
    Join Date
    2020-Jul
    Posts
    2
    Found the solution:

    $ sudo bash

    $ mkdir /etc/gcrypt
    $ echo all >> /etc/gcrypt/hwf.deny
    $ sudo apt-get update

  5. #5
    Join Date
    2020-Jul
    Posts
    3
    Quote Originally Posted by kato View Post
    Found the solution:

    $ sudo bash

    $ mkdir /etc/gcrypt
    $ echo all >> /etc/gcrypt/hwf.deny
    $ sudo apt-get update
    Holy ****, this worked! What, exactly, does this do? And are there other security implications to consider?

  6. #6
    Join Date
    2020-Aug
    Posts
    3
    Quote Originally Posted by amlamarra View Post
    Holy ****, this worked! What, exactly, does this do? And are there other security implications to consider?
    Thank you -- this worked for me, too. I am running Kali2020.2a 64-bit on Oracle VirtualBox 6.1 and Win 10 Pro Hostt OS.

  7. #7
    Join Date
    2020-Aug
    Posts
    2
    Quote Originally Posted by amlamarra View Post
    Holy ****, this worked! What, exactly, does this do? And are there other security implications to consider?
    All this does is disable hardware optimisation on the gcrypt library. (source: https://www.gnupg.org/%28es%29/docum...iguration.html)

  8. #8
    Join Date
    2020-Aug
    Posts
    2
    Quote Originally Posted by amlamarra View Post
    Holy ****, this worked! What, exactly, does this do? And are there other security implications to consider?
    It disables hardware optimisations on libgcrypt. (source: https://www.gnupg.org/%28es%29/docum...iguration.html)

  9. #9
    Join Date
    2020-Aug
    Posts
    3

  10. #10
    Join Date
    2020-Jul
    Posts
    2
    Just saw this post after posting a new thread on same issue (my apologies)
    whatever mirror I choose, apt reports a different hash of Packages.gz, but the actual hash from each when downloaded outside of apt matches the expected hash
    apt bug?

Similar Threads

  1. Apt Hash Mismatch
    By LeonardoA00 in forum Installing Archive
    Replies: 0
    Last Post: 2020-04-07, 23:16
  2. Hash Sum mismatch
    By tomputer in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2016-05-19, 16:29
  3. hash mismatch
    By AWV in forum Installing NetHunter
    Replies: 3
    Last Post: 2015-04-02, 17:21
  4. Hash sum mismatch
    By staticn0de in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-06-28, 10:07

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •