Skip to content

Commit 31dfae3

Browse files
committed
Follow the 100 columns per line guideline
1 parent de242ec commit 31dfae3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/auxiliary/scanner/http/oracle_demantra_file_retrieval.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'Oracle Demantra Arbitrary File Retrieval with Authentication Bypass',
1717
'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.
2021
},
2122
'References' =>
2223
[

0 commit comments

Comments
 (0)