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 complexity.
3. Scaling the number of sites scanned requires distributing the workload across multiple processes to leverage multiprocessing. Handling authentication also requires strategies to identify login forms and confirm login status.