mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
More work #329
git-svn-id: https://beef.googlecode.com/svn/trunk@1108 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -31,6 +31,7 @@ module Module
|
||||
return (self.is_enabled(mod) and BeEF::Core::Configuration.instance.get('beef.module.'+mod.to_s+'.loaded') == true)
|
||||
end
|
||||
|
||||
# Gets all module options
|
||||
def self.get_options(mod)
|
||||
begin
|
||||
class_name = BeEF::Core::Configuration.instance.get("beef.module.#{mod}.class")
|
||||
|
||||
Reference in New Issue
Block a user