Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python35 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
chardetect
401
B
-rwxr-xr-x
2020-05-22 14:58
easy_install-3.5
243
B
-rwxr-xr-x
2023-11-13 22:17
f2py3
771
B
-rwxr-xr-x
2024-07-08 11:35
lswsgi
103.52
KB
-rwxr-xr-x
2021-02-24 16:26
nosetests-3.5
398
B
-rwxr-xr-x
2019-09-27 12:06
pbr
164
B
-rwxr-xr-x
2016-11-24 09:25
pip
661
B
-rwxr-xr-x
2023-11-13 22:16
pip-3
661
B
-rwxr-xr-x
2023-11-13 22:16
pip-3.5
661
B
-rwxr-xr-x
2023-11-13 22:16
pip3
661
B
-rwxr-xr-x
2023-11-13 22:16
pip3.5
661
B
-rwxr-xr-x
2023-11-13 22:16
pw_migrate
422
B
-rwxr-xr-x
2019-11-15 18:17
pwiz
6.8
KB
-rwxr-xr-x
2024-07-08 11:38
pydoc3
91
B
-rwxr-xr-x
2024-05-31 15:50
pydoc3.5
91
B
-rwxr-xr-x
2024-05-31 15:50
pyjwt
305
B
-rwxr-xr-x
2018-08-28 11:12
python3
11.05
KB
-rwxr-xr-x
2024-05-31 15:51
python3-config
173
B
-rwxr-xr-x
2024-05-31 15:50
python3.5
11.05
KB
-rwxr-xr-x
2024-05-31 15:51
python3.5-config
173
B
-rwxr-xr-x
2024-05-31 15:50
python3.5m
11.05
KB
-rwxr-xr-x
2024-05-31 15:51
python3.5m-config
173
B
-rwxr-xr-x
2024-05-31 15:50
python3.5m-x86_64-config
3.37
KB
-rwxr-xr-x
2024-05-31 15:49
pyvenv
243
B
-rwxr-xr-x
2024-05-31 15:50
pyvenv-3.5
243
B
-rwxr-xr-x
2024-05-31 15:50
raven
305
B
-rwxr-xr-x
2017-11-01 11:10
Save
Rename
#!/opt/alt/python35/bin/python3 # -*- coding: utf-8 -*- import re import sys try: from pip._internal.cli.main import main except ImportError: try: from pip._internal.main import main except ImportError: try: # If the user has downgraded pip, the above import will fail. # Let's try older methods of invoking it: # pip 19 uses this from pip._internal import main except ImportError: # older pip versions use this from pip import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main())