Hackfut Security File Manager
Current Path:
/usr/sbin
usr
/
sbin
/
📁
..
📄
chroot
(27.46 KB)
📄
cloudlinux-selector
(834 B)
📄
cracklib-check
(5.38 KB)
📄
cracklib-format
(218 B)
📄
cracklib-packer
(5.86 KB)
📄
cracklib-unpacker
(5.07 KB)
📄
create-cracklib-dict
(990 B)
📄
exim
(1.02 KB)
📄
pluginviewer
(12.7 KB)
📄
proxyexec
(18.77 KB)
📄
safe_finger
(8.69 KB)
📄
saslauthd
(86.42 KB)
📄
sasldblistusers2
(14.84 KB)
📄
saslpasswd2
(11.06 KB)
📄
sendmail
(1.02 KB)
📄
tcpd
(34.88 KB)
📄
tcpdmatch
(38.01 KB)
📄
testsaslauthd
(10.72 KB)
📄
tmpwatch
(17.38 KB)
📄
try-from
(19.22 KB)
Editing: cloudlinux-selector
#!/opt/alt/python37/bin/python3 -sbb # -*- coding: utf-8 -*- # cloudlinux-selector Utility to check Cloudlinux license # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT from __future__ import print_function from __future__ import division from __future__ import absolute_import import sys from clcommon.lib.cledition import is_cl_solo_edition, print_skip_message_on_solo from clselector.cl_selector import CloudlinuxSelector def main(argv): """ Main run function """ if is_cl_solo_edition(skip_jwt_check=True): print_skip_message_on_solo() return cll = CloudlinuxSelector() return cll.run(argv) if __name__ == "__main__": sys.exit(main(sys.argv[1:]))
Upload File
Create Folder