Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 759 Bytes

File metadata and controls

29 lines (17 loc) · 759 Bytes

Contributing to SQL Injection Payload List

First off, thanks for taking the time to contribute!

How Can I Contribute?

Adding New Payloads

If you have a payload that is not in the list, please create a Pull Request with the following details:

  • The payload itself.
  • Which database engine it targets.
  • A brief description of what it does (e.g., Error-based, Time-based, WAF bypass).

Reporting Bugs

If you find a typo or an incorrect payload, please open an issue or submit a fix.

Improving Documentation

Suggestions for improving the README or adding more educational content are always welcome!

Style Guide

  • Keep payloads categorized.
  • Use clear and concise descriptions.
  • Ensure markdown formatting is correct.

Thank you!