mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
14 lines
230 B
Markdown
14 lines
230 B
Markdown
---
|
|
functions:
|
|
execute-interactive:
|
|
- code: ash
|
|
file-write:
|
|
- code: |
|
|
export LFILE=file_to_write
|
|
ash -c 'echo data > $LFILE'
|
|
suid-enabled:
|
|
- code: "./ash"
|
|
sudo-enabled:
|
|
- code: sudo ash
|
|
---
|