mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +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: |
|
- code: |
|
||||||
TERM= sudo -E more /etc/profile
|
TERM= sudo -E more /etc/profile
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
suid-limited:
|
suid-enabled:
|
||||||
- code: |
|
- code: |
|
||||||
TERM= ./more /etc/profile
|
./more file_to_read
|
||||||
!/bin/sh
|
|
||||||
file-read:
|
file-read:
|
||||||
- code: |
|
- code: |
|
||||||
more file_to_read
|
more file_to_read
|
||||||
|
Loading…
Reference in New Issue
Block a user