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

Add journalctl

This commit is contained in:
Roman Mueller 2018-10-01 18:53:58 +02:00 committed by Andrea Cardaci
parent 9514d41a80
commit 7d3a6ddd9d

12
_gtfobins/journalctl.md Normal file
View File

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