Files
beef/modules/chrome_extensions/inject_beef/module.rb

10 lines
152 B
Ruby
Executable File

class Inject_beef < BeEF::Core::Command
def post_execute
content = {}
content['Return'] = @datastore['return']
save content
end
end