Linux cpanel07wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24 01:42:00 EDT 2020 x86_64
Apache
: 163.44.198.52 | : 216.73.216.80
Cant Read [ /etc/named.conf ]
8.0.9
cp657342
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
/
opt /
alt /
php80 /
etc /
php.d.all /
[ HOME SHELL ]
Name
Size
Permission
Action
40-snuffleupagus.ini
251
B
-rw-r--r--
40-vld.ini
221
B
-rw-r--r--
amqp.ini
1.64
KB
-rw-r--r--
apcu.ini
49
B
-rw-r--r--
bcmath.ini
53
B
-rw-r--r--
dba.ini
47
B
-rw-r--r--
dbase.ini
51
B
-rw-r--r--
dom.ini
47
B
-rw-r--r--
enchant.ini
55
B
-rw-r--r--
fileinfo.ini
57
B
-rw-r--r--
gd.ini
45
B
-rw-r--r--
geoip.ini
51
B
-rw-r--r--
gmagick.ini
55
B
-rw-r--r--
grpc.ini
49
B
-rw-r--r--
igbinary.ini
57
B
-rw-r--r--
imagick.ini
55
B
-rw-r--r--
imap.ini
49
B
-rw-r--r--
inotify.ini
55
B
-rw-r--r--
intl.ini
49
B
-rw-r--r--
jsmin.ini
51
B
-rw-r--r--
ldap.ini
49
B
-rw-r--r--
lzf.ini
47
B
-rw-r--r--
mailparse.ini
81
B
-rw-r--r--
mbstring.ini
57
B
-rw-r--r--
mcrypt.ini
53
B
-rw-r--r--
memcache.ini
57
B
-rw-r--r--
memcached.ini
81
B
-rw-r--r--
mongodb.ini
73
B
-rw-r--r--
mysqli.ini
53
B
-rw-r--r--
mysqlnd.ini
55
B
-rw-r--r--
nd_mysqli.ini
80
B
-rw-r--r--
nd_pdo_mysql.ini
103
B
-rw-r--r--
newrelic.ini
46.41
KB
-rwxr-xr-x
oauth.ini
51
B
-rw-r--r--
oci8.ini
49
B
-rw-r--r--
odbc.ini
49
B
-rw-r--r--
opcache.ini
97
B
-rw-r--r--
pdo.ini
47
B
-rw-r--r--
pdo_dblib.ini
76
B
-rw-r--r--
pdo_firebird.ini
82
B
-rw-r--r--
pdo_mysql.ini
76
B
-rw-r--r--
pdo_oci.ini
72
B
-rw-r--r--
pdo_odbc.ini
74
B
-rw-r--r--
pdo_pgsql.ini
76
B
-rw-r--r--
pdo_sqlite.ini
78
B
-rw-r--r--
pdo_sqlsrv.ini
78
B
-rw-r--r--
pgsql.ini
51
B
-rw-r--r--
phar.ini
49
B
-rw-r--r--
posix.ini
51
B
-rw-r--r--
pspell.ini
53
B
-rw-r--r--
psr.ini
47
B
-rw-r--r--
raphf.ini
51
B
-rw-r--r--
redis.ini
73
B
-rw-r--r--
snmp.ini
49
B
-rw-r--r--
snuffleupagus-default.rules
69
B
-rw-r--r--
soap.ini
49
B
-rw-r--r--
sockets.ini
55
B
-rw-r--r--
sodium.ini
53
B
-rw-r--r--
sqlite3.ini
55
B
-rw-r--r--
sqlsrv.ini
53
B
-rw-r--r--
ssh2.ini
49
B
-rw-r--r--
swoole.ini
53
B
-rw-r--r--
sysvmsg.ini
55
B
-rw-r--r--
sysvsem.ini
55
B
-rw-r--r--
sysvshm.ini
55
B
-rw-r--r--
tidy.ini
49
B
-rw-r--r--
timezonedb.ini
61
B
-rw-r--r--
trader.ini
53
B
-rw-r--r--
uploadprogress.ini
69
B
-rw-r--r--
uuid.ini
49
B
-rw-r--r--
vips.ini
49
B
-rw-r--r--
xdebug.ini
95
B
-rw-r--r--
xmlreader.ini
76
B
-rw-r--r--
xmlwriter.ini
59
B
-rw-r--r--
xsl.ini
64
B
-rw-r--r--
yaml.ini
49
B
-rw-r--r--
zip.ini
47
B
-rw-r--r--
zmq.ini
47
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : amqp.ini
; Enable amqp extension module extension = amqp.so ; Whether calls to AMQPQueue::get() and AMQPQueue::consume() ; should require that the client explicitly acknowledge messages. ; Setting this value to 1 will pass in the AMQP_AUTOACK flag to ; the above method calls if the flags field is omitted. ;amqp.auto_ack = 0 ; The host to which to connect. ;amqp.host = localhost ; The login to use while connecting to the broker. ;amqp.login = guest ; The password to use while connecting to the broker. ;amqp.password = guest ; The port on which to connect. ;amqp.port = 5672 ; The number of messages to prefect from the server during a ; call to AMQPQueue::get() or AMQPQueue::consume() during which ; the AMQP_AUTOACK flag is not set. ;amqp.prefetch_count = 3 ;amqp.prefetch_size = 0 ;amqp.global_prefetch_count = 0 ;amqp.global_prefetch_size = 0 ; The virtual host on the broker to which to connect. ;amqp.vhost = / ; Timeout ;amqp.timeout = ;amqp.read_timeout = 0 ;amqp.write_timeout = 0 ;amqp.connect_timeout = 0 ;amqp.rpc_timeout = 0 ;amqp.channel_max = 256 ;amqp.frame_max = 131072 ;amqp.heartbeat = 0 ;amqp.cacert = '' ;amqp.cert = '' ;amqp.key = '' ;amqp.verify = '' ;amqp.sasl_method = 0
Close