Current Path: > > opt > alt > > python33 > lib > > python3.3 > site-packages > pip > _vendor > requests
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
packages | Directory | - | - | |
__init__.py | File | 1856 bytes | November 13 2023 21:16:39. | |
adapters.py | File | 14608 bytes | November 13 2023 21:16:39. | |
api.py | File | 4344 bytes | November 13 2023 21:16:39. | |
auth.py | File | 6123 bytes | November 13 2023 21:16:39. | |
cacert.pem | File | 308434 bytes | November 13 2023 21:16:39. | |
certs.py | File | 544 bytes | November 13 2023 21:16:39. | |
compat.py | File | 2556 bytes | November 13 2023 21:16:39. | |
cookies.py | File | 16686 bytes | November 13 2023 21:16:39. | |
exceptions.py | File | 1877 bytes | November 13 2023 21:16:39. | |
hooks.py | File | 820 bytes | November 13 2023 21:16:39. | |
models.py | File | 26436 bytes | November 13 2023 21:16:39. | |
sessions.py | File | 22290 bytes | November 13 2023 21:16:39. | |
status_codes.py | File | 3136 bytes | November 13 2023 21:16:39. | |
structures.py | File | 3541 bytes | November 13 2023 21:16:39. | |
utils.py | File | 19973 bytes | November 13 2023 21:16:39. |
#!/usr/bin/env python # -*- coding: utf-8 -*- """ certs.py ~~~~~~~~ This module returns the preferred default CA certificate bundle. If you are packaging Requests, e.g., for a Linux distribution or a managed environment, you can change the definition of where() to return a separately packaged CA bundle. """ import os.path def where(): """Return the preferred certificate bundle.""" # vendored bundle inside Requests return os.path.join(os.path.dirname(__file__), 'cacert.pem') if __name__ == '__main__': print(where())
SILENT KILLER Tool