Massive SQLinjection vulnerability scanner for automated web testing
SQLiv is a command-line security tool designed to identify SQLinjection vulnerabilities in web applications through automated scanning techniques. Written primarily in Python, the project focuses on discovering potentially vulnerable web pages by analyzing URLs that contain database query parameters. It can perform large-scale scanning by using search engine queries known as SQLinjection dorks to collect candidate websites and then test them for vulnerabilities. ...