Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python37 /
lib64 /
python3.7 /
unittest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2024-07-21 05:50
__init__.py
3.13
KB
-rw-r--r--
2024-04-17 20:53
__main__.py
472
B
-rw-r--r--
2024-04-17 20:53
case.py
57.54
KB
-rw-r--r--
2024-04-17 20:53
loader.py
22.17
KB
-rw-r--r--
2024-04-17 20:53
main.py
10.97
KB
-rw-r--r--
2024-04-17 20:53
mock.py
80.95
KB
-rw-r--r--
2024-04-17 20:53
result.py
7.27
KB
-rw-r--r--
2024-04-17 20:53
runner.py
7.58
KB
-rw-r--r--
2024-04-17 20:53
signals.py
2.35
KB
-rw-r--r--
2024-04-17 20:53
suite.py
10.23
KB
-rw-r--r--
2024-04-17 20:53
util.py
5.09
KB
-rw-r--r--
2024-04-17 20:53
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)