diff --git a/_gtfobins/alpine.md b/_gtfobins/alpine.md new file mode 100644 index 0000000..2db4244 --- /dev/null +++ b/_gtfobins/alpine.md @@ -0,0 +1,16 @@ +--- +description: The file is displayed in the `alpine` curses terminal interface. Other options might be available, for example by pressing `S` is possible to save the file content elsewhere. +functions: + file-read: + - code: | + LFILE=file_to_read + alpine -F "$LFILE" + suid: + - code: | + LFILE=file_to_read + ./alpine -F "$LFILE" + sudo: + - code: | + LFILE=file_to_read + sudo alpine -F "$LFILE" +---