diff --git a/_gtfobins/eqn.md b/_gtfobins/eqn.md new file mode 100644 index 0000000..7f3ca5b --- /dev/null +++ b/_gtfobins/eqn.md @@ -0,0 +1,16 @@ +--- +description: The content is actually parsed and corrupted by the command, thus it may not be suitable for arbitrary files. +functions: + file-read: + - code: | + LFILE=file_to_read + eqn "$LFILE" + suid: + - code: | + LFILE=file_to_read + ./eqn "$LFILE" + sudo: + - code: | + LFILE=file_to_read + sudo eqn "$LFILE" +---