krmaxwell / maltrieve

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

First execution dropped an AttributeError #141

Closed eldraco closed 9 years ago

eldraco commented 9 years ago

After installing all the dependencies, first execution on debian 32bits, non-privileged user. commit 857508aa8556fbafc8112295599f5903e990e871

./maltrieve.py Processing source URLs Completed source processing Traceback (most recent call last): File "./maltrieve.py", line 512, in main() File "./maltrieve.py", line 487, in main if cfg.inputfile: AttributeError: 'config' object has no attribute 'inputfile'

krmaxwell commented 9 years ago

repro'ed

krmaxwell commented 9 years ago

@eldraco Can you try this hotfix and let me know if it works for you? Thanks for the report!

eldraco commented 9 years ago

Perfect! thanks a lot. Now is working.