Skip to content

Commit 7d3a6dd

Browse files
roman-muellercyrus-and
authored andcommitted
Add journalctl
1 parent 9514d41 commit 7d3a6dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_gtfobins/journalctl.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: This might not work if run by unprivileged users depending on the system configuration.
3+
functions:
4+
execute-interactive:
5+
- code: |
6+
journalctl
7+
!/bin/sh
8+
sudo-enabled:
9+
- code: |
10+
sudo journalctl
11+
!/bin/sh
12+
---

0 commit comments

Comments
 (0)