File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class MetasploitModule < Msf::Exploit::Remote
10
10
11
11
def initialize ( info = { } )
12
12
super ( update_info ( info ,
13
- 'Name' => 'Bassmaster batch Arbitrary JavaScript Injection Remote Code Execution' ,
13
+ 'Name' => 'Bassmaster Batch Arbitrary JavaScript Injection Remote Code Execution' ,
14
14
'Description' => %q{
15
15
This module exploits an un-authenticated code injection vulnerability in the bassmaster
16
16
nodejs plugin for hapi. The vulnerability is within the batch endpoint and allows an
@@ -21,7 +21,7 @@ def initialize(info = {})
21
21
'Author' =>
22
22
[
23
23
'mr_me <[email protected] >' , # msf
24
- 'Jarda Kotěšovec ' # original bug finder
24
+ 'Jarda Kotesovec ' # original bug finder
25
25
] ,
26
26
'References' =>
27
27
[
You can’t perform that action at this time.
0 commit comments