Skip to content

Commit

Permalink
Add journalctl
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-mueller authored and cyrus-and committed Oct 2, 2018
1 parent 9514d41 commit 7d3a6dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _gtfobins/journalctl.md
Original file line number Diff line number Diff line change
@@ -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
---

0 comments on commit 7d3a6dd

Please sign in to comment.