This document summarizes a presentation about improving web vulnerability scanning. It discusses:
1. Current web vulnerability scanners are based on HTTP libraries and don't support JavaScript-rich applications well. Authenticated scanning is also challenging.
2. The presenter proposes replacing the HTTP library with a Webkit engine to gain full support for JavaScript, AJAX, redirects, and other modern web features. This would reduce code and better simulate human user behavior.
3. Scaling the Webkit approach requires solving challenges like multithreading, exploiting vulnerabilities, distributed scanning in the cloud, and improved reporting. Mastering authentication is also a priority area discussed in the presentation.