class Ajax_fingerprint < BeEF::Core::Command
def post_execute
content = {}
content['script_urls'] = @datastore['script_urls'] unless @datastore['script_urls'].nil?
content['fail'] = 'Failed to fingerprint ajax.' if content.empty?
save content
end
end