shell bypass 403

GrazzMean-Shell Shell

Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.15.15.225
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : gzip.cpython-313.pyc
�

1}g^���SrSSKrSSKrSSKrSSKrSSKrSSKrSSKrSSKr/SQr	Sur
rrr
rSrSrSrSrS	rS
rS\R*-rS\SSS4SjrS
r"SS5r"SS\5r"SS\R85r"SS\R<5rSr Sr!"SS\RD5r#\4SS.Sjjr$Sr%Sr&\'S:Xa\&"5 gg)z�Functions that read and write gzipped files.

The user of the file doesn't have to worry about the compression,
but random access is not allowed.�N)�BadGzipFile�GzipFile�open�compress�
decompress)������rb�wbr��	ir
c��SU;aSU;a[SU<35eO*Ub[S5eUb[S5eUb[S5eURSS5n[U[[[
R45(a
[XU5nO;[US	5(d[US
5(a[SXbU5nO[S5eSU;a-[R"U5n[R"XsXE5$U$)a�Open a gzip-compressed file in binary or text mode.

The filename argument can be an actual filename (a str or bytes object), or
an existing file object to read from or write to.

The mode argument can be "r", "rb", "w", "wb", "x", "xb", "a" or "ab" for
binary mode, or "rt", "wt", "xt" or "at" for text mode. The default mode is
"rb", and the default compresslevel is 9.

For binary mode, this function is equivalent to the GzipFile constructor:
GzipFile(filename, mode, compresslevel). In this case, the encoding, errors
and newline arguments must not be provided.

For text mode, a GzipFile object is created, and wrapped in an
io.TextIOWrapper instance with the specified encoding, error handling
behavior, and line ending(s).

�t�bzInvalid mode: Nz0Argument 'encoding' not supported in binary modez.Argument 'errors' not supported in binary modez/Argument 'newline' not supported in binary mode��read�writez1filename must be a str or bytes object, or a file)
�
ValueError�replace�
isinstance�str�bytes�os�PathLiker�hasattr�	TypeError�io�
text_encoding�
TextIOWrapper)�filename�mode�
compresslevel�encoding�errors�newline�gz_mode�binary_files        �+/opt/alt/python313/lib64/python3.13/gzip.pyrrs���(�d�{��$�;��4�9�:�:�����O�P�P����M�N�N����N�O�O��l�l�3��#�G��(�S�%����5�6�6��x�-�@��	��6�	"�	"�g�h��&@�&@��t�W�X�F���K�L�L�
�d�{��#�#�H�-������v�G�G���c�P�UR[R"SU55 g)Nz<L)r�struct�pack)�output�values  r+�write32ur2Js���L�L����T�5�)�*r,c�>�\rSrSrSrS
SjrSrS
SjrSrSr	Sr
g	)�_PaddedFile�Oz�Minimal read-only file object that prepends a string to the contents
of an actual file. Shouldn't be used outside of gzip.py, as it lacks
essential functionality.c�J�X l[U5UlXlSUlg�Nr)�_buffer�len�_length�file�_read)�self�f�prepends   r+�__init__�_PaddedFile.__init__Ts�����7�|����	���
r,c��URcURRU5$URU-UR::a9URnU=RU-
slURX R$URnSUlURUSURRXR-
U-5-$�N)r<r;rr:r8)r=�sizers   r+r�_PaddedFile.readZs����:�:���9�9�>�>�$�'�'��:�:������,��:�:�D��J�J�$��J��<�<��Z�Z�0�0��:�:�D��D�J��<�<���&��9�9�>�>�$�|�|�"3�D�"8�9�:�
:r,c��URcXlOU=R[U5-slg[UR5UlSUlgr7)r<r8r9r:)r=r?s  r+r?�_PaddedFile.prependgs=���:�:��"�L��J�J�#�g�,�&�J���4�<�<�(�����
r,c�T�SUlSUlURRU5$rC)r<r8r;�seek)r=�offs  r+rI�_PaddedFile.seekps#����
�����y�y�~�~�c�"�"r,c��g�NT��r=s r+�seekable�_PaddedFile.seekableu���r,)r8r:r<r;N)r,)�__name__�
__module__�__qualname__�__firstlineno__�__doc__r@rr?rIrP�__static_attributes__rNr,r+r4r4Os �� ��:��#�
r,r4c��\rSrSrSrSrg)r�yz6Exception raised in some cases for invalid gzip files.rNN)rSrTrUrVrWrXrNr,r+rrys��@r,rc�0�\rSrSrSrSrSrSrSrSr	g)	�_WriteBufferStream�}z8Minimal object to pass WriteBuffer flushes into GzipFilec��XlgrC��	gzip_file)r=r`s  r+r@�_WriteBufferStream.__init__s��"�r,c�8�URRU5$rC)r`�
_write_raw)r=�datas  r+r�_WriteBufferStream.write�s���~�~�(�(��.�.r,c��g)NFrNrOs r+rP�_WriteBufferStream.seekable�s��r,c��grMrNrOs r+�writable�_WriteBufferStream.writable�rRr,r_N)
rSrTrUrVrWr@rrPrirXrNr,r+r\r\}s��B�#�/��r,r\c�
^�\rSrSrSrSrSS\SS4Sjr\S5r	Sr
SrU4SjrS	r
S
rSrSSjrSS
jrSr\S5rSr\R,4SjrSrSrSrSrSr\R<4SjrSSjr Sr!U=r"$)r�z�The GzipFile class simulates most of the methods of a file object with
the exception of the truncate() method.

This class only supports opening files in binary mode. If you need to open a
compressed file in text mode, use the gzip.open() function.

Nc�X�U(a&SU;dSU;a[SRU55eU(aSU;aUS-
nUc%[R"X=(d S5=o@lUc+[USS5n[
U[[45(dSnO[R"U5nUnUc
[US	S5nURS
5(a8[Ul
[U5n[R "U5UlXlO�URS5(a�UcSSKnUR)S
[*S5 [,Ul
UR/U5 [0R2"U[0R4[0R6*[0R8S5UlXPl[>Ul [RB"[EU5UR@S9UlO[SRU55eX@l#UR[,:XaURIU5 gg)a�Constructor for the GzipFile class.

At least one of fileobj and filename must be given a
non-trivial value.

The new class instance is based on fileobj, which can be a regular
file, an io.BytesIO object, or any other object which simulates a file.
It defaults to None, in which case filename is opened to provide
a file object.

When fileobj is not None, the filename argument is only used to be
included in the gzip file header, which may include the original
filename of the uncompressed file.  It defaults to the filename of
fileobj, if discernible; otherwise, it defaults to the empty string,
and in this case the original filename is not included in the header.

The mode argument can be any of 'r', 'rb', 'a', 'ab', 'w', 'wb', 'x', or
'xb' depending on whether the file will be read or written.  The default
is the mode of fileobj if discernible; otherwise, the default is 'rb'.
A mode of 'r' is equivalent to one of 'rb', and similarly for 'w' and
'wb', 'a' and 'ab', and 'x' and 'xb'.

The compresslevel argument is an integer from 0 to 9 controlling the
level of compression; 1 is fastest and produces the least compression,
and 9 is slowest and produces the most compression. 0 is no compression
at all. The default is 9.

The optional mtime argument is the timestamp requested by gzip. The time
is in Unix format, i.e., seconds since 00:00:00 UTC, January 1, 1970.
If mtime is omitted or None, the current time is used. Use mtime = 0
to generate a compressed stream that does not depend on creation time.

r�UzInvalid mode: {!r}rNr
�namerr$�r)�w�a�xrz�GzipFile was opened for writing, but this will change in future Python releases.  Specify the mode argument for opening it for writing.r	)�buffer_size)%r�format�builtinsr�	myfileobj�getattrrrrr�fspath�
startswith�READr$�_GzipReaderr �BufferedReaderr8ro�warnings�warn�
FutureWarning�WRITE�_init_write�zlib�compressobj�DEFLATED�	MAX_WBITS�
DEF_MEM_LEVELr�_write_mtime�_WRITE_BUFFER_SIZE�_buffer_size�BufferedWriterr\�fileobj�_write_gzip_header)	r=r#r$r%r��mtime�origmode�rawr~s	         r+r@�GzipFile.__init__�s���H�S�D�[�C�4�K��1�8�8��>�?�?��C�t�O��C�K�D��?�'/�}�}�X�|�t�'L�L�G�n����w���3�H��h��e��5�5�����y�y��*�H����<��7�F�D�1�D��?�?�3����D�I��g�&�C��,�,�S�1�D�L� �I�
�_�_�_�
-�
-�����
�
�L�"�1�	&�
�D�I����X�&� �,�,�]�-1�]�]�.2�n�n�_�-1�-?�-?�-.�	0�D�M�
!&�� 2�D���,�,�-?��-E�9=�9J�9J�L�D�L��1�8�8��>�?�?����9�9����#�#�M�2�r,c�B�URRR$)z0Last modification time read from stream, or None)r8r��_last_mtimerOs r+r��GzipFile.mtime�s���|�|���+�+�+r,c�r�[UR5nSUSS-S-[[U55-S-$)Nz<gzip r���� �>)�reprr��hex�id)r=�ss  r+�__repr__�GzipFile.__repr__�s8���������!�A�b�'�!�C�'�#�b��h�-�7�#�=�=r,c�~�Xl[R"S5UlSUl/UlSUlSUlg�Nr,r)ror��crc32�crcrD�writebuf�bufsize�offset)r=r#s  r+r��GzipFile._init_write�s2���	��:�:�c�?�����	���
������r,c�t>�UR5 URR5 [TU]5$rC)�_check_not_closedr8�flush�super�tell�r=�	__class__s �r+r��
GzipFile.tells+������ ��������w�|�~�r,c�f�URRS5 URRS5 [RR	UR
5n[
U[5(dURS5nURS5(aUSSnSnU(a[nURR[U5RS55 URnUc[R"5n[UR[!U55 U[":XaSnOU[$:XaS	nOS
nURRU5 URRS5 U(aURRUS
-5 gg![a SnGN
f=f)N���zlatin-1s.gz���r,r�����)r�rr�path�basenamerorr�encode�endswith�UnicodeEncodeError�FNAME�chrr��timer2�int�_COMPRESS_LEVEL_BEST�_COMPRESS_LEVEL_FAST)r=r%�fname�flagsr��xfls      r+r��GzipFile._write_gzip_headersP�������;�'������7�#�		��G�G�$�$�T�Y�Y�/�E��e�U�+�+����Y�/���~�~�f�%�%��c�r�
������E������3�u�:�,�,�Y�7�8��!�!���=��I�I�K�E�����s�5�z�*��0�0��C�
�2�
2��C��C������3�������7�#���L�L���u�w��/���%"�	��E�	�s�A*F � F0�/F0c���UR5 UR[:waSSKn[	UR
S5eURc[S5eURRU5$)Nrz$write() on read-only GzipFile objectz!write() on closed GzipFile object)
r�r$r��errno�OSError�EBADFr�rr8r)r=rdr�s   r+r�GzipFile.write%sZ����� ��9�9�����%�+�+�'M�N�N��<�<���@�A�A��|�|�!�!�$�'�'r,c��[U[[45(a[U5nO[	U5nUR
nUS:�a�URRURRU55 U=RU-
sl	[R"XR5UlU=RU-
sl
U$r7)rr�	bytearrayr9�
memoryview�nbytesr�rrrDr�r�r�r�)r=rd�lengths   r+rc�GzipFile._write_raw0s����d�U�I�.�/�/���Y�F��d�#�D��[�[�F��A�:��L�L���t�}�}�5�5�d�;�<��I�I���I��z�z�$���1�D�H��K�K�6�!�K��
r,c��UR5 UR[:waSSKn[	UR
S5eURRU5$)Nrz$read() on write-only GzipFile object)r�r$r{r�r�r�r8r�r=rDr�s   r+r�
GzipFile.readAsD����� ��9�9�����%�+�+�'M�N�N��|�|� � ��&�&r,c���UR5 UR[:waSSKn[	UR
S5eUS:a[RnURRU5$)z\Implements BufferedIOBase.read1()

Reads up to a buffer's worth of data if size is negative.rNz%read1() on write-only GzipFile object)
r�r$r{r�r�r�r �DEFAULT_BUFFER_SIZEr8�read1r�s   r+r��GzipFile.read1HsX��	
��� ��9�9�����%�+�+�'N�O�O��!�8��)�)�D��|�|�!�!�$�'�'r,c��UR5 UR[:waSSKn[	UR
S5eURRU5$)Nrz$peek() on write-only GzipFile object)r�r$r{r�r�r�r8�peek)r=�nr�s   r+r��
GzipFile.peekUsD����� ��9�9�����%�+�+�'M�N�N��|�|� � ��#�#r,c��URSL$rC)r�rOs r+�closed�GzipFile.closed\s���|�|�t�#�#r,c��URnUbURR(agUR[:XaqURR5 UR
URR55 [XR5 [XRS-5 O.UR[:XaURR5 SUlURnU(aSUl
UR5 gg!SUlURnU(aSUl
UR5 ff=f)N���)r�r8r�r$r�r�rrr2r�rDr{�closerw)r=r�rws   r+r��GzipFile.close`s����,�,���?�d�l�l�1�1��	"��y�y�E�!����"�"�$��
�
�d�m�m�1�1�3�4���(�(�+���)�)�j�"8�9����d�"����"�"�$��D�L����I��!%������!��� �D�L����I��!%������!��s�B3D�4Ec��UR5 UR[:XaiURR	5 UR
R
URR	U55 UR
R	5 ggrC)r�r$r�r8r�r�rr)r=�	zlib_modes  r+r��GzipFile.flushts`����� ��9�9����L�L��� ��L�L���t�}�}�2�2�9�=�>��L�L��� �	r,c�6�URR5$)z�Invoke the underlying file object's fileno() method.

This will raise AttributeError if the underlying file object
doesn't support fileno().
)r��filenorOs r+r��GzipFile.fileno|s���|�|�"�"�$�$r,c�x�UR[:wa[S5eURR	S5 g)zSReturn the uncompressed stream file position indicator to the
beginning of the filezCan't rewind in write moderN)r$r{r�r8rIrOs r+�rewind�GzipFile.rewind�s.���9�9����6�7�7������!�r,c�(�UR[:H$rC)r$r{rOs r+�readable�GzipFile.readable�s���y�y�D� � r,c�(�UR[:H$rC)r$r�rOs r+ri�GzipFile.writable�s���y�y�E�!�!r,c��grMrNrOs r+rP�GzipFile.seekable�rRr,c��UR[:Xa�UR5 URR	5 U[
R:wa/U[
R:XaURU-nO[S5eXR:a[S5eXR-
nSUR-n[X0R-5HnURU5 M URSX0R--5 UR$UR[:Xa+UR5 URRX5$UR$)NzSeek from end not supportedzNegative seek in write moder�)r$r�r�r8r�r �SEEK_SET�SEEK_CURr�rr�r��rangerr{rI)r=r��whence�count�chunk�is      r+rI�
GzipFile.seek�s���9�9����"�"�$��L�L��� �����$��R�[�[�(�!�[�[�6�1�F�$�%B�C�C����#��;�<�<��[�[�(�E��D�-�-�-�E��5�$5�$5�5�6���
�
�5�!�7��J�J�u��(9�(9� 9�:�;�
�{�{��	�Y�Y�$�
��"�"�$��<�<�$�$�V�4�4��{�{�r,c�X�UR5 URRU5$rC)r�r8�readline)r=rDs  r+r��GzipFile.readline�s#����� ��|�|�$�$�T�*�*r,)
r8r�r�r�rr�r�r$rwror�rDr��r�)#rSrTrUrVrWrwr�r@�propertyr�r�r�r�r�rrcrr�r�r�r�r��Z_SYNC_FLUSHr�r�r�r�rirPr r�rIr�rX�
__classcell__�r�s@r+rr�s������I� $�4�3�T��T3�l�,��,�>���
0�@	(��"'�(�$��$��$�"�("�.�.�!�%��!�"��#%�+�+��.+�+r,rc���URU5n[U5U:aDURU[U5-
5nU(d[S5eX#-
n[U5U:aMDU$)zqRead exactly *n* bytes from `fp`

This method is required because fp may be unbuffered,
i.e. return short reads.
�ACompressed file ended before the end-of-stream marker was reached)rr9�EOFError)�fpr�rdrs    r+�_read_exactr�sb���7�7�1�:�D�

�d�)�a�-��G�G�A��D�	�M�"����>�?�
?��	���d�)�a�-��Kr,c�4�URS5nUS:XagUS:wa[SU-5e[R"S[	US55up#nUS:wa[S5eU[
-(a.[R"S	[	US55un[	X5 U[-(a"URS
5nU(aUS:XaOM!U[-(a"URS
5nU(aUS:XaOM!U[-(a[	US5 U$)z�Read a gzip header from `fp` and progress to the end of the header.

Returns last mtime if header was present or None otherwise.
r	r,Nr�zNot a gzipped file (%r)z<BBIxxrzUnknown compression methodz<Hrr�)	rrr.�unpackr�FEXTRAr��FCOMMENT�FHCRC)r�magic�method�flag�
last_mtime�	extra_lenr�s       r+�_read_gzip_headerr�s���

�G�G�A�J�E���|������3�e�;�<�<�!'���x��R��9K�!L��V�:�
��{��6�7�7��f�}��]�]�4��R��);�<�
�	��B�"��e�|������
�A���7�
����h�������
�A���7�
����e�|��B����r,c�P^�\rSrSrU4SjrSrSrS	SjrSrU4Sjr	Sr
U=r$)
r|i�c�>�[TU][U5[R[R
*S9 SUlSUlg)N��wbitsT)r�r@r4r��_ZlibDecompressorr��_new_memberr�)r=rr�s  �r+r@�_GzipReader.__init__�s>���
����R��$�*@�*@� $����	�	0� �����r,c�H�[R"S5UlSUlgr�)r�r��_crc�_stream_sizerOs r+�
_init_read�_GzipReader._init_read�s���J�J�s�O��	���r,c�B�[UR5nUcgXlg)NFT)r�_fpr�)r=rs  r+r�_GzipReader._read_gzip_header�s"��&�t�x�x�0�
����%��r,c��US:aUR5$U(dgURR(a8UR5 SUlUR
"S0URD6UlUR(a>UR5 UR5(dURUl
gSUlURR(a;URR[5nURRX!5nOURRSU5nURR S:wa/URR#URR 5 US:waOWS:Xa[%S5eGMx[&R("X0R*5UlU=R,[/U5-
slU=R[/U5-
sl	U$)Nrr,TFrrN)�readall�
_decompressor�eof�	_read_eofr�_decomp_factory�_decomp_argsrr�_pos�_size�needs_inputr!r�READ_BUFFER_SIZEr�unused_datar?rr�r�rrr9)r=rD�buf�
uncompresss    r+r�_GzipReader.read�s����!�8��<�<�>�!���
��!�!�%�%�
��� �#'�� �%)�%9�%9�&)��'�'�&)��"�������!��-�-�/�/�!%���D�J��#(�� ��!�!�-�-��h�h�m�m�$4�5��!�/�/�:�:�3�E�
�!�/�/�:�:�3��E�
��!�!�-�-��4���� � ��!3�!3�!?�!?�@��S� ���c�z�� B�C�C�G�L�J�J�z�9�9�5��	����S��_�,���	�	�S��_�$�	��r,c��[R"S[URS55upXR:wa/[S[
U5<S[
UR5<35eX RS-:wa[S5eSnUS:Xa#URRS5nUS:XaM#U(aURRU5 gg)	N�<IIrzCRC check failed z != r��!Incorrect length of data producedr�r)
r.r
rr!rrr�rrr?)r=r��isize�cs    r+r'�_GzipReader._read_eof-s���
�}�}�U�K����!�,D�E����I�I���S��Z�=@����^�M�N�
N�
�(�(�:�5�
6��A�B�B�

���7�l����
�
�a� �A��7�l���H�H���Q��
r,c�0>�[TU]5 SUlgrM)r��_rewindrr�s �r+r9�_GzipReader._rewindBs���
������r,)rr%r�rr+rr�)rSrTrUrVr@rrrr'r9rXrrs@r+r|r|�s'��� ���3�j �* � r,r|)r�c��[R"XSS9nUc[R"5n[R"SU[U5USS5nXCSS-$)z�Compress data in one shot and return the compressed string.

compresslevel sets the compression level in range of 0-9.
mtime can be used to set the modification time. The modification time is
set to the current time by default.
�)�levelrNz<4sLBBr��
)r�rr�r.r/r�)rdr%r��	gzip_data�headers     r+rrGsS���
�
�d�r�B�I��}��	�	����[�[��9�c�%�j�)�A�,��
L�F��b�c�N�"�"r,c��/n[R"U5n[U5cSRU5$[R
"[R*S9nURXR5S5nUR(a[UR5S:a[S5e[R"SURSS5upVU[R"U5:wa[!S5eU[U5S-:wa[!S	5eUR#U5 URSSR%S
5nGMF)zQDecompress a gzip compressed string in one shot.
Return the decompressed string.
Nr,rrrr3zCRC check failedr�r4r�)r �BytesIOr�joinr��
decompressobjr�rr�r&r9r.rr.r
r�r�append�lstrip)rd�decompressed_membersr�do�decompressedr�r�s       r+rrXs����
�
�Z�Z��
���R� �(��8�8�0�1�1�
�
�
�t�~�~�o�
6���}�}�T�'�'�)�*�%5�6���v�v��R�^�^�,�q�0��0�1�
1��m�m�E�2�>�>�"�1�+=�>����$�*�*�\�*�*��0�1�1��c�,�'�*�4�5��A�B�B��#�#�L�1��~�~�a�b�!�(�(��1��#r,c��SSKJn U"SS9nUR5nURSSSS9 URS	SS
S9 URSSSS
S9 URSSS/SS9 UR	5n[
nUR(a[nOUR(a[nURGH�nUR(a�US:Xa>[SS[RRS9n[R RnO�USSS:wa[R""SU<35 [%US5n[&R$"USSS5nOkUS:Xa?[RRn[SS[R RUS9nO&[&R$"US5n[%US-S5nUR)[*5nU(dOUR-U5 M0U[R RLaUR/5 U[RRLdGM�UR/5 GM� g)Nr)�ArgumentParserzeA simple command line interface for the gzip module: act like gzip, but do not delete the input file.)�descriptionz--fast�
store_truezcompress faster)�action�helpz--bestzcompress betterz-dz--decompresszact like gunzip instead of gzip�args�*�-r;)�nargs�default�metavarrr
)r#r$r�r�z.gzzfilename doesn't end in .gz: r)r#r$r�r%)�argparserL�add_mutually_exclusive_group�add_argument�
parse_args�_COMPRESS_LEVEL_TRADEOFF�fastr��bestr�rQrr�sys�stdin�buffer�stdout�exitrrvrr-rr�)	rL�parser�grouprQr%�argr>�gr�s	         r+�mainrgqs���'�
�	,�-�F�
�/�/�1�E�	���x��;L��M�	���x��;L��M�	���t�^�L�>��@�����c�C�5�&��I�����D�,�M��y�y�,�
�	
���,�
��y�y���?�?��c�z��b�t�S�Y�Y�=M�=M�N���J�J�%�%���r�s�8�u�$��H�H�<�S�G�D�E���d�O���M�M�#�c�r�(�D�1���c�z��I�I�$�$���b�t�S�Z�Z�=N�=N�+8�:���M�M�#�t�,����u��d�+����F�F�+�,�E���
�G�G�E�N�	�

�C�J�J�%�%�%�
�G�G�I��C�I�I�$�$�$�
�G�G�I�5r,�__main__)(rWr.r^r�rr�rvr �_compression�__all__�FTEXTr
rr�rr{r�r�r[r�r-r�r�rr2r4r�r�	RawIOBaser\�
BaseStreamrrr�DecompressReaderr|rrrgrSrNr,r+�<module>ros��%�����	��
G��(6�%��u�f�e�X���������������/�/�/���,@��t�T�+�Z+�
'�'�TA�'�A������a+�|�&�&�a+�H	
� "�J_ �,�/�/�_ �D"6�#��#�"2�2.�`�z���F�r,
© 2025 GrazzMean-Shell