class Get_all_cookies < BeEF::Core::Command
def self.options
[
{ 'name' => 'url', 'ui_label' => 'Domain (e.g. http://facebook.com)', 'value' => 'default_all' }
]
end
def post_execute
content = {}
content['Return'] = @datastore['return']
save content
end
end