class Mozilla_nsiprocess_interface < BeEF::Core::Command
def self.options
[
{ 'name' => 'command_str', 'ui_label' => 'Windows Command', 'value' => 'ping localhost' }
]
end
def post_execute
content = {}
content['result'] = @datastore['result']
save content
end
end