Giter Club home page Giter Club logo

blind_sqli_using_python's Introduction

Blind SQL Injection Exploit Scripts

These Python scripts are implemented to perform Blind SQL Injection attacks on three different PortSwigger Web Security Academy labs. They are designed to replace the functionalities of Burp Intruder and SQLMap for these labs.

Links

Conditional Responses Lab https://portswigger.net/web-security/sql-injection/blind/lab-conditional-responses

Conditional Errors Lab https://portswigger.net/web-security/sql-injection/blind/lab-conditional-errors

Time Delays and Information Retrieval Lab https://portswigger.net/web-security/sql-injection/blind/lab-time-delays-info-retrieval

Script Descriptions

  1. conditional_responses_blind_sqli.py This script exploits the Blind SQL Injection vulnerability present in the "Conditional Responses Lab" by sending crafted requests to the vulnerable application, analyzing the responses, and extracting the administrator password.

  2. conditional_errors_blind_sqli.py This script automates the exploitation of the Blind SQL Injection vulnerability in the "Conditional Errors Lab" by sending payloads to trigger conditional SQL errors, allowing retrieval of data through analyzing the application's responses and retrieving the administrator password.

  3. time_delays_and_information_retrieval_blind_sqli.py This script exploits the Blind SQL Injection vulnerability in the "Time Delays & Information Retrieval Lab" by using time-based techniques to infer information from the database through analyzing the application's response times and retrieving the administrator password.

Usage:

  1. Clone this repository:

    git clone https://github.com/0x0anas/Blind_SQLi_using_Python.git

  2. Navigate to the cloned directory:

    cd Blind_SQLi_using_Python

  3. Run the help menu to display how you can use this tool:

    python3 <script_name>.py -h

    sqli2

  4. If you forgot to add the lab link as an argument after the -u option, the tool will remind you:

    python2 <script_name>.py -u.

    sqli3

  5. Replace <script_name>, and <lab_url> with appropriate values.

  6. Run the desired script with Python, providing the URL of the lab as a command-line argument:

    python3 <script_name>.py -u <lab_url>

    Then the tool retrieved administrator password

    sqli4

blind_sqli_using_python's People

Contributors

0x0anas avatar

Stargazers

 avatar  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.