File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/auxiliary/admin/http Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ def initialize(info = {})
10
10
'Name' => 'Ulterius Server File Download Vulnerability' ,
11
11
'Description' => %q{
12
12
This module exploits a directory traversal vulnerability in Ulterius Server < v1.9.5.0
13
- to download files from the affected host. A file path is needed to download a file.
14
- Fortunately, Ulterius indexes every file on the system, which can be stored in the
13
+ to download files from the affected host. A valid file path is needed to download a file.
14
+ Fortunately, Ulterius indexes every file on the system, which can be stored in the
15
15
following location:
16
16
17
17
http://ulteriusURL:port/.../fileIndex.db.
18
18
19
- This module can download and parse the fileIndex.db file. There is also an option to
19
+ This module can download and parse the fileIndex.db file. There is also an option to
20
20
download a file using a provided path.
21
21
} ,
22
22
'Author' =>
You can’t perform that action at this time.
0 commit comments