This repository provides checksum files for the Phishing.Database project. These checksums ensure the integrity of the files published or updated as part of the project.
Each time a new file is published to phish.co.za or an existing file is updated in the Phishing Database project, the corresponding checksum files are updated or published in this repository.
These files follow these naming conventions, where filename
refers to the file you want to verify:
filename.md5
filename.sha1
filename.sha256
filename.sha512
For every file in the Phishing Database project, you can find its associated checksum files in this repository. These checksum files can be used to verify the integrity and authenticity of the downloaded files.
Use the following commands to verify a file against its checksum:
sha256sum -c filename.sha256
sha512sum -c filename.sha512
On macOS, you can use the following commands in the Terminal. The shasum
command supports multiple algorithms via the -a
flag:
MD5:
Compare the output with the contents of filename.md5
.
SHA1:
Compare the output with the contents of filename.sha1
.
SHA256:
Compare the output with the contents of filename.sha256
.
SHA512:
Compare the output with the contents of filename.sha512
.
certutil -hashfile filename MD5
certutil -hashfile filename SHA1
certutil -hashfile filename SHA256
certutil -hashfile filename SHA512
Compare the output of the above commands with the content of the checksum files to ensure integrity.
Mitchell Krog (@mitchellkrogza) - Support @mitchellkrogza on Ko-fi!
Nissar Chababy (@funilrys) - Sponsor @funilrys via GitHub Sponsors!
Phishing Database Contributors
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4