mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Fix check_log
This commit is contained in:
parent
ee8cce63f9
commit
4b2100bfae
@ -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
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user