Skip to content

Commit 2d5f10d

Browse files
authored
Merge pull request #20626 from h00die/fix_payload_docs_options
Update payload docs to use modern h3 for options instead of original spec (bold)
2 parents a059f23 + 6cc4465 commit 2d5f10d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/modules/payload/cmd/unix/bind_busybox_telnetd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ with BusyBox telnetd installed.
88

99
## Options
1010

11-
**LOGIN_CMD**
11+
### LOGIN_CMD
1212

1313
The command telnetd will execute on connect. The default value is `/bin/sh`
1414
in order to provide a command shell.
1515

16-
**TelnetdPath**
16+
### TelnetdPath
1717
The path to the telnetd executable on disk. The default value is `telnetd`.
1818

1919
### Advanced
2020

21-
**CommandShellCleanupCommand**
21+
### CommandShellCleanupCommand
2222

2323
The command to run before the session is closed. The default value is
2424
`pkill telnetd` and is used to avoid leaving a persistent command shell

0 commit comments

Comments
 (0)