mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-09-21 07:39:29 +02:00
Syntax cleanup, removed some non-working SUID entries
This commit is contained in:
@@ -5,13 +5,9 @@ functions:
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
check_cups --extra-opts=@"$LFILE"
|
||||
suid:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./check_cups --extra-opts=@"$LFILE"
|
||||
check_cups --extra-opts=@$LFILE
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo check_cups --extra-opts=@"$LFILE"
|
||||
sudo check_cups --extra-opts=@$LFILE
|
||||
---
|
||||
|
Reference in New Issue
Block a user