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
This commit is contained in:
wade@bindshell.net
2010-12-02 21:37:22 +00:00
parent b4f6c7f263
commit 6e1ef9e508
2 changed files with 11 additions and 6 deletions

View File

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

View File

@@ -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.<br>
<br>
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'
],