Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.52
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
snap /
certbot /
4965 /
snap /
[ HOME SHELL ]
Name
Size
Permission
Action
manifest.yaml
5.18
KB
-rw-r--r--
snapcraft.yaml
6.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : manifest.yaml
snapcraft-version: 8.11.2 snapcraft-started-at: '2025-09-02T16:02:54.764529Z' snapcraft-os-release-id: ubuntu snapcraft-os-release-version-id: '24.04' name: certbot version: 5.0.0 summary: Automatically configure HTTPS using Let's Encrypt description: | The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. This agent is used to: - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. base: core24 grade: stable confinement: classic apps: certbot: command: bin/python3 -s $SNAP/bin/certbot renew: command: bin/python3 -s $SNAP/bin/certbot -q renew timer: 00:00~24:00/2 daemon: oneshot parts: certbot: plugin: python source: . python-packages: - git+https://github.com/certbot/python-augeas.git@certbot-patched - ./acme - ./certbot - ./certbot-apache - ./certbot-nginx stage: - -usr/lib/python3.12/sitecustomize.py stage-packages: - augeas-lenses=1.14.1-1build2 - libaugeas0=1.14.1-1build2 - libc-dev-bin=2.39-0ubuntu8.5 - libc6-dev=2.39-0ubuntu8.5 - libcrypt-dev=1:4.4.36-4build1 - libexpat1-dev=2.6.1-2ubuntu0.3 - libicu74=74.2-1ubuntu3.1 - libpython3-stdlib=3.12.3-0ubuntu2 - libpython3.12-dev=3.12.3-1ubuntu0.8 - libpython3.12-minimal=3.12.3-1ubuntu0.8 - libpython3.12-stdlib=3.12.3-1ubuntu0.8 - libpython3.12t64=3.12.3-1ubuntu0.8 - libssl3t64=3.0.13-0ubuntu3.5 - libxml2=2.9.14+dfsg-1.3ubuntu3.4 - linux-libc-dev=6.8.0-79.79 - python3-minimal=3.12.3-0ubuntu2 - python3-pip-whl=24.0+dfsg-1ubuntu1.2 - python3-pip=24.0+dfsg-1ubuntu1.2 - python3-pkg-resources=68.1.2-2ubuntu1.2 - python3-setuptools-whl=68.1.2-2ubuntu1.2 - python3-setuptools=68.1.2-2ubuntu1.2 - python3-venv=3.12.3-0ubuntu2 - python3-wheel=0.42.0-2 - python3.12-minimal=3.12.3-1ubuntu0.8 - python3.12-venv=3.12.3-1ubuntu0.8 - rpcsvc-proto=1.4.2-0ubuntu7 - zlib1g-dev=1:1.3.dfsg-3.1ubuntu2.1 build-packages: - gcc - git - libaugeas-dev - build-essential - libssl-dev - libffi-dev - python3-dev - cargo - pkg-config build-environment: - CARGO_NET_GIT_FETCH_WITH_CLI: 'true' - PARTS_PYTHON_VENV_ARGS: --upgrade - PIP_CONSTRAINT: $CRAFT_PART_SRC/snap-constraints.txt - PIP_USE_PEP517: 'true' override-build: | python3 -m venv "${CRAFT_PART_INSTALL}" "${CRAFT_PART_INSTALL}/bin/python3" "${CRAFT_PART_SRC}/tools/pipstrap.py" craftctl default # Workaround for misconfigured pyvenv.cfg; see discussion on snapcraft forum for more info # https://forum.snapcraft.io/t/upgrading-classic-snap-to-core24-using-snapcraft-8-3-causes-python-3-12-errors-at-runtime/ sed -i "${CRAFT_PART_INSTALL}/pyvenv.cfg" \ -e 's@^home = '"${CRAFT_PART_INSTALL}"'/usr/bin$@home = /snap/certbot/current/usr/bin@g' override-pull: | craftctl default grep -v python-augeas "${CRAFT_PART_SRC}/tools/requirements.txt" >> "${CRAFT_PART_SRC}/snap-constraints.txt" craftctl set version=$(grep -oP "__version__ = '\K.*(?=')" "${CRAFT_PART_SRC}/certbot/src/certbot/__init__.py") build-attributes: - enable-patchelf prime: [] shared-metadata: plugin: dump source: . override-pull: | craftctl default mkdir -p certbot-metadata grep -oP "__version__ = '\K.*(?=')" $CRAFT_PART_SRC/certbot/src/certbot/__init__.py > certbot-metadata/certbot-version.txt stage: - certbot-metadata/certbot-version.txt stage-packages: [] prime: [] build-packages: [] architectures: - amd64 image-info: build-request-id: lp-101245465 build-request-timestamp: '2025-09-02T15:50:46Z' build_url: https://launchpad.net/~certbot-eff/certbot-eff-craft-remote-build/+snap/snapcraft-certbot-c9561b03ef7f16aa90eb6754ca5f17a1/+build/2893328 build-packages: [] build-snaps: [] primed-stage-packages: - augeas-lenses=1.14.1-1build2 - libaugeas0=1.14.1-1build2 - libc-dev-bin=2.39-0ubuntu8.5 - libc6-dev=2.39-0ubuntu8.5 - libcrypt-dev=1:4.4.36-4build1 - libexpat1-dev=2.6.1-2ubuntu0.3 - libicu74=74.2-1ubuntu3.1 - libpython3-stdlib=3.12.3-0ubuntu2 - libpython3.12-dev=3.12.3-1ubuntu0.8 - libpython3.12-minimal=3.12.3-1ubuntu0.8 - libpython3.12-stdlib=3.12.3-1ubuntu0.8 - libpython3.12t64=3.12.3-1ubuntu0.8 - libssl3t64=3.0.13-0ubuntu3.5 - libxml2=2.9.14+dfsg-1.3ubuntu3.4 - linux-libc-dev=6.8.0-79.79 - python3-minimal=3.12.3-0ubuntu2 - python3-pip-whl=24.0+dfsg-1ubuntu1.2 - python3-pip=24.0+dfsg-1ubuntu1.2 - python3-pkg-resources=68.1.2-2ubuntu1.2 - python3-setuptools-whl=68.1.2-2ubuntu1.2 - python3-setuptools=68.1.2-2ubuntu1.2 - python3-wheel=0.42.0-2 - python3.12-minimal=3.12.3-1ubuntu0.8 - python3.12-venv=3.12.3-1ubuntu0.8 - rpcsvc-proto=1.4.2-0ubuntu7 - zlib1g-dev=1:1.3.dfsg-3.1ubuntu2.1
Close