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:
@@ -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'
|
||||
],
|
||||
|
||||
@@ -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'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user