Giter Club home page Giter Club logo

sql-hunter's Introduction

SQL Hunter

SQL Hunter v1 is a URL SQL injection checker for multiple pages at once!

The program is suitable for all different OS

On Linux distribution, Windows 10 and 11, Android (Termux App or any app that runs python files) and IPhone (Pythonista)

NOTE: DO NOT ADD MANY UNCHECKABLE LINKS IN THE TESTING PROCESS, THIS WILL LEAD TO HIGH CPU AND EVEN CRASHING YOUR SOFTWARE.
An example of a checkable page: http://www.example.org/article.php?id=9
An example of a UNcheckable page: http://example.org

2022-08-02 15_21_32-Window

2022-08-02 15_25_54-Window

photo_2022-08-02_15-40-38

How the program works

The program has two modes:

  • Check pages' vulnerability (Check if the page gets an error if you try and change the SQL query in the URL)
  • Check pages' existence (Check if the page is alive 'exists' on the internet)

Start the program

  1. Clone the repository using git clone or copy the code if you prefer
  2. Download the wanted libraries in the requirements.txt
  3. Open the terminal or the command prompt and navigate to the folder you downloaded the repo
  4. Make sure you have python 3 installed and run this command python "SQL Hunter v1.py"

It's better to NOT use proxies if you don't have paid ones. The program works perfectly without proxies.

NOTE: You can get pages for a specific domain using other programs like GAU or Hakrawler and when you find an injectable page it's recommended to use sqlmap to enumerate and dump the database

Check pages' vulnerability

In this mode the program simply adds an apostrophe (') in the end of the URL and checks if the page responses with an error or not. If the page responses with an error then the program sends another request to the original page without the apostrophe, if there's no error in the page the program counts the page as vulnerable.

Check pages' existence

In this mode the program sends a single request to the URL and if the status code was 200 it counts it as it exists.

sql-hunter's People

Contributors

3a7 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.