tomchop / malcom

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

Database configuration #40

Closed srilumpa closed 9 years ago

srilumpa commented 9 years ago

Hi,

I have just downloaded malcom to test it but I am unable to launch it simply because:

  1. my database is on another computer than the one I want to run malcom on
  2. I have configured authentication on my MongoDB

I see you have created a _dblocal section in the malcom.conf file but, as my comprehension of the code goes, it does not seem to be used when creating the database sessions (at least in the Model and UserManagement classes)

Are you working on it (since the _dblocal section exists) or would you prefer a pull request?

tomchop commented 9 years ago

I know, I haven't gotten around to implement this yet. A pull request for this feature is more than welcome.