mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Replace more suid-limited execution with a suid-enabled read example
This commit is contained in:
parent
7fa5b1e16e
commit
50ffed4210
@ -8,10 +8,9 @@ functions:
|
||||
- code: |
|
||||
TERM= sudo -E more /etc/profile
|
||||
!/bin/sh
|
||||
suid-limited:
|
||||
suid-enabled:
|
||||
- code: |
|
||||
TERM= ./more /etc/profile
|
||||
!/bin/sh
|
||||
./more file_to_read
|
||||
file-read:
|
||||
- code: |
|
||||
more file_to_read
|
||||
|
Loading…
Reference in New Issue
Block a user