Skip to content

Conversation

@nerrowed
Copy link

  • Created Python script to convert all XSS payloads to JSON format
  • Generated xss_payloads.json with 1865 unique XSS payloads
  • Each payload includes metadata (type, context, severity, source)
  • Supports structured format for easier programmatic usage

- Created Python script to convert all XSS payloads to JSON format
- Generated xss_payloads.json with 1865 unique XSS payloads
- Each payload includes metadata (type, context, severity, source)
- Supports structured format for easier programmatic usage
- Created Python script to convert all SQL Injection payloads to JSON format
- Generated sqli_payloads.json with 1449 unique SQL injection payloads
- Each payload includes metadata (type, technique, dbms, severity, source)
- Supports multiple database types: MySQL, MSSQL, PostgreSQL, Oracle, SQLite, DB2, Cassandra, BigQuery
- Categorized by injection techniques: union-based, time-based, boolean-based, error-based, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants