A penetration tester is assessing the security of a web application. When the tester attempts to access the application, the tester receives an HTTP 403 response. Which of the following should the penetration tester do to overcome this issue?
- AReset file and folder permissions on the web server.
- BObtain a valid X.509 certificate. (correct answer)
- CSpoof the server's MAC address.
- DUse a legacy browser to access the page.
Reveal answer & explanationHide answer
The correct answer is B. Option B: Obtain a valid X.509 certificate.
Explanation
A certificate binds a public key to an identity through a trusted certificate authority. This option keeps traffic private / properly secured as required.




