Skip to content

Commit f47018f

Browse files
committed
remove 4 space indents in options
1 parent 8a0a592 commit f47018f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ddev launch
7676
The module has the following option:
7777

7878
- **ASSET_ID**: This option is required for older versions of Craft CMS, particularly in the 3.x series.
79-
It specifies the asset ID for the Craft CMS instance. For 3.x versions, this ID must be set correctly to exploit the vulnerability.
79+
It specifies the asset ID for the Craft CMS instance. For 3.x versions, this ID must be set correctly to exploit the vulnerability.
8080

8181
For example, if you are targeting a Craft CMS version from the `>= 3.0.0`, `< 3.9.14`, make sure to specify the correct `ASSET_ID`.
8282
This is necessary for successful exploitation when dealing with these versions.

documentation/modules/exploit/linux/local/cve_2021_3493_overlayfs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ The binaries used by this exploit `data/exploits/CVE-2021-3493/cve_2021_3493.x64
9191
`data/exploits/CVE-2021-3493/cve_2021_3493.x64.elf` can and be used separately from
9292
metasploit. The parameters required are:
9393
```
94-
// argv[1] = The payload or executable you wish to launch
95-
// argv[2] = A directory to store the files and directories created when the exploit runs
96-
// argv[3] = A random string that is used to create directory names.
94+
// argv[1] = The payload or executable you wish to launch
95+
// argv[2] = A directory to store the files and directories created when the exploit runs
96+
// argv[3] = A random string that is used to create directory names.
9797
```
9898
```
9999
msfuser@ubuntu-18041:~$ id

documentation/modules/exploit/osx/persistence/launch_plist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ Process 2138 created.
111111
Channel 8 created.
112112
launchctl load -w /Users/macos/Library/LaunchAgents/com.system.update.plist
113113
[*] Meterpreter session 5 opened (111.111.1.111:4444 -> 222.22.2.2:49157) at 2025-02-19 19:11:23 -0500
114-
```
114+
```

documentation/modules/exploit/windows/http/smartermail_rce.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Set Admin username and password to be `admin:admin` (or anything arbitrary) if p
5656

5757
### TARGET (Required)
5858

59-
0. Target 0 (default) - Windows Command uses a default PowerShell payload to execute
60-
code and open a Meterpreter session. However, any desired payload can be chosen. Choose with `set TARGET 0`.
61-
1. Target 1 - x86/x64 Windows CmdStager uses a CmdStager with default `vbs` stager flavor to execute code
62-
and open a Meterpreter session. Choose with `set TARGET 1`.
59+
0. Target 0 (default) - Windows Command uses a default PowerShell payload to execute
60+
code and open a Meterpreter session. However, any desired payload can be chosen. Choose with `set TARGET 0`.
61+
1. Target 1 - x86/x64 Windows CmdStager uses a CmdStager with default `vbs` stager flavor to execute code
62+
and open a Meterpreter session. Choose with `set TARGET 1`.
6363

6464
### ENDPOINT (Required)
6565

0 commit comments

Comments
 (0)