mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add hd.md
This commit is contained in:
parent
4e22118f35
commit
696b9aa173
16
_gtfobins/hd.md
Normal file
16
_gtfobins/hd.md
Normal 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"
|
||||
---
|
Loading…
Reference in New Issue
Block a user