From 6f0af499428d9c773d43c156dceaa33b47fb3d0c Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Thu, 8 Jun 2023 20:29:20 +0200 Subject: [PATCH] Create minicom.md --- _gtfobins/minicom.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _gtfobins/minicom.md diff --git a/_gtfobins/minicom.md b/_gtfobins/minicom.md new file mode 100644 index 0000000..29ad03a --- /dev/null +++ b/_gtfobins/minicom.md @@ -0,0 +1,8 @@ +--- +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. +---