InterviewSolution
Saved Bookmarks
| 1. |
WHAT IS PENETRATION TESTING?? |
|
Answer» ration test, also KNOWN as a pen test, is a simulated cyberattack against your computer system to check for EXPLOITABLE vulnerabilities. In the context of web application security, penetration testing is commonly used to augment a web application firewall (WAF). Pen testing can involve the attempted BREACHING of any number of application SYSTEMS, (e.g., application protocol interfaces (APIs), frontend/backend servers) to uncover vulnerabilities, such as unsanitized inputs that are susceptible to code injection attacks. |
|