1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-10-18 05:18:13 +02:00

Add directory listing to diff

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Louis Wolfers 2022-03-20 11:56:53 +01:00 committed by GitHub
parent cdc61b9ff8
commit b18f5f82b0
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,11 @@ functions:
- code: |
LFILE=file_to_read
diff --line-format=%L /dev/null $LFILE
- description: This lists the content of a directory. `$TF` can be any directory, but for convenience it is better to use an empty directory to avoid noise output.
code: |
LFOLDER=folder_to_list
TF=$(mktemp -d)
diff --recursive $TF $LFOLDER
suid:
- code: |
LFILE=file_to_read