|
1928 | 1928 | <item value="r'Database: SYS.+Table: USERS.+1 column.+SURNAME.+VARCHAR2'"/>
|
1929 | 1929 | </parse>
|
1930 | 1930 | </case>
|
1931 |
| - |
1932 | 1931 | <case name="Oracle boolean-based multi-threaded search enumeration - column given databases and table">
|
1933 | 1932 | <switches>
|
1934 | 1933 | <url value="http://debiandev/sqlmap/oracle/get_int.php?id=1"/>
|
|
1974 | 1973 | <item value="r'Database: SYS.+Table: USERS.+1 column.+SURNAME.+VARCHAR2'"/>
|
1975 | 1974 | </parse>
|
1976 | 1975 | </case>
|
1977 |
| - |
1978 | 1976 | <!-- TODO: add IBM DB2 test cases -->
|
1979 | 1977 | <case name="SQLite multi-threaded search enumeration - database">
|
1980 | 1978 | <switches>
|
|
2150 | 2148 | <item value="r'SELECT \* FROM users ORDER BY name \[5\].+1, luther, blisset.+2, fluffy, bunny.+3, wu, ming'"/>
|
2151 | 2149 | </parse>
|
2152 | 2150 | </case>
|
| 2151 | + <case name="Oracle boolean-based multi-threaded custom SQL query enumeration"> |
| 2152 | + <switches> |
| 2153 | + <url value="http://debiandev/sqlmap/oracle/get_int.php?id=1"/> |
| 2154 | + <threads value="4"/> |
| 2155 | + <tech value="B"/> |
| 2156 | + <query value="SELECT * FROM users WHERE ROWNUM=1"/> |
| 2157 | + </switches> |
| 2158 | + <parse> |
| 2159 | + <item value="r'SELECT \* FROM users WHERE ROWNUM=1 \[1\].+1, luther, blisset'"/> |
| 2160 | + </parse> |
| 2161 | + </case> |
| 2162 | + <case name="Oracle error-based multi-threaded custom SQL query enumeration"> |
| 2163 | + <switches> |
| 2164 | + <url value="http://debiandev/sqlmap/oracle/get_int.php?id=1"/> |
| 2165 | + <threads value="4"/> |
| 2166 | + <tech value="E"/> |
| 2167 | + <query value="SELECT * FROM users WHERE ROWNUM=1"/> |
| 2168 | + </switches> |
| 2169 | + <parse> |
| 2170 | + <item value="r'SELECT \* FROM users WHERE ROWNUM=1 \[1\].+1, luther, blisset'"/> |
| 2171 | + </parse> |
| 2172 | + </case> |
| 2173 | + <case name="Oracle UNION query multi-threaded custom SQL query enumeration"> |
| 2174 | + <switches> |
| 2175 | + <url value="http://debiandev/sqlmap/oracle/get_int.php?id=1"/> |
| 2176 | + <threads value="4"/> |
| 2177 | + <tech value="U"/> |
| 2178 | + <query value="SELECT * FROM users WHERE ROWNUM=1"/> |
| 2179 | + </switches> |
| 2180 | + <parse> |
| 2181 | + <item value="r'SELECT \* FROM users WHERE ROWNUM=1 \[1\].+1, luther, blisset'"/> |
| 2182 | + </parse> |
| 2183 | + </case> |
| 2184 | + <case name="Oracle boolean-based multi-threaded custom ordered SQL query enumeration"> |
| 2185 | + <switches> |
| 2186 | + <url value="http://debiandev/sqlmap/oracle/get_int.php?id=1"/> |
| 2187 | + <threads value="4"/> |
| 2188 | + <tech value="B"/> |
| 2189 | + <query value="SELECT * FROM users ORDER BY name"/> |
| 2190 | + </switches> |
| 2191 | + <parse> |
| 2192 | + <item value="r'SELECT \* FROM users ORDER BY name \[5\].+1, luther, blisset.+2, fluffy, bunny.+3, wu, ming'"/> |
| 2193 | + </parse> |
| 2194 | + </case> |
| 2195 | + <case name="Oracle error-based multi-threaded custom ordered SQL query enumeration"> |
| 2196 | + <switches> |
| 2197 | + <url value="http://debiandev/sqlmap/oracle/get_int.php?id=1"/> |
| 2198 | + <threads value="4"/> |
| 2199 | + <tech value="E"/> |
| 2200 | + <query value="SELECT * FROM users ORDER BY name"/> |
| 2201 | + </switches> |
| 2202 | + <parse> |
| 2203 | + <item value="r'SELECT \* FROM users ORDER BY name \[5\].+1, luther, blisset.+2, fluffy, bunny.+3, wu, ming'"/> |
| 2204 | + </parse> |
| 2205 | + </case> |
| 2206 | + <case name="Oracle UNION query multi-threaded custom ordered SQL query enumeration"> |
| 2207 | + <switches> |
| 2208 | + <url value="http://debiandev/sqlmap/oracle/get_int.php?id=1"/> |
| 2209 | + <threads value="4"/> |
| 2210 | + <tech value="U"/> |
| 2211 | + <query value="SELECT * FROM users ORDER BY name"/> |
| 2212 | + </switches> |
| 2213 | + <parse> |
| 2214 | + <item value="r'SELECT \* FROM users ORDER BY name \[5\].+1, luther, blisset.+2, fluffy, bunny.+3, wu, ming'"/> |
| 2215 | + </parse> |
| 2216 | + </case> |
| 2217 | + <!-- TODO: add IBM DB2 test cases --> |
2153 | 2218 | <case name="SQLite boolean-based multi-threaded custom SQL query enumeration">
|
2154 | 2219 | <switches>
|
2155 | 2220 | <url value="http://debiandev/sqlmap/sqlite/get_int.php?id=1"/>
|
|
2191 | 2256 | <query value="SELECT * FROM users ORDER BY name"/>
|
2192 | 2257 | </switches>
|
2193 | 2258 | <parse>
|
2194 |
| - <!-- NOTE: it is not sorted on purpose because UNION does not play well with ORDER BY and it is stripped --> |
2195 | 2259 | <item value="r'SELECT \* FROM users ORDER BY name \[4\].+1, luther, blisset.+2, fluffy, bunny.+3, wu, ming'"/>
|
2196 | 2260 | </parse>
|
2197 | 2261 | </case>
|
|
0 commit comments