krmaxwell / maltrieve

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

File "maltrieve.py", line 171 #47

Closed mlawsonis closed 10 years ago

mlawsonis commented 10 years ago

Hi, any help would be great.

I just pulled down a new build today and when I run the following command.

"sudo python maltrieve.py"

I get the follow error

File "maltrieve.py", line 171 global config = ConfigParser.ConfigParser() ^ SyntaxError: invalid syntax

I'm running on Ubuntu 1404 LTS Desktop my install process is

sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev python-dev python-lxml sudo apt-get install python-pip sudo pip install beautifulsoup4 sudo apt-get install git-core sudo git clone https://github.com/technoskald/maltrieve.git

Thank you,

krmaxwell commented 10 years ago

Duplicate of #46 (but thanks for the report!!)