mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-26 04:05:40 +02:00
16
_gtfobins/alpine.md
Normal file
16
_gtfobins/alpine.md
Normal file
@@ -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"
|
||||
---
|
Reference in New Issue
Block a user