1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 22:46:19 +01:00
GTFOBins.github.io/_gtfobins/vagrant
2026-01-08 21:44:09 +01:00

14 lines
211 B
Plaintext

---
functions:
inherit:
- code: |-
echo '...' >Vagrantfile
vagrant up
comment: |-
This allows to run Ruby code (`...`).
contexts:
sudo:
unprivileged:
from: ruby
...