satisfying travis
parent
a8ab7b09b0
commit
16b7c77851
|
@ -10,7 +10,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
|
||||
def initialize(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{
|
||||
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
|
||||
|
@ -21,7 +21,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'Author' =>
|
||||
[
|
||||
'mr_me <mr_me@offensive-security.com>', # msf
|
||||
'Jarda Kotěšovec' # original bug finder
|
||||
'Jarda Kotesovec' # original bug finder
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue