1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00

Update minicom.md

This commit is contained in:
Andrea Cardaci 2023-10-21 13:43:34 +02:00
parent 6f0af49942
commit 894326d0ac

View File

@ -1,8 +1,13 @@
---
description: Minicom must be open on a valid port, curses interface open
functions:
shell:
- 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.
Now press `Ctrl+A K` and your shell will start.
Start the following command to open the TUI interface, then:
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
---