Sometimes, as a test engineer, you need to perform a full-scale check of your web application for vulnerabilities. — Web application security testing is not the topic of one article, it takes a whole book. So I will focus only on the example of scanning for XSS (cross-site scripting) with one special tool — Burp Suite. You can try to find XSS vulnerabilities manually, but it won’t be productive…