Tagged: checksum
This topic contains 3 replies, has 3 voices, and was last updated by luke 1 month, 3 weeks ago.
-
AuthorPosts
-
September 7, 2018 at 10:48 am #11801
Hey guys, I am having a problem with checksums not matching. I downloaded: kali-linux-2018-3-amd64-iso
Checksum should be: 6ce4071c667082bc841789e5d812dbfd424758b333d78ca5de6eceb7c43f8dd0
My checksum is:
C:\Users\XXXX\Downloads\kali-linux-2018-3-amd64-iso>fciv -sha kali-linux-2018.3-amd64.iso
//
// File Checksum Integrity Verifier version 2.05.
//
6dc3e57177249f73492b9edb95d082d1 kali-linux-2018.3-amd64.isoI am also having the same issue with the Kali Linux VirtualBox Images. I downloaded: kali-linux-2018.3-vbox-amd64.ova
Checksum should be: e04d717ff9d0fff8d125b23b357bcceaef2e8e3877af90b678fde5e1bf05e7e8
My checksum is:
C:\Users\XXXX\Downloads\kali-linux-2018-3-vbox-amd64-ova>fciv -sha1 kali-linux-2018.3-vbox-amd64.ova
//
// File Checksum Integrity Verifier version 2.05.
//
a19705619cd06af4d186e72b035ec3917377afa1 kali-linux-2018.3-vbox-amd64.ova -
October 10, 2018 at 5:57 pm #14682
Sorry for the delay. For some reason notifications stopped. That doesn’t look like a 256-bit SHA-1. Make sure you are using SHA256.
-
December 30, 2018 at 3:53 pm #17044
Hi, I’ve got the similar problem.My checksum never match.I tried many times downloading different versions 32bit or 64bit of Kali Linux.Here it is one of the examples:
I used FCIV
Microsoft Windows [Version 10.0.17134.472]
(c) 2018 Microsoft Corporation. All rights reserved.C:\Users\MyPC>cd Downloads
C:\Users\MyPC\Downloads>dir
Volume in drive C has no label.
Volume Serial Number is 020B-211CDirectory of C:\Users\MyPC\Downloads
30/12/2018 20:27 <DIR> .
30/12/2018 20:27 <DIR> ..
29/12/2018 09:27 64 checksum.txt
29/12/2018 08:31 <DIR> eMule
30/12/2018 20:27 <DIR> KaliLinux
27/12/2018 21:57 <DIR> MSFileChecksumVerifier
1 File(s) 64 bytes
5 Dir(s) 31,753,695,232 bytes freeC:\Users\MyPC\Downloads>cd KaliLinux
C:\Users\MyPC\Downloads\KaliLinux>dir
Volume in drive C has no label.
Volume Serial Number is 020B-211CDirectory of C:\Users\MyPC\Downloads\KaliLinux
30/12/2018 20:27 <DIR> .
30/12/2018 20:27 <DIR> ..
29/12/2018 09:42 3,139,436,544 kali-linux-2018.4-amd64.iso
1 File(s) 3,139,436,544 bytes
2 Dir(s) 31,754,084,352 bytes freeC:\Users\MyPC\Downloads\KaliLinux>fciv -sha256 kali-linux-2018.4-amd64.iso
//
// File Checksum Integrity Verifier version 2.05.
//
0c0afc8f5209899b1d14ac00c77e305e kali-linux-2018.4-amd64.isoC:\Users\MyPC\Downloads\KaliLinux>fciv -sha1 kali-linux-2018.4-amd64.iso
//
// File Checksum Integrity Verifier version 2.05.
//
8e6dbaac67c67e2bffc716611327f0d16c3fd935 kali-linux-2018.4-amd64.isoC:\Users\MyPC\Downloads\KaliLinux>
Correct checksum should be:
7c65d6a319448efe4ee1be5b5a93d48ef30687d4e3f507896b46b9c2226a0ed0I cannot go further I’m just afraid I have got hacked iso.
Many thanks for you help in advance
Luke -
December 31, 2018 at 1:13 pm #17045
Problem sorted out.
For some reason Microsoft fciv showed me MD5 instead -sha256 as requested.
Used MD5&SHA utility and now checksums matches:).Going further then -
AuthorPosts
You must be logged in to reply to this topic.