1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 16:26:01 +02:00

Fix check_log

This commit is contained in:
Andrea Cardaci 2020-12-20 19:53:16 +01:00
parent ee8cce63f9
commit 4b2100bfae

View File

@ -11,12 +11,11 @@ functions:
file-write:
- code: |
LFILE=file_to_write
INPUT=output_file
INPUT=input_file
check_log -F $INPUT -O $LFILE
sudo:
- code: |
LFILE=file_to_write
INPUT=output_file
umask 022
INPUT=input_file
sudo check_log -F $INPUT -O $LFILE
---