mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Fix SUID for less and pg
This commit is contained in:
parent
38a5860d48
commit
1bff7d1525
@ -19,7 +19,5 @@ functions:
|
||||
sudo less /etc/profile
|
||||
!/bin/sh
|
||||
suid-enabled:
|
||||
- code: |
|
||||
./less file_to_read
|
||||
!/bin/sh
|
||||
- code: ./less file_to_read
|
||||
---
|
||||
|
@ -11,8 +11,5 @@ functions:
|
||||
sudo pg /etc/profile
|
||||
!/bin/sh
|
||||
suid-enabled:
|
||||
- description:
|
||||
code: |
|
||||
./pg file_to_read
|
||||
!/bin/sh
|
||||
- code: ./pg file_to_read
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user