Files
beef/modules/phonegap/phonegap_detect/module.rb
2012-02-18 10:06:47 +08:00

13 lines
176 B
Ruby

# phonegap
#
class Phonegap_detect < BeEF::Core::Command
def post_execute
content = {}
content['phonegap'] = @datastore['phonegap']
save content
end
end