Last Update 19 hours ago Total Questions : 60
The Certified AppSec Practitioner Exam content is now fully updated, with all current exam questions added 19 hours ago. Deciding to include CAP practice exam questions in your study plan goes far beyond basic test preparation.
You'll find that our CAP exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CAP sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified AppSec Practitioner Exam practice test comfortably within the allotted time.
Observe the HTTP request below and identify the vulnerability attempted.
GET /help.php?file=../../../etc/passwd HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Cookie: JSESSIONID=38RB5ECV10785B53AF29816E92E2E50
Te: trailers
Connection: keep-alive
In the context of the infamous log4j vulnerability (CVE-2021-44228), which vulnerability is exploited in the backend to achieve Remote Code Execution?
You found the xmrpc.php endpoint while performing a security assessment on a web application. The target application is most likely using which of the following Content Management Systems (CMS)?
Which of the following is considered as a safe password?
The application is vulnerable to Cross-Site Scripting. Which of the following exploitation is NOT possible at all?
A robots.txt file tells the search engine crawlers about the URLs which the crawler can access on your site. Which of the following is true about robots.txt?
Determine the primary defense against a SQL injection vulnerability