1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/mosh-server
2026-01-19 01:49:04 +01:00

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`.
...