Skip to content

Commit

Permalink
Fixes TheHive-Project#149: virusshare download script
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Dec 13, 2017
1 parent 7d4e0a5 commit 77d96ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/Virusshare/getHashes.sh
Expand Up @@ -21,7 +21,7 @@ if [ ! -d $1 ]; then
fi

cd $1
for u in `curl https://virusshare.com/hashes.4n6|grep hashes/|cut -d\" -f2`
for u in `curl https://virusshare.com/hashes.4n6\ | grep hashes/VirusShare_ | cut -d\" -f2`
do
echo $u
wget https://virusshare.com/$u
Expand Down

0 comments on commit 77d96ef

Please sign in to comment.