hammackj / risu

Risu is Nessus parser, that converts the generated reports into a ActiveRecord database, this allows for easy report generation and vulnerability verification.
http://hammackj.github.io/risu
MIT License
63 stars 20 forks source link

multiple configuration files #10

Closed ebdavison closed 13 years ago

ebdavison commented 13 years ago

I see clearly how to create the database.yml file that can be edited for use. I do not see a way to specify the name of the config/yml file in the program options. It would be useful to have multiple config files, one for each VA/scan that one is working with. That way you could have a DB for each one without mixing the results of multiple runs or clients.

hammackj commented 13 years ago

I will add a feature to specify the the config file on the command line

hammackj commented 13 years ago

This is currently added to 1.3. It is not fully tested at the moment. The default is ./nessusdb.cfg you can name the file whatever have have nessusdb use it with the --config-file command line option on the 1.3 binary. let me know if you have any more questions about this.

ebdavison commented 13 years ago

Sounds good; I will test it. Still a question though outstanding on other tickets on how to get the current 1.3 source. 'git pull' says I am current on 1.3 but do not seem to be getting the 1.3 files and templates.