satisfying travis

bug/bundler_fix
mr_me 2016-10-27 13:37:04 -05:00
parent a8ab7b09b0
commit 16b7c77851
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ class MetasploitModule < Msf::Exploit::Remote
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
'Name' => 'Bassmaster batch Arbitrary JavaScript Injection Remote Code Execution', 'Name' => 'Bassmaster Batch Arbitrary JavaScript Injection Remote Code Execution',
'Description' => %q{ 'Description' => %q{
This module exploits an un-authenticated code injection vulnerability in the bassmaster This module exploits an un-authenticated code injection vulnerability in the bassmaster
nodejs plugin for hapi. The vulnerability is within the batch endpoint and allows an nodejs plugin for hapi. The vulnerability is within the batch endpoint and allows an
@ -21,7 +21,7 @@ class MetasploitModule < Msf::Exploit::Remote
'Author' => 'Author' =>
[ [
'mr_me <mr_me@offensive-security.com>', # msf 'mr_me <mr_me@offensive-security.com>', # msf
'Jarda Kotěšovec' # original bug finder 'Jarda Kotesovec' # original bug finder
], ],
'References' => 'References' =>
[ [