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'
],