Create ksshell.md

master
bcoles 2020-03-15 17:28:44 +11:00 committed by Andrea Cardaci
parent bbb7db7d63
commit da60e6e253
1 changed files with 17 additions and 0 deletions

17
_gtfobins/ksshell.md Normal file
View File

@ -0,0 +1,17 @@
---
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
---