Files
metasploit-gs/plugins
Jeffrey Martin f779f0f482 consolidate the config directory lookups
The user configuration directory can be overridden via environment
variables or configuration files.

In the current implementation `Msf::Config.config_directory` should be
utilized for consistent location reporting. `Msf::Config.get_config_root`
is reserved to generation of a default location and should be considered
`private` as it ignores some injected configuration options. Currently
autoloading does not allow application of the `private` keyword to this method,
requiring guidance during development that module writers should access the
full configured `user` value of `Msf::Config.config_directory`.
2022-07-25 15:27:21 -05:00
..
2016-02-02 14:36:51 -06:00
2019-03-21 17:37:05 +08:00
2016-08-10 13:30:09 -05:00
2020-04-16 12:31:36 -04:00
2018-03-02 15:59:50 +01:00
2017-07-24 06:26:21 -07:00
2017-07-24 17:26:39 -05:00
2016-04-21 00:47:07 -04:00
2017-07-24 06:26:21 -07:00
2020-12-07 10:31:45 +00:00