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

Virusshare analyzer: suggesting another way to retrieve hash file names #359

Closed
garatc opened this issue Oct 18, 2018 · 2 comments
Closed
Assignees
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Milestone

Comments

@garatc
Copy link

garatc commented Oct 18, 2018

for u in `curl https://virusshare.com/hashes.4n6 | grep -E "VirusShare_[0-9]{5}\.md5" | c\

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

@garatc 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
@3c7 3c7 added category:bug Issue is related to a bug scope:analyzer Issue is analyzer related labels Nov 19, 2018
@jeromeleonard jeromeleonard added this to the 2.5.0 milestone Jan 20, 2020
@garanews
Copy link
Contributor

Just tried the script and I confirm is not working (getting "failed writing body").
In my case I am using

for u in `curl https://virusshare.com/hashes.4n6 | grep -E "VirusShare_[0-9]{5}\.md5" | c\
ut -d\" -f2 | cut -d\/ -f2`

We can fix in this way.

@garanews
Copy link
Contributor

This is already fixed in master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Projects
None yet
Development

No branches or pull requests

4 participants