Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
core20 /
2769 /
usr /
lib /
python3.8 /
unittest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-02-11 09:21
__init__.py
3.19
KB
-rw-r--r--
2026-01-28 05:16
__main__.py
472
B
-rw-r--r--
2026-01-28 05:16
async_case.py
5.67
KB
-rw-r--r--
2026-01-28 05:16
case.py
58.19
KB
-rw-r--r--
2026-01-28 05:16
loader.py
22.17
KB
-rw-r--r--
2026-01-28 05:16
main.py
10.97
KB
-rw-r--r--
2026-01-28 05:16
mock.py
96.01
KB
-rw-r--r--
2026-01-28 05:16
result.py
7.27
KB
-rw-r--r--
2026-01-28 05:16
runner.py
7.58
KB
-rw-r--r--
2026-01-28 05:16
signals.py
2.35
KB
-rw-r--r--
2026-01-28 05:16
suite.py
12.51
KB
-rw-r--r--
2026-01-28 05:16
util.py
5.09
KB
-rw-r--r--
2026-01-28 05:16
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)