From 894326d0ac0daf4cd9396343b5dddfa682081400 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sat, 21 Oct 2023 13:43:34 +0200 Subject: [PATCH] Update minicom.md --- _gtfobins/minicom.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/_gtfobins/minicom.md b/_gtfobins/minicom.md index 29ad03a..222d924 100644 --- a/_gtfobins/minicom.md +++ b/_gtfobins/minicom.md @@ -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 ---