|
2003 | 2003 | </case> |
2004 | 2004 | <!-- End of operating system access switches --> |
2005 | 2005 |
|
2006 | | - <!-- Technique switches and corner cases --> |
2007 | | - <case name="MySQL 4 time-based against unresponsive page"> |
| 2006 | + <!-- Corner cases --> |
| 2007 | + <case name="Time-based (heavy query)"> |
2008 | 2008 | <switches> |
2009 | 2009 | <url value="http://debiandev/sqlmap/mysql/get_int_benchmark.php?id=1"/> |
2010 | 2010 | <tech value="T"/> |
|
2017 | 2017 | <item value="Title: MySQL < 5.0.12 AND time-based blind (heavy query)"/> |
2018 | 2018 | </parse> |
2019 | 2019 | </case> |
2020 | | - <case name="MySQL OR boolean-based multi-threaded enumeration"> |
| 2020 | + <case name="OR boolean-based"> |
2021 | 2021 | <switches> |
2022 | 2022 | <url value="http://debiandev/sqlmap/mysql/get_int.php?id=1"/> |
2023 | 2023 | <threads value="4"/> |
|
2032 | 2032 | <item value="current user is DBA: True"/> |
2033 | 2033 | </parse> |
2034 | 2034 | </case> |
2035 | | - <case name="MySQL against page protected by custom weak filter"> |
| 2035 | + <case name="Page protected by custom (weak) filter"> |
2036 | 2036 | <switches> |
2037 | 2037 | <url value="http://debiandev/sqlmap/mysql/get_int_filtered.php?id=1"/> |
2038 | 2038 | <tech value="BE"/> |
|
2043 | 2043 | <item value="Title: MySQL >= 5.1 error-based - Parameter replace (EXTRACTVALUE)"/> |
2044 | 2044 | </parse> |
2045 | 2045 | </case> |
2046 | | - <case name="MySQL injection in GROUP BY clause"> |
| 2046 | + <case name="GROUP BY clause"> |
2047 | 2047 | <switches> |
2048 | 2048 | <url value="http://debiandev/sqlmap/mysql/get_int_groupby.php?id=1"/> |
2049 | 2049 | <tech value="B"/> |
|
2053 | 2053 | <item value="MySQL boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (RLIKE)"/> |
2054 | 2054 | </parse> |
2055 | 2055 | </case> |
2056 | | - <case name="MySQL boolean-based multi-threaded enumeration - international data"> |
| 2056 | + <case name="International data"> |
2057 | 2057 | <switches> |
2058 | 2058 | <url value="http://debiandev/sqlmap/mysql/get_int_international.php?id=1"/> |
2059 | 2059 | <threads value="4"/> |
|
2068 | 2068 | <item value="r'Database: testdb.+Table: international.+3 entries.+šućuraj.+река Москва'"/> |
2069 | 2069 | </parse> |
2070 | 2070 | </case> |
2071 | | - <case name="MySQL against highly dynamic page"> |
| 2071 | + <case name="Highly dynamic page"> |
2072 | 2072 | <switches> |
2073 | 2073 | <url value="http://debiandev/sqlmap/mysql/get_int_rand.php?id=1"/> |
2074 | 2074 | <timeSec value="2"/> |
|
2080 | 2080 | <item value="Title: MySQL > 5.0.11 AND time-based blind"/> |
2081 | 2081 | </parse> |
2082 | 2082 | </case> |
2083 | | - <case name="MySQL against a page that returns a 302 redirect page when SQL statement return no output"> |
| 2083 | + <case name="302 redirect page when SQL statement return no output"> |
2084 | 2084 | <switches> |
2085 | 2085 | <url value="http://debiandev/sqlmap/mysql/get_int_redirected.php?id=1"/> |
2086 | 2086 | <timeSec value="2"/> |
|
2091 | 2091 | <item value="Title: MySQL > 5.0.11 AND time-based blind"/> |
2092 | 2092 | </parse> |
2093 | 2093 | </case> |
2094 | | - <case name="MySQL against a page that returns an image"> |
| 2094 | + <case name="Page that returns an image"> |
2095 | 2095 | <switches> |
2096 | 2096 | <url value="http://debiandev/sqlmap/mysql/get_int_img.php?id=1"/> |
2097 | 2097 | <tech value="BT"/> |
|
2102 | 2102 | <item value="Title: MySQL > 5.0.11 AND time-based blind"/> |
2103 | 2103 | </parse> |
2104 | 2104 | </case> |
2105 | | - <case name="MySQL against a page that returns a 302 redirect page when SQL statement returns output"> |
| 2105 | + <case name="302 redirect page when SQL statement returns output"> |
2106 | 2106 | <switches> |
2107 | 2107 | <url value="http://debiandev/sqlmap/mysql/get_int_redirected_true.php?id=1"/> |
2108 | 2108 | <tech value="E"/> |
|
2111 | 2111 | <item value="Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause"/> |
2112 | 2112 | </parse> |
2113 | 2113 | </case> |
2114 | | - <case name="MySQL partial UNION query multi-threaded enumeration - invalid bignum"> |
| 2114 | + <case name="Invalid bignum"> |
2115 | 2115 | <switches> |
2116 | 2116 | <url value="http://debiandev/sqlmap/mysql/get_int_partialunion.php?id=1"/> |
2117 | 2117 | <tech value="U"/> |
|
2126 | 2126 | <item value="current user is DBA: True"/> |
2127 | 2127 | </parse> |
2128 | 2128 | </case> |
2129 | | - <case name="MySQL partial UNION query multi-threaded enumeration - invalid logical"> |
| 2129 | + <case name="Invalid logical"> |
2130 | 2130 | <switches> |
2131 | 2131 | <url value="http://debiandev/sqlmap/mysql/get_int_partialunion.php?id=1"/> |
2132 | 2132 | <tech value="U"/> |
|
2141 | 2141 | <item value="current user is DBA: True"/> |
2142 | 2142 | </parse> |
2143 | 2143 | </case> |
2144 | | - <!-- End of technique switches --> |
| 2144 | + <!-- End of corner cases --> |
2145 | 2145 |
|
2146 | 2146 | <!-- Other switches --> |
2147 | | - <case name="MySQL error-based HTTP basic authentication"> |
| 2147 | + <case name="HTTP basic authentication"> |
2148 | 2148 | <switches> |
2149 | 2149 | <url value="http://debiandev/sqlmap/mysql/basic/get_int.php?id=1"/> |
2150 | 2150 | <tech value="E"/> |
|
2156 | 2156 | <item value="banner: '5.1.66-0+squeeze1'"/> |
2157 | 2157 | </parse> |
2158 | 2158 | </case> |
2159 | | - <case name="MySQL error-based HTTP digest authentication"> |
| 2159 | + <case name="HTTP digest authentication"> |
2160 | 2160 | <switches> |
2161 | 2161 | <url value="http://debiandev/sqlmap/mysql/digest/get_int.php?id=1"/> |
2162 | 2162 | <tech value="E"/> |
|
2168 | 2168 | <item value="banner: '5.1.66-0+squeeze1'"/> |
2169 | 2169 | </parse> |
2170 | 2170 | </case> |
2171 | | - <case name="MySQL boolean-based predict output enumeration"> |
| 2171 | + <case name="Predict output enumeration"> |
2172 | 2172 | <switches> |
2173 | 2173 | <verbose value="2"/> |
2174 | 2174 | <url value="http://debiandev/sqlmap/mysql/get_int.php?id=1"/> |
|
0 commit comments