Skip to content

Latest commit

Β 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ SQL Injection Payload Collection

πŸ“š Educational β€’ Defensive Security β€’ Authorized Testing Only

Created & Maintained by Alex Livnso

---

πŸ‘‹ Welcome

This repository contains a collection of publicly known SQL Injection (SQLi) payloads for learning, research, Capture The Flag (CTF) challenges, intentionally vulnerable labs, and authorized security assessments.

The goal is to help cybersecurity learners understand how SQL Injection is identified so developers and security professionals can better defend against it.


πŸ“Œ What's Inside

  • πŸ”Ή Basic SQL syntax test payloads
  • πŸ”Ή Quote testing payloads
  • πŸ”Ή Boolean-based examples
  • πŸ”Ή UNION SELECT examples
  • πŸ”Ή ORDER BY & GROUP BY examples
  • πŸ”Ή Time-based detection examples
  • πŸ”Ή Database fingerprinting samples
  • πŸ”Ή Encoded payload examples
  • πŸ”Ή Polyglot payloads
  • πŸ”Ή WAF bypass syntax examples (for defensive research)

πŸ’‘ What is SQL Injection?

SQL Injection (SQLi) is a web security vulnerability that can occur when an application does not safely process user input before sending it to a database.

Learning about SQL Injection helps developers build secure applications and helps security testers identify and report vulnerabilities before they can be abused.


🧰 Burp Suite

Burp Suite is a professional web application security testing platform developed by PortSwigger.

It is commonly used during authorized penetration testing to inspect, analyze, and modify HTTP/HTTPS traffic between a browser and a web application.

Features

  • 🌐 HTTP/HTTPS Proxy
  • πŸ“¨ Request & Response Inspection
  • πŸ” Repeater
  • πŸ” Target Mapping
  • πŸ“Š Logger
  • πŸ§ͺ Manual Security Testing
  • πŸ› οΈ Extension Support

πŸš€ Getting Started with Burp Suite

  1. Download Burp Suite

Official Website

https://portswigger.net/burp

Download Page

https://portswigger.net/burp/releases

Documentation

https://portswigger.net/burp/documentation


  1. Install

Windows

  • Download the installer.
  • Run the setup.
  • Finish installation.
  • Launch Burp Suite.

Linux

  • Download the Linux installer.
  • Make it executable.
  • Run the installer.
  • Complete setup.

macOS

  • Download the installer.
  • Open the package.
  • Finish installation.
  • Launch Burp Suite.

  1. Basic Workflow

  2. Start Burp Suite.

  3. Configure your browser to send traffic through Burp's proxy.

  4. Browse an application that you own or are explicitly authorized to test.

  5. Inspect requests and responses.

  6. Analyze how the application handles user input.

  7. Document findings and report vulnerabilities responsibly.


🎯 Intended Audience

  • Cybersecurity Students
  • Ethical Hackers
  • Security Researchers
  • Bug Bounty Learners
  • Penetration Testers
  • CTF Players
  • Developers Learning Secure Coding

⚠️ Disclaimer

This repository is provided strictly for educational, defensive, and authorized security testing purposes.

Do not use these payloads against systems without explicit permission. The author does not endorse unauthorized access or misuse of this material.

Users are solely responsible for complying with applicable laws, organizational policies, and ethical guidelines.


🀝 Contributions

Pull Requests, improvements, documentation updates, and educational additions are welcome.

If you discover an issue or have suggestions, feel free to open an Issue or submit a Pull Request.


⭐ Credits

πŸ‘¨β€πŸ’» Alex Livnso

Thank you for supporting cybersecurity education, responsible disclosure, and secure software development.


⭐ If this project helped you learn something new, consider giving it a star!

Made with ❀️ by Alex Livnso

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors