Files
beef/modules/misc/local_file_theft/module.rb
2012-01-20 23:14:38 +13:00

14 lines
225 B
Ruby

# local_file_theft
#
# Shamelessly plagurised from kos.io/xsspwn
class Local_file_theft < BeEF::Core::Command
def post_execute
content = {}
content['result'] = @datastore['result']
save content
end
end