mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Improve and document dmesg file read
This commit is contained in:
parent
32887085bf
commit
2e6fa047e9
@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
file-read:
|
file-read:
|
||||||
- code: |
|
- description: This is not suitable for binary files.
|
||||||
|
code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
dmesg -F "$LFILE"
|
dmesg -rF "$LFILE"
|
||||||
shell:
|
shell:
|
||||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||||
code: |
|
code: |
|
||||||
|
Loading…
Reference in New Issue
Block a user