Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.142.171.199
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib64 /
python3.6 /
unittest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2022-01-26 14:47
__init__.py
3.1
KB
-rw-r--r--
2020-11-16 16:32
__main__.py
485
B
-rw-r--r--
2018-12-23 21:37
case.py
56.15
KB
-rw-r--r--
2020-11-16 16:32
loader.py
21.7
KB
-rw-r--r--
2018-12-23 21:37
main.py
10.3
KB
-rw-r--r--
2018-12-23 21:37
mock.py
77.98
KB
-rw-r--r--
2018-12-23 21:37
result.py
7.27
KB
-rw-r--r--
2018-12-23 21:37
runner.py
7.57
KB
-rw-r--r--
2018-12-23 21:37
signals.py
2.35
KB
-rw-r--r--
2018-12-23 21:37
suite.py
10.23
KB
-rw-r--r--
2018-12-23 21:37
util.py
5.31
KB
-rw-r--r--
2018-12-23 21:37
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)