mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Update minicom.md
This commit is contained in:
parent
6f0af49942
commit
894326d0ac
@ -1,8 +1,13 @@
|
|||||||
---
|
---
|
||||||
description: Minicom must be open on a valid port, curses interface open
|
|
||||||
functions:
|
functions:
|
||||||
shell:
|
shell:
|
||||||
- description: |
|
- description: |
|
||||||
Press `Ctrl+A O`, select `Filenames and paths`, press `E`, and write the shell to execute (e.g. `/bin/sh`). Exit out of the menus.
|
Start the following command to open the TUI interface, then:
|
||||||
Now press `Ctrl+A K` and your shell will start.
|
1. press `Ctrl-A o` and select `Filenames and paths`;
|
||||||
|
2. press `E` and type `/bin/sh`;
|
||||||
|
3. Press `Esc` twice;
|
||||||
|
4. Press `Ctrl-A k` to drop the shell.
|
||||||
|
After the shell, exit with `Ctrl-A x`. Note that in some versions, `Meta-Z` is used in place of `Ctrl-A`.
|
||||||
|
code: |
|
||||||
|
minicom -D /dev/null
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user