Implemented info/options retrieval for a specific module throught the REST API

This commit is contained in:
antisnatchor
2012-03-13 17:18:13 +01:00
parent 434f9f8e43
commit c3a611d12e
2 changed files with 14 additions and 8 deletions
-5
View File
@@ -67,11 +67,6 @@ module BeEF
if class_symbol and class_symbol.respond_to?(:options)
return class_symbol.options
end
#TODO: do we really need to print this info? At then modules with no options are common,
# so I guess we shouldn't print this info even in debug mode
# else
# print_debug "Module '#{mod}', no options method defined"
# end
end
return []
end