Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Program Files /
Java /
jdk1.8.0_311 /
jre /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
amd64
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
applet
[ DIR ]
drwxrwxrwx
2022-02-23 02:35
cmm
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
ext
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
fonts
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
images
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
jfr
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
management
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
oblique-fonts
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
security
[ DIR ]
drwxrwxrwx
2024-03-03 21:28
calendars.properties
1.45
KB
-rw-rw-rw-
2021-09-27 14:26
charsets.jar
2.99
MB
-rw-rw-rw-
2021-09-27 14:26
classlist
82.33
KB
-rw-rw-rw-
2021-09-27 14:26
content-types.properties
5.78
KB
-rw-rw-rw-
2021-09-27 14:26
currency.data
4.01
KB
-rw-rw-rw-
2021-09-27 14:26
flavormap.properties
3.81
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.RedHat.5.bfc
4.43
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.RedHat.5.properties.src
8.63
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.RedHat.6.bfc
4.15
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.RedHat.6.properties.src
8.53
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.SuSE.10.bfc
6.54
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.SuSE.10.properties.src
16.38
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.SuSE.11.bfc
6.87
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.SuSE.11.properties.src
16.39
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.Turbo.bfc
4.56
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.Turbo.properties.src
8.98
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.bfc
1.64
KB
-rw-rw-rw-
2021-09-27 14:26
fontconfig.properties.src
1.89
KB
-rw-rw-rw-
2021-09-27 14:26
hijrah-config-umalqura.properties
13.63
KB
-rw-rw-rw-
2021-09-27 14:26
jce.jar
115.37
KB
-rw-rw-rw-
2021-09-27 14:26
jexec
13.34
KB
-rw-rw-rw-
2021-09-27 14:26
jfr.jar
559.76
KB
-rw-rw-rw-
2021-09-27 14:26
jsse.jar
1.84
MB
-rw-rw-rw-
2021-09-27 14:26
jvm.hprof.txt
4.13
KB
-rw-rw-rw-
2021-09-27 14:26
logging.properties
2.4
KB
-rw-rw-rw-
2021-09-27 14:26
management-agent.jar
382
B
-rw-rw-rw-
2021-09-27 14:26
meta-index
1.99
KB
-rw-rw-rw-
2021-09-27 14:26
net.properties
5.23
KB
-rw-rw-rw-
2021-09-27 14:26
psfont.properties.ja
2.73
KB
-rw-rw-rw-
2021-09-27 14:26
psfontj2d.properties
10.15
KB
-rw-rw-rw-
2021-09-27 14:26
resources.jar
3.4
MB
-rw-rw-rw-
2021-09-27 14:26
rt.jar
64.44
MB
-rw-rw-rw-
2021-09-27 14:26
sound.properties
1.18
KB
-rw-rw-rw-
2021-09-27 14:26
tzdb.dat
105.4
KB
-rw-rw-rw-
2021-09-27 14:26
Save
Rename
############################################################ # Default Logging Configuration File # # You can use a different file by specifying a filename # with the java.util.logging.config.file system property. # For example java -Djava.util.logging.config.file=myfile ############################################################ ############################################################ # Global properties ############################################################ # "handlers" specifies a comma separated list of log Handler # classes. These handlers will be installed during VM startup. # Note that these classes must be on the system classpath. # By default we only configure a ConsoleHandler, which will only # show messages at the INFO and above levels. handlers= java.util.logging.ConsoleHandler # To also add the FileHandler, use the following line instead. #handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler # Default global logging level. # This specifies which kinds of events are logged across # all loggers. For any given facility this global level # can be overriden by a facility specific level # Note that the ConsoleHandler also has a separate level # setting to limit messages printed to the console. .level= INFO ############################################################ # Handler specific properties. # Describes specific configuration info for Handlers. ############################################################ # default file output is in user's home directory. java.util.logging.FileHandler.pattern = %h/java%u.log java.util.logging.FileHandler.limit = 50000 java.util.logging.FileHandler.count = 1 java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter # Limit the message that are printed on the console to INFO and above. java.util.logging.ConsoleHandler.level = INFO java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter # Example to customize the SimpleFormatter output format # to print one-line log message like this: # <level>: <log message> [<date/time>] # # java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n ############################################################ # Facility specific properties. # Provides extra control for each logger. ############################################################ # For example, set the com.xyz.foo logger to only log SEVERE # messages: com.xyz.foo.level = SEVERE