From bd2b0023141547fc1c529a1f51628917950898c0 Mon Sep 17 00:00:00 2001 From: bcoles Date: Mon, 7 Jan 2013 05:17:55 +1030 Subject: [PATCH] Fix a few typos --- extensions/evasion/config.yaml | 2 +- modules/browser/avant_steal_history/module.rb | 2 +- modules/phonegap/phonegap_check_connection/config.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/evasion/config.yaml b/extensions/evasion/config.yaml index 06a1b803d..8ba097941 100644 --- a/extensions/evasion/config.yaml +++ b/extensions/evasion/config.yaml @@ -9,7 +9,7 @@ beef: enable: true name: 'Evasion' 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_cookies: true scramble: diff --git a/modules/browser/avant_steal_history/module.rb b/modules/browser/avant_steal_history/module.rb index 7a819fa5e..1d0692b76 100644 --- a/modules/browser/avant_steal_history/module.rb +++ b/modules/browser/avant_steal_history/module.rb @@ -21,7 +21,7 @@ class Avant_steal_history < BeEF::Core::Command 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 diff --git a/modules/phonegap/phonegap_check_connection/config.yaml b/modules/phonegap/phonegap_check_connection/config.yaml index d7f286e08..ab6256e52 100644 --- a/modules/phonegap/phonegap_check_connection/config.yaml +++ b/modules/phonegap/phonegap_check_connection/config.yaml @@ -10,8 +10,8 @@ beef: phonegap_check_connection: enable: true category: "Phonegap" - name: "Check connection" - description: "Find out connection type e.g. Wifi, 3G.." + name: "Check Connection" + description: "Find out the network connection type e.g. Wifi, 3G." authors: ["mh"] target: working: ["All"]