You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line doesn't work for me.
I had to replace it with
for u in curl https://virusshare.com/hashes.4n6 | grep -E "VirusShare_[0-9]{5}\.md5" | cut -c17-36
The text was updated successfully, but these errors were encountered:
garatc
changed the title
Suggesting another way to retrieve hash file names
Virusshare analyzer: suggesting another way to retrieve hash file names
Oct 18, 2018
Cortex-Analyzers/analyzers/Virusshare/getHashes.sh
Line 24 in fd12ec8
This line doesn't work for me.
I had to replace it with
for u in
curl https://virusshare.com/hashes.4n6 | grep -E "VirusShare_[0-9]{5}\.md5" | cut -c17-36
The text was updated successfully, but these errors were encountered: