https://github.com/soumen12-mon/sqli-scanner
SQLi-Scanner is a tool designed to detect SQL injection vulnerabilities in web applications. It automates the scanning process, providing quick and reliable results to help developers secure their sites.
https://github.com/soumen12-mon/sqli-scanner
autoscan bugbounty-tool lfi metasploit openapi scanners sql-vulnerability-scanner sqli sqli-scanner sqli-vulnerability-scanner termux-tool xss xss-scanner xss-vulnerability
Last synced: 23 days ago
JSON representation
SQLi-Scanner is a tool designed to detect SQL injection vulnerabilities in web applications. It automates the scanning process, providing quick and reliable results to help developers secure their sites.
- Host: GitHub
- URL: https://github.com/soumen12-mon/sqli-scanner
- Owner: Soumen12-mon
- Created: 2025-04-06T13:37:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T13:16:02.000Z (23 days ago)
- Last Synced: 2025-09-20T15:28:16.115Z (23 days ago)
- Topics: autoscan, bugbounty-tool, lfi, metasploit, openapi, scanners, sql-vulnerability-scanner, sqli, sqli-scanner, sqli-vulnerability-scanner, termux-tool, xss, xss-scanner, xss-vulnerability
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLi-Scanner 🛡️
   
Welcome to **SQLi-Scanner**, a simple yet powerful tool designed to help you identify SQL injection vulnerabilities in web applications. This tool is built for developers, security professionals, and anyone interested in enhancing the security of their web applications.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Introduction
SQL injection (SQLi) is one of the most common vulnerabilities in web applications. Attackers exploit these weaknesses to gain unauthorized access to sensitive data. The **SQLi-Scanner** aims to automate the detection of these vulnerabilities, making it easier for developers to secure their applications.
For the latest version of the tool, please visit the [Releases section](https://github.com/Soumen12-mon/SQLi-Scanner/releases). You can download the necessary files and execute them to get started.
## Features
- **Automated Scanning**: Quickly scans web applications for SQL injection vulnerabilities.
- **User-Friendly Interface**: Simple command-line interface for ease of use.
- **Detailed Reports**: Generates comprehensive reports on detected vulnerabilities.
- **Customizable Options**: Allows users to set parameters for more targeted scanning.
- **Open Source**: Free to use and modify, encouraging community contributions.## Installation
To install **SQLi-Scanner**, follow these steps:
1. **Clone the Repository**:
Open your terminal and run the following command:
```bash
git clone https://github.com/Soumen12-mon/SQLi-Scanner.git
```2. **Navigate to the Directory**:
Change to the project directory:
```bash
cd SQLi-Scanner
```3. **Install Dependencies**:
Make sure you have Python installed. Then, install the required packages:
```bash
pip install -r requirements.txt
```4. **Download the Latest Release**:
For the latest version, visit the [Releases section](https://github.com/Soumen12-mon/SQLi-Scanner/releases). Download the necessary files and execute them.## Usage
Using **SQLi-Scanner** is straightforward. Here’s how to get started:
1. **Open Your Terminal**.
2. **Run the Scanner**:
Use the following command to start scanning:
```bash
python sqli_scanner.py
```
Replace `` with the URL of the web application you want to scan.3. **Review the Report**:
After the scan, check the generated report for details on any vulnerabilities found.### Example
```bash
python sqli_scanner.py http://example.com
```## Contributing
We welcome contributions to **SQLi-Scanner**! If you want to help improve the tool, please follow these steps:
1. **Fork the Repository**.
2. **Create a New Branch**:
```bash
git checkout -b feature/YourFeature
```
3. **Make Your Changes**.
4. **Commit Your Changes**:
```bash
git commit -m "Add some feature"
```
5. **Push to the Branch**:
```bash
git push origin feature/YourFeature
```
6. **Open a Pull Request**.Your contributions will help make **SQLi-Scanner** even better!
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any inquiries or issues, please feel free to reach out:
- **Email**: your.email@example.com
- **GitHub**: [Soumen12-mon](https://github.com/Soumen12-mon)Thank you for your interest in **SQLi-Scanner**! For updates and new releases, remember to check the [Releases section](https://github.com/Soumen12-mon/SQLi-Scanner/releases) regularly. Your feedback is valuable, and we look forward to hearing from you!