Skip to content

Instantly share code, notes, and snippets.

View Zeg0's full-sized avatar

Zeg0

View GitHub Profile
@PSJoshi
PSJoshi / rbash-escape.md
Last active January 7, 2024 20:40
Escape from rbash to bash shell

Change rbash to bash

psj@ubuntu:~$ ssh psj@server_name-t "bash --noprofile"

List available commands:

$ compgen -c 

Essentially you need to do the following: