Skip to content

Commit 814cdb3

Browse files
committed
fix typo
1 parent 39243fc commit 814cdb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/auxiliary/gather/onedev_arbitrary_file_read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If there is no information about existing projects:
4040

4141
### PROJECT_NAME
4242
A valid OneDev project name is required to exploit the vulnerability. If anonymous access is enabled on the OneDev server,
43-
any visitor can see the existing projects, and colllect a valid project name. On the other hand, if anonymous access is disabled,
43+
any visitor can see the existing projects, and collect a valid project name. On the other hand, if anonymous access is disabled,
4444
the user needs to have previous knowledge of a valid project name or use the `PROJECT_NAMES_FILE` option to find one through brute force.
4545

4646
### PROJECT_NAMES_FILE
@@ -49,7 +49,7 @@ the module will verify whether a given project exists for each word.
4949

5050

5151
### TARGETFILE
52-
Absolule file path of the target file to be retrieved from the OneDev server. Set as `/etc/passwd` by default.
52+
Absolute file path of the target file to be retrieved from the OneDev server. Set as `/etc/passwd` by default.
5353

5454
### STORE_LOOT
5555
If set as `true`, the target file contents will be stored as loot. Set as `false` by default.

0 commit comments

Comments
 (0)