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.1
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
/
var /
www /
html /
new_tlmf /
vendor /
laravel /
sail /
stubs /
[ HOME SHELL ]
Name
Size
Permission
Action
devcontainer.stub
637
B
-rw-rw-r--
docker-compose.stub
846
B
-rw-rw-r--
mailpit.stub
189
B
-rw-rw-r--
mariadb.stub
675
B
-rw-rw-r--
meilisearch.stub
428
B
-rw-rw-r--
memcached.stub
132
B
-rw-rw-r--
minio.stub
513
B
-rw-rw-r--
mysql.stub
679
B
-rw-rw-r--
pgsql.stub
649
B
-rw-rw-r--
redis.stub
259
B
-rw-rw-r--
selenium.stub
185
B
-rw-rw-r--
soketi.stub
447
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : minio.stub
minio: image: 'minio/minio:latest' ports: - '${FORWARD_MINIO_PORT:-9000}:9000' - '${FORWARD_MINIO_CONSOLE_PORT:-8900}:8900' environment: MINIO_ROOT_USER: 'sail' MINIO_ROOT_PASSWORD: 'password' volumes: - 'sail-minio:/data/minio' networks: - sail command: minio server /data/minio --console-address ":8900" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] retries: 3 timeout: 5s
Close