MaKyOtOx / owasp-wte

Automatically exported from code.google.com/p/owasp-wte
0 stars 0 forks source link

VDI on appseclive.org fails checksum, fails rar integrity test #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download 
http://appseclive.org/apt/downloads/WTE-AppSecUS-2012-training.vdi.rar  & 
http://appseclive.org/apt/downloads/sums-WTE-AppSecUS-2012-training

2. verify checksums
$ sha1sum WTE-AppSecUS-2012-training.vdi.rar ; tail -1 
sums-WTE-AppSecUS-2012-training 
5c8c1b2f03838a5b5f34904f93ca4ad0d8b1570f  WTE-AppSecUS-2012-training.vdi.rar
5ed3aad034e3bdf8c82a22f87761948f35f0f794  WTE-AppSecUS-2012-training.vdi.rar
$

3. test rar archive
$ unrar t WTE-AppSecUS-2012-training.vdi.rar                                    

UNRAR 4.00 beta 3 freeware      Copyright (c) 1993-2010 Alexander Roshal

Testing archive WTE-AppSecUS-2012-training.vdi.rar

Testing     WTE-AppSecUS-2012-training.vdi                            99%
WTE-AppSecUS-2012-training.vdi - CRC failed
Total errors: 1
$

What is the expected output? What do you see instead?
I expect the computed checksum to match the published checksum.

What version of the product are you using? On what operating system?
Ubuntu 12.04 LTS / amd64 / wget

Please provide any additional information below.
* it m would be helpful to include the full file size for each item with the 
checksums file to make it easy to check for incomplete downloads separate from 
verifying the checksum (eg. 'sha1deep -z $file`)

Original issue reported on code.google.com by benja...@umn.edu on 19 Mar 2013 at 1:32