An unhandled error has occurred.
Reload
X
UIZFORGE
Exams
Pricing
Career Paths
Resources
EN
Login
Sign Up
1
/ 5
Beginner
sudo -l output for the current user shows: "(root) NOPASSWD: /usr/bin/find". You want to escalate to a root shell. Which technique is canonical for this configuration, and which resource catalogs the exact command syntax?
LOLBAS is the catalog for Linux NOPASSWD escapes
GTFOBins -- catalogs Sudo/SUID/Capability escape one-liners. For find: sudo find . -exec /bin/sh \; -quit
Metasploit's exploit/linux/local/sudo
Recompile sudo with verbose flag
AI Tutor
Stuck? Get a hint