Giter Club home page Giter Club logo

sqlihunter's Introduction

SQLiHunter

SQLiHunter is a powerful and efficient SQL Injection (SQLi) vulnerability scanner written in Python. Designed for security researchers and penetration testers, SQLiHunter leverages the extensive archive of the Wayback Machine to collect URLs with parameters from the target website. It then systematically tests these URLs with a series of common SQLi payloads to detect potential vulnerabilities.

SQLiHunter aims to provide a thorough and reliable assessment of a website's security posture against SQL injection attacks. By using both common and custom SQLi payloads, it can identify vulnerabilities that might be exploited by malicious attackers to gain unauthorized access to a database or manipulate its contents.

The tool incorporates a double-check mechanism that compares the results with benign queries to reduce false positives, ensuring that the reported vulnerabilities are accurate and relevant. SQLiHunter offers real-time reporting of identified vulnerabilities, allowing security professionals to take immediate action to mitigate any risks.

Key features include:

  • Automated URL Collection: Utilizes the Wayback Machine to gather a comprehensive list of URLs with parameters from the target site, providing a robust base for testing.
  • Payload Generation: Creates a variety of SQLi payloads to test for different types of SQL injection vulnerabilities.
  • Real-time Detection: Outputs potential vulnerabilities in real-time as they are discovered, enabling quick response and remediation.
  • False Positive Reduction: Implements a benign query verification step to minimize false positives and ensure the accuracy of the results.
  • User-friendly: Simple command-line interface for ease of use, making it accessible for both beginners and experienced security professionals.

Requirements

  • Python 3.7+
  • Python libraries: requests, httpx, argparse

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/SQLiHunter.git
    cd SQLiHunter
  2. Install the required dependencies:

    pip install -r requirements.txt

How It Works

  1. Run the program with the command:

    python3 SQLiHunter.py -u http://example.com/

    Replace http://example.com/ with the actual target URL you want to analyze.

  2. The program will collect URLs from the target site using the Wayback Machine and generate SQLi payloads to test for vulnerabilities.

  3. The results of found vulnerabilities will be displayed in real-time.

Usage Example

python3 SQLiHunter.py -u http://www.example.com/

Contributing

Contributions are welcome! Feel free to open issues or make pull requests with improvements and fixes.

Disclaimer

This tool is intended for research and penetration testing purposes only. Use of this tool for illegal activities is strictly prohibited. The author is not responsible for any misuse or damage caused by this tool.

sqlihunter's People

Contributors

vnzgnn avatar

Stargazers

boxette avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.