1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add hd.md

This commit is contained in:
Andrea Cardaci 2020-03-17 14:37:38 +01:00
parent 4e22118f35
commit 696b9aa173

16
_gtfobins/hd.md Normal file
View File

@ -0,0 +1,16 @@
---
description: The output is actually an hex dump.
functions:
file-read:
- code: |
LFILE=file_to_read
hd "$LFILE"
suid:
- code: |
LFILE=file_to_read
./hd "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo hd "$LFILE"
---