Linux server.bornosky.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
Apache
: 95.217.200.235 | : 18.224.45.130
Cant Read [ /etc/named.conf ]
7.3.33
aggscedu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
alt /
php81 /
etc /
php.d.all /
[ HOME SHELL ]
Name
Size
Permission
Action
amqp.ini
1.64
KB
-rw-r--r--
apcu.ini
49
B
-rw-r--r--
bcmath.ini
53
B
-rw-r--r--
brotli.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--
ffi.ini
47
B
-rw-r--r--
fileinfo.ini
57
B
-rw-r--r--
gd.ini
45
B
-rw-r--r--
gearman.ini
55
B
-rw-r--r--
geoip.ini
51
B
-rw-r--r--
gmagick.ini
55
B
-rw-r--r--
gnupg.ini
51
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--
ioncube_loader.ini
70
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
55
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
49.9
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--
pdf.ini
47
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--
phalcon5.ini
108
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--
rrd.ini
47
B
-rw-r--r--
snmp.ini
49
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--
solr.ini
49
B
-rw-r--r--
sourceguardian.ini
65
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--
tideways_xhprof.ini
71
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--
xdebug.ini
95
B
-rw-r--r--
xmlreader.ini
76
B
-rw-r--r--
xmlrpc.ini
53
B
-rw-r--r--
xmlwriter.ini
59
B
-rw-r--r--
xsl.ini
64
B
-rw-r--r--
yaf.ini
47
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