Land #10834, For real this time

Merge branch 'land-10834' into upstream-master
GSoC/Meterpreter_Web_Console
bwatters-r7 2018-11-02 14:35:00 -05:00
commit 4ac9fe5c9f
No known key found for this signature in database
GPG Key ID: ECC0F0A52E65F268
1 changed files with 9 additions and 9 deletions

View File

@ -12,15 +12,15 @@ module MetasploitModule
def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows MessageBox x64',
'Description' => 'Spawn a dialog via MessageBox using a customizable title, text & icon',
'Author' => [
'pasta <jaguinaga[at]infobytesec.com>'
],
'License' => GPL_LICENSE,
'Platform' => 'win',
'Arch' => ARCH_X64)
)
'Name' => 'Windows MessageBox x64',
'Description' => 'Spawn a dialog via MessageBox using a customizable title, text & icon',
'Author' => [
'pasta <jaguinaga[at]infobytesec.com>'
],
'License' => GPL_LICENSE,
'Platform' => 'win',
'Arch' => ARCH_X64
))
icon_opts = ['NO', 'ERROR', 'INFORMATION', 'WARNING', 'QUESTION']
register_options(