mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +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`.
|
||||
code: |
|
||||
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:
|
||||
- description: |
|
||||
Start the following command to open the TUI interface, then:
|
||||
@ -31,12 +38,4 @@ functions:
|
||||
After the shell, exit with `Ctrl-A x`.
|
||||
code: |
|
||||
./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