diff --git a/_gtfobins/rake.md b/_gtfobins/rake.md index cdf5426..cd22692 100644 --- a/_gtfobins/rake.md +++ b/_gtfobins/rake.md @@ -1,5 +1,10 @@ --- 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`' sudo: