krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
563 stars 184 forks source link

KeyError #166

Closed jwils0n0x closed 9 years ago

jwils0n0x commented 9 years ago

when running maltrieve.py from ubuntu 14.04 (2.7.6 python, all dependencies and the like from requirements, etc.).

I am executing the following command: 'python maltrieve.py -d ../somepath/ -l ../somepath/somelog -s'

I get the following dump after a few minutes of maltrieve churning:

Processing source URLs Completed source processing Traceback (most recent call last): File "maltrieve.py", line 514, in main() File "maltrieve.py", line 487, in main malware_urls.update(source_urlsresponse.url) KeyError: u'http://vxvault.net//URL_List.php'

krmaxwell commented 9 years ago

This was fixed in f969a5f which I've just merged to master. Please update to the newest code - that should do it.

jwils0n0x commented 9 years ago

Confirmed fixed for me. Thanks!

krmaxwell commented 9 years ago

Thanks for the reminder!