SILENT KILLERPanel

Current Path: > > opt > alt > python313 > 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/python313/bin/

NameTypeSizeLast ModifiedActions
lswsgi File 109408 bytes January 03 2025 21:02:54.
msgfmt3.13.py File 7892 bytes June 11 2025 15:36:57.
msgfmt3.py File 7892 bytes June 11 2025 15:36:57.
pathfix.py File 5552 bytes June 23 2025 14:02:35.
pip File 662 bytes December 01 2024 12:47:37.
pip-3 File 662 bytes December 01 2024 12:47:37.
pip-3.13 File 662 bytes December 01 2024 12:47:37.
pip3 File 662 bytes December 01 2024 12:47:37.
pip3.13 File 662 bytes December 01 2024 12:47:37.
pydoc3 File 93 bytes June 23 2025 14:37:05.
pydoc3.13 File 93 bytes June 23 2025 14:37:05.
pygettext3.13.py File 24453 bytes June 11 2025 15:36:57.
pygettext3.py File 24453 bytes June 11 2025 15:36:57.
python3 File 16184 bytes June 23 2025 14:40:10.
python3-config File 173 bytes June 23 2025 14:38:30.
python3.13 File 16184 bytes June 23 2025 14:40:10.
python3.13-config File 173 bytes June 23 2025 14:38:30.
python3.13-x86_64-config File 3597 bytes June 23 2025 14:33:37.

Reading File: //opt/alt/python313/bin//pip

#!/opt/alt/python313/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