Fix a few typos
This commit is contained in:
@@ -9,7 +9,7 @@ beef:
|
|||||||
enable: true
|
enable: true
|
||||||
name: 'Evasion'
|
name: 'Evasion'
|
||||||
authors: ["antisnatchor"]
|
authors: ["antisnatchor"]
|
||||||
exclude_core_js: ["lib/jquery-1.5.2.min.js", "lib/json2.js", "lib/jools.min.js","lib/mdetect.js"]
|
exclude_core_js: ["lib/jquery-1.5.2.min.js", "lib/json2.js", "lib/jools.min.js", "lib/mdetect.js"]
|
||||||
scramble_variables: true
|
scramble_variables: true
|
||||||
scramble_cookies: true
|
scramble_cookies: true
|
||||||
scramble:
|
scramble:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class Avant_steal_history < BeEF::Core::Command
|
|||||||
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
{'name' => 'cId', 'ui_label' => 'Command ID:', 'value' => '60003', 'type' => 'textarea', 'width' => '400px', 'height' => '25px' }
|
{'name' => 'cId', 'ui_label' => 'Command ID', 'value' => '60003', 'type' => 'textarea', 'width' => '400px', 'height' => '25px' }
|
||||||
]
|
]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ beef:
|
|||||||
phonegap_check_connection:
|
phonegap_check_connection:
|
||||||
enable: true
|
enable: true
|
||||||
category: "Phonegap"
|
category: "Phonegap"
|
||||||
name: "Check connection"
|
name: "Check Connection"
|
||||||
description: "Find out connection type e.g. Wifi, 3G.."
|
description: "Find out the network connection type e.g. Wifi, 3G."
|
||||||
authors: ["mh"]
|
authors: ["mh"]
|
||||||
target:
|
target:
|
||||||
working: ["All"]
|
working: ["All"]
|
||||||
|
|||||||
Reference in New Issue
Block a user