This document summarizes a proposed network-based vulnerability scanner called NVS to detect SQL injection attacks in web applications. NVS crawls web applications to generate URLs, sends simulated SQL injection attack payloads to URLs, analyzes responses for SQL injection patterns, and generates a report of vulnerable URLs. It uses multiple connected systems to simulate attacks in parallel, aiming to improve on existing vulnerability scanners that are slower with higher false positive rates when scanning large web applications from a single system. The proposed approach is implemented in Java using a MySQL database to store URLs and attacks.