mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 22:46:19 +01:00
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
---
|
|
functions:
|
|
inherit:
|
|
- code: |-
|
|
echo '...' >Vagrantfile
|
|
vagrant up
|
|
comment: |-
|
|
This allows to run Ruby code (`...`).
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
from: ruby
|
|
...
|