mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-09-21 15:49:28 +02:00
Fix YAMLs according to YAMLlint
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
---
|
||||
description: 'The read file content is corrupted by a leading space added to each
|
||||
line.
|
||||
|
||||
'
|
||||
description: The read file content is corrupted by a leading space added to each line.
|
||||
functions:
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
nl -bn -w1 -s '' $LFILE
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
nl -bn -w1 -s '' $LFILE
|
||||
suid-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./nl -bn -w1 -s '' $LFILE
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./nl -bn -w1 -s '' $LFILE
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo nl -bn -w1 -s '' $LFILE
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo nl -bn -w1 -s '' $LFILE
|
||||
---
|
||||
|
Reference in New Issue
Block a user