Fix a few typos

This commit is contained in:
bcoles
2013-01-07 05:17:55 +10:30
parent 15eb6a4b07
commit bd2b002314
3 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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"]