Skip to content

Commit 16b7c77

Browse files
committed
satisfying travis
1 parent a8ab7b0 commit 16b7c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/bassmaster_js_injection.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MetasploitModule < Msf::Exploit::Remote
1010

1111
def initialize(info = {})
1212
super(update_info(info,
13-
'Name' => 'Bassmaster batch Arbitrary JavaScript Injection Remote Code Execution',
13+
'Name' => 'Bassmaster Batch Arbitrary JavaScript Injection Remote Code Execution',
1414
'Description' => %q{
1515
This module exploits an un-authenticated code injection vulnerability in the bassmaster
1616
nodejs plugin for hapi. The vulnerability is within the batch endpoint and allows an
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
'Author' =>
2222
[
2323
'mr_me <[email protected]>', # msf
24-
'Jarda Kotěšovec' # original bug finder
24+
'Jarda Kotesovec' # original bug finder
2525
],
2626
'References' =>
2727
[

0 commit comments

Comments
 (0)