From 6e1ef9e5086813ecafb8c260cfb7d8774369ee99 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Thu, 2 Dec 2010 21:37:22 +0000 Subject: [PATCH] Module display and entry details altered. This change should have no functional impact. git-svn-id: https://beef.googlecode.com/svn/trunk@589 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/commands/host/iphone_skype/iphone_skype.rb | 8 +++++--- modules/commands/host/iphone_tel/iphone_tel.rb | 9 ++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/modules/commands/host/iphone_skype/iphone_skype.rb b/modules/commands/host/iphone_skype/iphone_skype.rb index 7f015703d..d2c975a5e 100644 --- a/modules/commands/host/iphone_skype/iphone_skype.rb +++ b/modules/commands/host/iphone_skype/iphone_skype.rb @@ -11,13 +11,15 @@ class Iphone_skype < BeEF::Command def initialize super({ 'Name' => 'iPhone Skype URL', - 'Description' => 'Utilise Nitesh Dhanjani\'s Insecure Handling of URL Schemes in iOS to try and make the browser execute a skype call', + 'Description' => 'This module will force the browser to attempt a skype call. It will exploit the insecure handling of URL schemes in iOS
+
+ The protocol handler used will be: skype', 'Category' => 'Host', - 'Author' => 'xntrik', + 'Author' => 'xntrik, Nitesh Dhanjani', 'Data' => [ [ 'name' => 'tel_num', - 'ui_label'=>'Skype Number', + 'ui_label'=>'Number', 'value' =>'5551234', 'width' => '200px' ], diff --git a/modules/commands/host/iphone_tel/iphone_tel.rb b/modules/commands/host/iphone_tel/iphone_tel.rb index c3883fe00..493141819 100644 --- a/modules/commands/host/iphone_tel/iphone_tel.rb +++ b/modules/commands/host/iphone_tel/iphone_tel.rb @@ -11,13 +11,16 @@ class Iphone_tel < BeEF::Command def initialize super({ 'Name' => 'iPhone Telephone URL', - 'Description' => 'Utilise Nitesh Dhanjani\'s Insecure Handling of URL Schemes in iOS to try and make the browser execute a phone call', + 'Description' => 'This module will force the browser to attempt a skype + call. It will exploit the insecure handling of URL schemes in iOS.
+
+ The protocol handler used will be: tel', 'Category' => 'Host', - 'Author' => 'xntrik', + 'Author' => 'xntrik, Nitesh Dhanjani', 'Data' => [ [ 'name' => 'tel_num', - 'ui_label'=>'Telephone Number', + 'ui_label'=>'Number', 'value' =>'5551234', 'width' => '200px' ],