Closed jwils0n0x closed 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'
This was fixed in f969a5f which I've just merged to master. Please update to the newest code - that should do it.
Confirmed fixed for me. Thanks!
Thanks for the reminder!
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'