Minor updates to PhoneGap modules:
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
This commit is contained in:
@@ -5,7 +5,7 @@ class Detect < BeEF::Core::Command
|
||||
|
||||
def post_execute
|
||||
content = {}
|
||||
content['phonegap_version'] = @datastore['phonegap_version']
|
||||
content['phonegap'] = @datastore['phonegap']
|
||||
save content
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user