Skip to content

jabariwoods/SQL-INJECTION-SCANNER-IN-PYTHON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SQL-INJECTION-SCANNER-IN-PYTHON

This is a Python script that scans a given URL for SQL injection vulnerabilities. It extracts forms from the HTML content, analyzes the forms, and tests them for SQL injection vulnerabilities.

Usage

How it Works

  1. The script extracts all forms from the HTML content of the given URL.
  2. It analyzes each form, extracting the action, method, and input fields.
  3. For each form, it tests for SQL injection vulnerabilities by submitting the form with specially crafted input data.
  4. If a vulnerability is detected, it prints a message indicating the vulnerable URL and the form details.

Note

Just for educational purposes,should not be used for malice.

About

Attempts to find sql injection in PHP forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages