We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a059f23 + 6cc4465 commit 2d5f10dCopy full SHA for 2d5f10d
documentation/modules/payload/cmd/unix/bind_busybox_telnetd.md
@@ -8,17 +8,17 @@ with BusyBox telnetd installed.
8
9
## Options
10
11
- **LOGIN_CMD**
+### LOGIN_CMD
12
13
The command telnetd will execute on connect. The default value is `/bin/sh`
14
in order to provide a command shell.
15
16
- **TelnetdPath**
+### TelnetdPath
17
The path to the telnetd executable on disk. The default value is `telnetd`.
18
19
### Advanced
20
21
- **CommandShellCleanupCommand**
+### CommandShellCleanupCommand
22
23
The command to run before the session is closed. The default value is
24
`pkill telnetd` and is used to avoid leaving a persistent command shell
0 commit comments