Skip to content
PT0-003
Attacks and Exploits
hard
Question 12 of 34

A penetration tester has gained initial access to a Linux system and wants to escalate privileges. Running sudo -l reveals the following:\n\n
\nUser pentest may run the following commands on target:\n    (ALL) NOPASSWD: /usr/bin/find\n
\n\nWhich command would MOST likely achieve privilege escalation using this sudo permission?

Asudo find / -name "*.conf"
Bsudo find /etc -exec /bin/bash -p \\; -quit
Csudo find / -type f -perm -4000
Dsudo find /tmp -writable

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion