SILENT KILLERPanel

Current Path: > > opt > alt > python38 > bin > > > >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python38/bin////

NameTypeSizeLast ModifiedActions
2to3 File 108 bytes September 23 2024 11:26:06.
lswsgi File 105288 bytes February 24 2021 15:34:48.
msgfmt3.8.py File 7603 bytes September 06 2024 20:41:55.
msgfmt3.py File 7603 bytes September 06 2024 20:41:55.
pathfix.py File 6799 bytes September 06 2024 20:41:55.
pip File 661 bytes November 13 2023 21:40:27.
pip-3 File 661 bytes November 13 2023 21:40:27.
pip-3.8 File 661 bytes November 13 2023 21:40:27.
pip3 File 661 bytes November 13 2023 21:40:27.
pip3.8 File 661 bytes November 13 2023 21:40:27.
pydoc3 File 91 bytes September 23 2024 11:26:06.
pydoc3.8 File 91 bytes September 23 2024 11:26:06.
pygettext3.8.py File 21548 bytes September 06 2024 20:41:55.
pygettext3.py File 21548 bytes September 06 2024 20:41:55.
python3 File 7752 bytes September 23 2024 11:26:35.
python3-config File 171 bytes September 23 2024 11:26:06.
python3.8 File 7752 bytes September 23 2024 11:26:35.
python3.8-config File 171 bytes September 23 2024 11:26:06.
python3.8-x86_64-config File 3503 bytes September 23 2024 11:19:32.

Reading File: //opt/alt/python38/bin/////pip3

#!/opt/alt/python38/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())

SILENT KILLER Tool