mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
Implemented info/options retrieval for a specific module throught the REST API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user