1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/alpine.md

17 lines
447 B
Markdown
Raw Normal View History

---
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"
---