GTFOBins.github.io/_gtfobins/ksshell.md

18 lines
440 B
Markdown
Raw Permalink Normal View History

2020-03-15 07:28:44 +01:00
---
description: |
Each line is corrupted by a prefix string. Also consider that lines are actually parsed as `kickstart` scripts thus some file contents may lead to unexpected results.
functions:
file-read:
- code: |
LFILE=file_to_read
ksshell -i $LFILE
suid:
- code: |
LFILE=file_to_read
./ksshell -i $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo ksshell -i $LFILE
---