function show_whois_lookup_modal(){ $('#modal_title').html('WHOIS Lookup'); $('#modal-content').empty(); $('#modal-content').append(`
${response.cms_name}
${response.detection_param}
(Includes redirected URL)
${response.url}
${response.wp_uploads_directory}
`; } if (response.wp_users) { content += `${response.wp_users}
`; } if (response.wp_version) { content += `${response.wp_version}
`; } if (response.wp_plugins) { content += `${response.wp_plugins}
`; } if (response.wp_themes) { content += `${response.wp_themes}
`; } if (response.joomla_version) { content += `${response.joomla_version}
`; } if (response.joomla_debug_mode) { content += `${response.joomla_debug_mode}
`; } if (response.joomla_readme_file) { content += `${response.joomla_readme_file}
`; } if (response.joomla_backup_files) { content += `${response.joomla_backup_files}
`; } if (response.directory_listing) { content += `${response.joomla_config_files}
`; } if (response.user_registration_url) { content += `${response.user_registration_url}
`; } content += `${htmlEncode(JSON.stringify(response, null, 4))}`;
content += '