Files
beef/modules/persistence/invisible_htmlfile_activex/module.rb
2017-02-21 14:37:19 +00:00

11 lines
309 B
Ruby

#
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Invisible_htmlfile_activex < BeEF::Core::Command
def post_execute
save({'result' => @datastore['result']})
end
end