diff --git a/_gtfobins/hd.md b/_gtfobins/hd.md new file mode 100644 index 0000000..96ed69b --- /dev/null +++ b/_gtfobins/hd.md @@ -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" +---