Files
beef/modules/browser/detect_software/module.rb
2012-02-18 12:22:17 +13:00

13 lines
197 B
Ruby

# detect software
#
class Detect_software < BeEF::Core::Command
def post_execute
content = {}
content['detect_software'] = @datastore['detect_software']
save content
end
end