mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
5 lines
289 B
Bash
5 lines
289 B
Bash
wget "https://threatview.io/Downloads/MD5-HASH-ALL.txt" -O - | sed 's/MD5 of //' >> raw/threatview.md5
|
|
wget "https://threatview.io/Downloads/SHA-HASH-FEED.txt" -O - >> raw/threatview.sha1
|
|
|
|
sort -u -o raw/threatview.md5 raw/threatview.md5
|
|
sort -u -o raw/threatview.sha1 raw/threatview.sha1
|