mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
8a1a5259c0
o Fixed bug in the Detect PhoneGap module o No longer fails to return if PhoneGap is not present o Some minor module name and description updates
13 lines
167 B
Ruby
13 lines
167 B
Ruby
# phonegap
|
|
#
|
|
|
|
class Detect < BeEF::Core::Command
|
|
|
|
def post_execute
|
|
content = {}
|
|
content['phonegap'] = @datastore['phonegap']
|
|
save content
|
|
end
|
|
|
|
end
|