This repository contains automated Python scripts to solve various labs from the PortSwigger Web Security Academy. The solutions are designed to help understand and exploit common web vulnerabilities and to learn how to do automation scripts.
PortSwigger Web Security Academy offers hands-on labs for learning about web security vulnerabilities. This repository provides Python scripts to automate the process of solving these labs. The goal is to help learners understand the exploitation techniques in a more practical and automated manner.
Script Name: blind_sql_injection_conditional_responses.py
This script automates the solution for the "Blind SQL Injection with Conditional Responses" lab. It demonstrates how to exploit blind SQL injection vulnerabilities using conditional responses to extract information from the database.
- Python 3.x
requestslibrary
You can install the required library using pip:
pip install requests