Linux cambridge2.uknoc5.com 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
LiteSpeed
Server IP : 92.48.92.37 & Your IP : 18.225.92.173
Domains :
Cant Read [ /etc/named.conf ]
User : drazizulhaq
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
sbin /
Delete
Unzip
Name
Size
Permission
Date
Action
chroot
41.52
KB
-rwxr-xr-x
2023-04-01 08:44
cloudlinux-selector
654
B
-rwxr-xr-x
2025-01-13 13:49
consoletype
11.86
KB
-rwxr-xr-x
2022-11-10 08:01
cracklib-check
13.05
KB
-rwxr-xr-x
2019-10-12 00:47
cracklib-format
251
B
-rwxr-xr-x
2019-10-12 00:47
cracklib-packer
13.05
KB
-rwxr-xr-x
2019-10-12 00:47
cracklib-unpacker
9.03
KB
-rwxr-xr-x
2019-10-12 00:47
create-cracklib-dict
990
B
-rwxr-xr-x
2019-10-12 00:47
ddns-confgen
20.46
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-checkds
936
B
-rwxr-xr-x
2024-08-19 22:36
dnssec-coverage
938
B
-rwxr-xr-x
2024-08-19 22:36
dnssec-dsfromkey
60.84
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-importkey
60.84
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-keyfromlabel
64.76
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-keygen
72.84
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-keymgr
934
B
-rwxr-xr-x
2024-08-19 22:36
dnssec-revoke
56.74
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-settime
60.84
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-signzone
117.2
KB
-rwxr-xr-x
2024-08-19 22:37
dnssec-verify
52.84
KB
-rwxr-xr-x
2024-08-19 22:37
exim
1.02
KB
-rwxr-xr-x
2024-10-04 20:50
faillock
20.52
KB
-rwxr-xr-x
2024-11-26 17:26
genrandom
12.38
KB
-rwxr-xr-x
2024-08-19 22:37
ip
693.3
KB
-rwxr-xr-x
2024-05-23 08:36
isc-hmac-fixup
11.86
KB
-rwxr-xr-x
2024-08-19 22:37
ldconfig
986.03
KB
-rwxr-xr-x
2025-01-28 02:40
mkhomedir_helper
24.43
KB
-rwxr-xr-x
2024-11-26 17:26
named-checkzone
36.63
KB
-rwxr-xr-x
2024-08-19 22:37
named-compilezone
36.63
KB
-rwxr-xr-x
2024-08-19 22:37
nsec3hash
12.29
KB
-rwxr-xr-x
2024-08-19 22:37
pam_console_apply
45.2
KB
-rwxr-xr-x
2024-11-26 17:26
pam_timestamp_check
11.87
KB
-rwxr-xr-x
2024-11-26 17:26
proxyexec
21.17
KB
-r-xr-xr-x
2020-09-02 07:49
pwhistory_helper
20.44
KB
-rwxr-xr-x
2024-11-26 17:26
sasldblistusers2
20.77
KB
-rwxr-xr-x
2022-02-23 20:13
saslpasswd2
16.42
KB
-rwxr-xr-x
2022-02-23 20:13
sendmail
1.02
KB
-rwxr-xr-x
2024-10-04 20:50
snmpd
32.45
KB
-rwxr-xr-x
2024-05-23 09:15
snmptrapd
32.6
KB
-rwxr-xr-x
2024-05-23 09:15
tmpwatch
35.47
KB
-rwxr-xr-x
2019-10-12 11:32
tsig-keygen
20.46
KB
-rwxr-xr-x
2024-08-19 22:37
unix_chkpwd
36.86
KB
-rwxr-xr-x
2024-11-26 17:26
unix_update
36.87
KB
-rwx------
2024-11-26 17:26
Save
Rename
#!/usr/libexec/platform-python ############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. ############################################################################ import os import sys sys.path.insert(0, os.path.dirname(sys.argv[0])) if os.name != 'nt': if '': # value of --with-python-install-dir sys.path.insert(1, '') else: sys.path.insert(1, os.path.join('/usr', 'lib', 'python' + sys.version[:3], 'site-packages')) import isc.keymgr if __name__ == "__main__": isc.keymgr.main()