Skip to content

errors on startup #53

@scalefree

Description

@scalefree

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions