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 : cookies.cpython-39.opt-1.pyc
a �/�h�G � @ s� d Z ddlZddlZddlZddlmZ ddlmZmZm Z m Z mZ zddlZW n e yj ddlZY n0 G dd� de�ZG dd � d e�Zd d� Zdd � Zddd�ZG dd� de�ZG dd� deje�Zdd� Zdd� Zdd� Zd dd�Zdd� ZdS )!z� requests.cookies ~~~~~~~~~~~~~~~~ Compatibility code to be able to use `cookielib.CookieJar` with requests. requests.utils imports from here, so be careful with imports. � N� )�to_native_string)� cookielib�urlparse� urlunparse�Morsel�MutableMappingc @ s� e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� Zdd � Z dd� Z ddd�Zdd� Zdd� Z dd� Zedd� �Zedd� �Zedd� �ZdS ) �MockRequesta� Wraps a `requests.Request` to mimic a `urllib2.Request`. The code in `cookielib.CookieJar` expects this interface in order to correctly manage cookie policies, i.e., determine whether a cookie can be set, given the domains of the request and the cookie. The original request object is read-only. The client is responsible for collecting the new headers via `get_new_headers()` and interpreting them appropriately. You probably want `get_cookie_header`, defined below. c C s || _ i | _t| j j�j| _d S �N)�_r�_new_headersr �url�scheme�type)�self�request� r �4/usr/lib/python3.9/site-packages/requests/cookies.py�__init__% s zMockRequest.__init__c C s | j S r )r �r r r r �get_type* s zMockRequest.get_typec C s t | jj�jS r )r r r �netlocr r r r �get_host- s zMockRequest.get_hostc C s | � � S r �r r r r r �get_origin_req_host0 s zMockRequest.get_origin_req_hostc C sT | j j�d�s| j jS t| j jd dd�}t| j j�}t|j||j|j |j |jg�S )NZHostzutf-8)�encoding)r �headers�getr r r r r �path�params�query�fragment)r �host�parsedr r r �get_full_url3 s �zMockRequest.get_full_urlc C s dS �NTr r r r r �is_unverifiableA s zMockRequest.is_unverifiablec C s || j jv p|| jv S r )r r r �r �namer r r � has_headerD s zMockRequest.has_headerNc C s | j j�|| j�||��S r )r r r r )r r( �defaultr r r � get_headerG s zMockRequest.get_headerc C s t d��dS )zMcookielib has no legitimate use for this method; add it back if you find one.z=Cookie headers should be added with add_unredirected_header()N)�NotImplementedError)r �key�valr r r � add_headerJ s zMockRequest.add_headerc C s || j |<