tomchop / malcom

Malcom - Malware Communications Analyzer
Other
1.16k stars 215 forks source link

errors on startup #53

Open scalefree opened 9 years ago

scalefree commented 9 years ago

I installed Malcom as a Docker container in a new, stock Ubuntu 14.04 VM (& also from github, same result). When I try to run it using the syntax from the Docker part of the README.md (docker run -p 8080:8080 -d --name malcom tomchop/malcom-automatic (I also tried tomchop/malcom, same result)) I get this set of errors:

Detected interfaces: eth0: 172.17.0.3 WARNING: Failed to execute tcpdump. Check it is installed and in the PATH WARNING: No route found for IPv6 destination :: (no default route?) [+] Starting sniffer... [+] Successfully loaded sniffer directory: /opt/malcom/Malcom/sniffer/captures [+] Starting TLS proxy on port 9000 Traceback (most recent call last): File "./malcom.py", line 79, in setup.sniffer_engine = netsniffer.SnifferEngine(setup) File "/opt/malcom/Malcom/sniffer/netsniffer.py", line 51, in init self.model = Model(self.setup) File "/opt/malcom/Malcom/model/model.py", line 46, in init read_preference=read_pref[db_setup.get('READ_PREF', 'PRIMARY')]) File "/usr/local/lib/python2.7/dist-packages/pymongo/mongo_client.py", line 377, in init raise ConnectionFailure(str(e)) pymongo.errors.ConnectionFailure: [Errno 111] Connection refused

sbilly commented 9 years ago

===== Malcom 1.3a - Malware Communications Analyzer =====

Traceback (most recent call last): File "./malcom.py", line 59, in setup.load_config(args) File "/opt/malcom/Malcom/config/malconf.py", line 15, in load_config self.parse_command_line(args) File "/opt/malcom/Malcom/config/malconf.py", line 34, in parse_command_line self.parse_config_file(args.config) File "/opt/malcom/Malcom/config/malconf.py", line 65, in parse_config_file self['SKIP_WHITELISTED'] = config.getboolean('analytics', 'skip_whitelisted') File "/usr/lib/python2.7/ConfigParser.py", line 368, in getboolean v = self.get(section, option) File "/usr/lib/python2.7/ConfigParser.py", line 618, in get raise NoOptionError(option, section) ConfigParser.NoOptionError: No option 'skip_whitelisted' in section: 'analytics'

tomchop commented 9 years ago

@sbilly: Should be fixed in f2ba3cbf5805f9f0f657cb3a6e1c6a417c465d93 @scalefree: this means that the mongodb daemon is not running. Are you still getting the same error with latest commit?

tomchop commented 9 years ago

Any news on this?

f1b3ropt1k commented 9 years ago

sorry have not had a chance to revisit it. Been traveling and just generally busy :)

On Tue, Aug 25, 2015 at 9:53 PM, Thomas Chopitea notifications@github.com wrote:

Any news on this?

— Reply to this email directly or view it on GitHub https://github.com/tomchop/malcom/issues/53#issuecomment-134700572.