Skip to content

Commit 589b0f8

Browse files
committed
updated documentation
1 parent 8e62f22 commit 589b0f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/modules/exploit/linux/http/acronis_cyber_infra_cve_2023_45249.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This option is required and is the SSH port (default: 22) to establish a SSH ses
5757
This option is optional and allows the use of your own SSH private key file in PEM format.
5858
Generate your SSH private key with following command `ssh-keygen -t rsa -b 2048 -m PEM -f <your_priv_key>` or
5959
convert your existing SSH private key to PEM format with `ssh-keygen -p -N "" -m PEM -f /path/to/existing/private/key`
60-
If no key is provided, a private SSH key will be generated.
60+
If no key is provided, a SSH private key will be generated for you.
6161

6262
## Scenarios
6363
```msf
@@ -242,4 +242,5 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCauf4JO4xGHWulsoHHOwTXztTvJ4FQz92RTicFIqqH
242242
```
243243

244244
## Limitations
245-
No limitations.
245+
When using your own SSH private key, be aware of the fact that you can not upload the same SSH public key twice via Acronis Web Portal.
246+
Duplicate SSH public keys are not allowed and the exploit will fail if this occurs.

0 commit comments

Comments
 (0)