Linux sh52.ich-4.com 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
Server IP : 198.143.147.58 & Your IP : 216.73.217.21
Domains :
Cant Read [ /etc/named.conf ]
User : actualbuzz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python36 /
lib64 /
python3.6 /
unittest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-02-06 23:38
__init__.py
3.13
KB
-rw-r--r--
2024-04-17 17:32
__main__.py
485
B
-rw-r--r--
2024-04-17 17:32
case.py
56.84
KB
-rw-r--r--
2024-04-17 17:32
loader.py
21.7
KB
-rw-r--r--
2024-04-17 17:32
main.py
10.3
KB
-rw-r--r--
2024-04-17 17:32
mock.py
77.98
KB
-rw-r--r--
2024-04-17 17:32
result.py
7.27
KB
-rw-r--r--
2024-04-17 17:32
runner.py
7.57
KB
-rw-r--r--
2024-04-17 17:32
signals.py
2.35
KB
-rw-r--r--
2024-04-17 17:32
suite.py
10.23
KB
-rw-r--r--
2024-04-17 17:32
util.py
5.31
KB
-rw-r--r--
2024-04-17 17:32
Save
Rename
"""Main entry point""" import sys if sys.argv[0].endswith("__main__.py"): import os.path # We change sys.argv[0] to make help message more useful # use executable without path, unquoted # (it's just a hint anyway) # (if you have spaces in your executable you get what you deserve!) executable = os.path.basename(sys.executable) sys.argv[0] = executable + " -m unittest" del os __unittest = True from .main import main, TestProgram main(module=None)