PT0-002 Tools and Code Analysis • Set 3
PT0-002 Tools and Code Analysis Practice Test 3 — 15 questions with explanations. Free, no signup.
A penetration tester is analyzing a Bash script that uses 'curl' to send HTTP requests with payloads and checks for a specific string in the response. The script contains: 'if echo $response | grep -q "root:x:0:0"'. Which vulnerability is the script most likely testing for?