Skip to content

code-1819/SQL-Injection-Detection-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation


SQL Injection Detection Tool

This tool is designed to detect SQL injection vulnerabilities in web forms on a given website or URL. It scans the HTML forms present on the webpage, manipulates input fields, and analyzes server responses to determine potential vulnerabilities.

Prerequisites

  • Python 3.x
  • pip package manager
  • virtualenv (optional but recommended)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/code-1819/SQL-Injection-Detection-Tool.git
  2. Navigate to the project directory:

    cd Sql-Injection-Detection-Tool
  3. (Optional) Set up a virtual environment:

    python3 -m venv myenv
    
    source myenv/bin/activate  # On Windows, use venv\Scripts\activate
  4. To deactivate the virtual environment do this:

    deactivate  # On Windows, it's the same

Usage

  1. Run the scan.py script:

    python scan.py 
  2. The tool will scan all forms present on the provided URL and display whether any vulnerabilities are detected.

Example

python scan.py
Enter the URL to scan: <Enter the url which you want to scan>

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages