File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ def initialize(info = {})
15
15
super ( update_info ( info ,
16
16
'Name' => 'Oracle Demantra Arbitrary File Retrieval with Authentication Bypass' ,
17
17
'Description' => %q{
18
- This module exploits a file downlad vulnerability found in Oracle Demantra 12.2.1 in combination with an authentication bypass.
19
- This way an unauthenticated user can retreive any file on the system by referencing the full file path to any file a vulnerable machine.
18
+ This module exploits a file downlad vulnerability found in Oracle Demantra 12.2.1 in
19
+ combination with an authentication bypass. This way an unauthenticated user can retreive
20
+ any file on the system by referencing the full file path to any file a vulnerable machine.
20
21
} ,
21
22
'References' =>
22
23
[
You can’t perform that action at this time.
0 commit comments