git-svn-id: https://beef.googlecode.com/svn/trunk@1108 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
scotty.b.brown@gmail.com
2011-07-26 10:51:58 +00:00
parent b8a879915a
commit 98a0f50e93
3 changed files with 19 additions and 26 deletions
+1
View File
@@ -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")