From 7d3a6ddd9d7f1c074a349a7c82d83eab4de444fc Mon Sep 17 00:00:00 2001 From: Roman Mueller Date: Mon, 1 Oct 2018 18:53:58 +0200 Subject: [PATCH] Add journalctl --- _gtfobins/journalctl.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _gtfobins/journalctl.md diff --git a/_gtfobins/journalctl.md b/_gtfobins/journalctl.md new file mode 100644 index 0000000..c3d7014 --- /dev/null +++ b/_gtfobins/journalctl.md @@ -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 +---