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

MD5 Checksum file not matching the blackweb.txt #9

Closed
nzkller opened this issue Jun 4, 2020 · 1 comment
Closed

MD5 Checksum file not matching the blackweb.txt #9

nzkller opened this issue Jun 4, 2020 · 1 comment

Comments

@nzkller
Copy link

nzkller commented Jun 4, 2020

Following your instructions, it seems the MD5 file is not maintained and it fails the check.

[root@dev block]# wget -q -N https://raw.githubusercontent.com/maravento/blackweb/master/blackweb.tar.gz && cat blackweb.tar.gz* | tar xzf -
[root@dev block]# ls | grep blackweb
blackweb.sh
blackweb.tar.gz
blackweb.txt
[root@dev block]# wget -q -N https://raw.githubusercontent.com/maravento/blackweb/master/checksum.md5
[root@dev block]# ls | grep checksum
checksum.md5
[root@dev block]# md5sum blackweb.txt | awk '{print $1}' && cat checksum.md5 | awk '{print $1}'
967503818f84092d132f78027da9c61d
26440258542a93dc377e9e99d64ca392

My scripts are failing because of this, is there any plan to keep the md5 file updated?

Thanks in advance and best regards,

CD

@maravento
Copy link
Owner

maravento commented Jun 28, 2020

MD5 verification is optional. If you want, just run:

wget -q -N https://raw.githubusercontent.com/maravento/blackweb/master/blackweb.tar.gz && cat blackweb.tar.gz* | tar xzf -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants