Skip to content

Commit 1233bb8

Browse files
committed
msftidy checks
1 parent 1e9e9c9 commit 1233bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/admin/http/ulterius_file_download.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ def initialize(info = {})
1010
'Name' => 'Ulterius Server File Download Vulnerability',
1111
'Description' => %q{
1212
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
1515
following location:
1616
1717
http://ulteriusURL:port/.../fileIndex.db.
1818
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
2020
download a file using a provided path.
2121
},
2222
'Author' =>

0 commit comments

Comments
 (0)