Linux Privilege Escalation Enumeration
If python is available:
python3 -c 'import pty; pty.spawn("/bin/bash")'
Last updated 1 year ago