Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors on startup #53

Open
scalefree opened this issue Jul 29, 2015 · 4 comments
Open

errors on startup #53

scalefree opened this issue Jul 29, 2015 · 4 comments

Comments

@scalefree
Copy link

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:

  • Starting database mongodb
    ...done.
    Starting redis-server: redis-server.
    TERM environment variable not set.
    ===== Malcom 1.3a - Malware Communications Analyzer =====

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
Copy link

sbilly commented Aug 8, 2015

===== 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
Copy link
Owner

tomchop commented Aug 10, 2015

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

@tomchop
Copy link
Owner

tomchop commented Aug 25, 2015

Any news on this?

@f1b3ropt1k
Copy link

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
#53 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants