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.145.115.172
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : wave.cpython-313.pyc
�

*}g�Z���SrSSKJr SSKrSSKrSSKr/SQr"SS\5rSr	Sr
S	rS
r\"SS5r
S
r"SS5r"SS5r"SS5rSSjrg)a-
Stuff to parse WAVE files.

Usage.

Reading WAVE files:
      f = wave.open(file, 'r')
where file is either the name of a file or an open file pointer.
The open file pointer must have methods read(), seek(), and close().
When the setpos() and rewind() methods are not used, the seek()
method is not  necessary.

This returns an instance of a class with the following public methods:
      getnchannels()  -- returns number of audio channels (1 for
                         mono, 2 for stereo)
      getsampwidth()  -- returns sample width in bytes
      getframerate()  -- returns sampling frequency
      getnframes()    -- returns number of audio frames
      getcomptype()   -- returns compression type ('NONE' for linear samples)
      getcompname()   -- returns human-readable version of
                         compression type ('not compressed' linear samples)
      getparams()     -- returns a namedtuple consisting of all of the
                         above in the above order
      getmarkers()    -- returns None (for compatibility with the
                         old aifc module)
      getmark(id)     -- raises an error since the mark does not
                         exist (for compatibility with the old aifc module)
      readframes(n)   -- returns at most n frames of audio
      rewind()        -- rewind to the beginning of the audio stream
      setpos(pos)     -- seek to the specified position
      tell()          -- return the current position
      close()         -- close the instance (make it unusable)
The position returned by tell() and the position given to setpos()
are compatible and have nothing to do with the actual position in the
file.
The close() method is called automatically when the class instance
is destroyed.

Writing WAVE files:
      f = wave.open(file, 'w')
where file is either the name of a file or an open file pointer.
The open file pointer must have methods write(), tell(), seek(), and
close().

This returns an instance of a class with the following public methods:
      setnchannels(n) -- set the number of channels
      setsampwidth(n) -- set the sample width
      setframerate(n) -- set the frame rate
      setnframes(n)   -- set the number of frames
      setcomptype(type, name)
                      -- set the compression type and the
                         human-readable compression type
      setparams(tuple)
                      -- set all parameters at once
      tell()          -- return current position in output file
      writeframesraw(data)
                      -- write audio frames without patching up the
                         file header
      writeframes(data)
                      -- write audio frames and patch up the file header
      close()         -- patch up the file header and close the
                         output file
You should set the parameters before the first writeframesraw or
writeframes.  The total number of frames does not need to be set,
but when it is set to the correct value, the header does not have to
be patched up.
It is best to first set all parameters, perhaps possibly the
compression type, and then write audio frames using writeframesraw.
When all frames have been written, either call writeframes(b'') or
close() to patch up the sizes in the header.
The close() method is called automatically when the class instance
is destroyed.
�)�
namedtupleN)�open�Error�	Wave_read�
Wave_writec��\rSrSrSrg)r�R�N)�__name__�
__module__�__qualname__�__firstlineno__�__static_attributes__r
��+/opt/alt/python313/lib64/python3.13/wave.pyrrRs��rr�i��s��8�q)N�b�hN�i�_wave_paramsz7nchannels sampwidth framerate nframes comptype compnamec���[[U55n[S[U5U5H'n[U5HnXU-X#U-S-
U-
'M M) [U5$)Nrr)�	bytearray�len�range�bytes)�data�width�swapped_datar�js     r�	_byteswapr `s]���S��Y�'�L�
�1�c�$�i��
'���u��A�.2�q�5�k�L�U��Q���*�+��(����rc�J�\rSrSrSSjrSrSrSSjrSrS
Sjr	Sr
S	rg
)�_Chunk�jc��SUlX lU(aSnOSnXlURS5Ul[UR5S:a[e[R"US-URS55SUl	U(aURS-
Ul	SUlURR5Ul
SUlg![Ra [Sef=f![[ 4a
 SUlgf=f)	NF�>�<��Lr�T)�closed�align�file�read�	chunknamer�EOFError�struct�unpack_from�	chunksize�error�	size_read�tell�offset�seekable�AttributeError�OSError)�selfr,r+�	bigendian�
inclheader�strflags      r�__init__�_Chunk.__init__ks�������
���G��G��	����1�����t�~�~���"��N�	%�#�/�/����T�Y�Y�q�\�J�1�M�D�N��!�^�^�a�/�D�N����	!��)�)�.�.�*�D�K�!�D�M���|�|�	%���$�	%����(�	"�!�D�M�	"�s�1C�*C0�C-�0D
�	D
c��UR$)z*Return the name (ID) of the current chunk.)r.�r:s r�getname�_Chunk.getname�s���~�~�rc�p�UR(dUR5 SUlgg!SUlf=f)NT)r*�skiprAs r�close�_Chunk.close�s.���{�{�
#��	�	��"���	��#���s�,�	5c�Z�UR(a[S5eUR(d[S5eUS:XaXR-nOUS:XaXR
-nUS:dXR
:�a[eURRURU-S5 Xlg)z�Seek to specified position into the chunk.
Default position is 0 (start of chunk).
If the file is not seekable, this will result in an error.
�I/O operation on closed filezcannot seekr�rN)
r*�
ValueErrorr7r9r4r2�RuntimeErrorr,�seekr6)r:�pos�whences   rrM�_Chunk.seek�s����;�;��;�<�<��}�}��-�(�(��Q�;����&�C�
�q�[����&�C���7�c�N�N�*����	�	���t�{�{�S�(�!�,��rc�R�UR(a[S5eUR$)NrI)r*rKr4rAs rr5�_Chunk.tell�s���;�;��;�<�<��~�~�rc�z�UR(a[S5eURUR:�agUS:aURUR-
nXRUR-
:�aURUR-
nURRU5nUR[
U5-UlURUR:Xa]UR(aLURS-(a8URRS5nUR[
U5-UlU$)ziRead at most size bytes from the chunk.
If size is omitted or negative, read until the end
of the chunk.
rIrrr)r*rKr4r2r,r-rr+)r:�sizer�dummys    rr-�_Chunk.read�s����;�;��;�<�<��>�>�T�^�^�+���!�8��>�>�D�N�N�2�D��.�.�4�>�>�1�1��>�>�D�N�N�2�D��y�y�~�~�d�#�����#�d�)�3����>�>�T�^�^�+��:�:��N�N�Q���I�I�N�N�1�%�E�!�^�^�c�%�j�8�D�N��rc�X�UR(a[S5eUR(auURUR-
nUR
(aURS-(aUS-nURRUS5 URU-UlgURUR:a^[SURUR-
5nURU5nU(d[eURUR:aM]gg![a N�f=f)z�Skip the rest of the chunk.
If you are not interested in the contents of the chunk,
this method should be called so that the file points to
the start of the next chunk.
rIrNi )r*rKr7r2r4r+r,rMr9�minr-r/)r:�nrUs   rrE�_Chunk.skip�s����;�;��;�<�<��=�=�	
��N�N�T�^�^�3���:�:�4�>�>�A�#5��A��A��	�	���q�!�$�!%���!�!3�����n�n�t�~�~�-��D�$�.�.�4�>�>�9�:�A��I�I�a�L�E����	�n�n�t�~�~�-���
��
�s�A3D�
D)�(D))r+r.r2r*r,r6r7r4N)TTF)r)���)rrr
rr>rBrFrMr5r-rErr
rrr"r"js%��!�2�#��&�
�.rr"c��\rSrSrSrSrSrSrSrSr	Sr
S	rS
rSr
SrS
rSrSrSrSrSrSrSrSrSrSrSrg)r��a�Variables used in this class:

These variables are available to the user though appropriate
methods of this class:
_file -- the open file with methods read(), close(), and seek()
          set through the __init__() method
_nchannels -- the number of audio channels
          available through the getnchannels() method
_nframes -- the number of audio frames
          available through the getnframes() method
_sampwidth -- the number of bytes per audio sample
          available through the getsampwidth() method
_framerate -- the sampling frequency
          available through the getframerate() method
_comptype -- the AIFF-C compression type ('NONE' if AIFF)
          available through the getcomptype() method
_compname -- the human-readable AIFF-C compression type
          available through the getcomptype() method
_soundpos -- the position in the audio stream
          available through the tell() method, set through the
          setpos() method

These variables are used internally only:
_fmt_chunk_read -- 1 iff the FMT chunk has been read
_data_seek_needed -- 1 iff positioned correctly in audio
          file for readframes()
_data_chunk -- instantiation of a chunk class for the DATA chunk
_framesize -- size of one frame in the file
c���SUlSUl[USS9UlURR	5S:wa[S5eURR
S5S:wa[S5eSUlSUlSUl	[URSS9nUR	5nUS	:XaURU5 SUlONUS
:XaHUR(d[S5eX lURUR-UlSUl	OUR5 M�UR(aUR(d[S5eg![a M;f=f)
Nr)r;�RIFFz file does not start with RIFF idr'�WAVEznot a WAVE filer�fmt �datazdata chunk before fmt chunkz#fmt chunk and/or data chunk missing)�_convert�	_soundposr"�_filerBrr-�_fmt_chunk_read�_data_chunk�_data_seek_neededr/�_read_fmt_chunkr2�
_framesize�_nframesrE)r:r,�chunkr.s    r�initfp�Wave_read.initfp�sC����
�����D�a�0��
��:�:����7�*��:�;�;��:�:�?�?�1���(��)�*�*� �������%&�D�"�
��t�z�z�q�9���
�
��I��G�#��$�$�U�+�'(��$��g�%��+�+�� =�>�>�#(� � %���4�?�?� B��
�)*��&���J�J�L�#�$�#�#�4�+;�+;��=�>�>�,<���
��
�s�E�
E'�&E'c���SUl[U[5(a[R"US5nXlURU5 g! UR(aUR
5 e=f)N�rb��_i_opened_the_file�
isinstance�str�builtinsrrmrF�r:�fs  rr>�Wave_read.__init__sY��"&����a�����
�
�a��&�A�&'�#�	��K�K��N��	��&�&����	����A
�
$A1c�$�UR5 g�N�rFrAs r�__del__�Wave_read.__del__$����
�
�rc��U$r{r
rAs r�	__enter__�Wave_read.__enter__'����rc�$�UR5 gr{r|�r:�argss  r�__exit__�Wave_read.__exit__*rrc��UR$r{)rerAs r�getfp�Wave_read.getfp0s���z�z�rc� �SUlSUlg)Nrr)rhrdrAs r�rewind�Wave_read.rewind3s��!"�����rc�h�SUlURnU(aSUlUR5 ggr{)rerrrF�r:r,s  rrF�Wave_read.close7s-����
��&�&���&*�D�#��J�J�L�rc��UR$r{)rdrAs rr5�Wave_read.tell>����~�~�rc��UR$r{)�
_nchannelsrAs r�getnchannels�Wave_read.getnchannelsA������rc��UR$r{)rkrAs r�
getnframes�Wave_read.getnframesDs���}�}�rc��UR$r{)�
_sampwidthrAs r�getsampwidth�Wave_read.getsampwidthGr�rc��UR$r{)�
_frameraterAs r�getframerate�Wave_read.getframerateJr�rc��UR$r{��	_comptyperAs r�getcomptype�Wave_read.getcomptypeMr�rc��UR$r{��	_compnamerAs r�getcompname�Wave_read.getcompnamePr�rc	���[UR5UR5UR5UR	5UR5UR
55$r{)rr�r�r�r�r�r�rAs r�	getparams�Wave_read.getparamsSsQ���D�-�-�/��1B�1B�1D��(�(�*�D�O�O�,=��'�'�)�4�+;�+;�+=�?�	?rc�,�SSKnURSSS9 g)NrzWave_read.getmarkers�����remove��warnings�_deprecated�r:r�s  r�
getmarkers�Wave_read.getmarkersXs������3�G��D�rc�@�SSKnURSSS9 [S5e)NrzWave_read.getmarkr�r��no marks�r�r�r�r:�idr�s   r�getmark�Wave_read.getmark]s$������0���A��J��rc�^�US:dXR:�a[S5eXlSUlg)Nrzposition not in ranger)rkrrdrh)r:rNs  r�setpos�Wave_read.setposbs+����7�c�M�M�)��/�0�0���!"��rc�t�UR(a_URRSS5 URUR-nU(aURRUS5 SUlUS:XagURRXR-5nURS:wa)[RS:Xa[X0R5nUR(aU(aURU5nUR[U5URUR---UlU$)Nrrr�big)
rhrgrMrdrjr-r��sys�	byteorderr rcrr�)r:�nframesrNrs    r�
readframes�Wave_read.readframeshs����!�!����!�!�!�Q�'��.�.�4�?�?�2�C��� � �%�%�c�1�-�%&�D�"��a�<�����$�$�W���%>�?���?�?�a��C�M�M�U�$:��T�?�?�3�D��=�=�T��=�=��&�D����#�d�)����$�/�/�8Y�*Z�Z����rc���[R"SURS55uo lUlp4U[:waU[:wa[SU<35e[R"SURS55SnU[:Xa}[R"SURS55upgnURS	5n	[U	5S	:a[eU	[:wa"SSKn
S
U
RU	S93n[U5eUS
-S-UlUR(d[S5eUR(d[S5eURUR-UlSUlSUlg![R
a [Sef=f![R
a [Sef=f![R
a [Sef=f![a SnN�f=f)Nz<HHLLH�zunknown format: z<HrJrz<HHLr)�zunknown extended format: )�bytes_lezunknown extended format��bad sample width�bad # of channels�NONEznot compressed)r0r1r-r�r�r3r/�WAVE_FORMAT_PCM�WAVE_FORMAT_EXTENSIBLErr�KSDATAFORMAT_SUBTYPE_PCM�uuid�UUID�	Exceptionr�rjr�r�)r:rl�
wFormatTag�dwAvgBytesPerSec�wBlockAlign�	sampwidth�cbSize�wValidBitsPerSample�
dwChannelMask�	SubFormatr��
subformat_msgs            rri�Wave_read._read_fmt_chunk}s���	%�Z`�Zl�Zl�mu�w|�xB�xB�CE�xF�[G�W�J����:J���(�Z�;Q�-Q��
�<�=�=�	%��*�*�4����A��?��B�I��/�/�
)�=C�=O�=O�PV�X]�Xb�Xb�cd�Xe�=f�:��]�!�J�J�r�N�	��y�>�B�&�"�N�'��4�4�>��&?��	�	�S\�	�@]�?^�$_�M��M�*�*�$�q�=�Q�.�������*�+�+�����+�,�,��/�/�D�O�O�;������)����?�|�|�	%���$�	%���|�|�	%���$�	%���<�<�
)��D�(�
)��!�>�$=�M�>�s6�4E<�)F�AF:�)G�<F�F7�:G�G(�'G()r�r�rcrgrhrerfr�rjrrr�rkr�rdN)rrr
r�__doc__rmr>r}r�r�r�r�rFr5r�r�r�r�r�r�r�r�r�r�r�rirr
rrrr�sp���<?�>��������������?�
�
 �
#��*"*rrc��\rSrSrSrSrSrSrSrSr	Sr
S	rS
rSr
SrS
rSrSrSrSrSrSrSrSrSrSrSrSrSrSrSrSrSr Sr!g )!ri�akVariables used in this class:

These variables are user settable through appropriate methods
of this class:
_file -- the open file with methods write(), close(), tell(), seek()
          set through the __init__() method
_comptype -- the AIFF-C compression type ('NONE' in AIFF)
          set through the setcomptype() or setparams() method
_compname -- the human-readable AIFF-C compression type
          set through the setcomptype() or setparams() method
_nchannels -- the number of audio channels
          set through the setnchannels() or setparams() method
_sampwidth -- the number of bytes per audio sample
          set through the setsampwidth() or setparams() method
_framerate -- the sampling frequency
          set through the setframerate() or setparams() method
_nframes -- the number of audio frames written to the header
          set through the setnframes() or setparams() method

These variables are used internally only:
_datalength -- the size of the audio samples written to the header
_nframeswritten -- the number of frames actually written
_datawritten -- the size of the audio samples actually written
c���SUl[U[5(a[R"US5nXlURU5 g! UR(aUR
5 e=f)N�wbrqrvs  rr>�Wave_write.__init__�sY��"&����a�����
�
�a��&�A�&'�#�	��K�K��N��	��&�&����	��ryc��XlSUlSUlSUlSUlSUlSUlSUlSUlSUl	g)NrF)
rercr�r�r�rk�_nframeswritten�_datawritten�_datalength�_headerwrittenr�s  rrm�Wave_write.initfp�sJ���
���
������������
� ���������#��rc�$�UR5 gr{r|rAs rr}�Wave_write.__del__�rrc��U$r{r
rAs rr��Wave_write.__enter__�r�rc�$�UR5 gr{r|r�s  rr��Wave_write.__exit__�rrc�j�UR(a[S5eUS:a[S5eXlg)N�0cannot change parameters after starting to writerr�)r�rr�)r:�	nchannelss  r�setnchannels�Wave_write.setnchannels�s/������J�K�K��q�=��+�,�,�#�rc�R�UR(d[S5eUR$)Nznumber of channels not set)r�rrAs rr��Wave_write.getnchannels�s������4�5�5����rc�v�UR(a[S5eUS:dUS:�a[S5eXlg)Nr�rr'r�)r�rr�)r:r�s  r�setsampwidth�Wave_write.setsampwidth�s5������J�K�K��q�=�I��M��*�+�+�#�rc�R�UR(d[S5eUR$)Nzsample width not set)r�rrAs rr��Wave_write.getsampwidth�s������.�/�/����rc��UR(a[S5eUS::a[S5e[[U55Ulg)Nr�rzbad frame rate)r�r�int�roundr�)r:�	framerates  r�setframerate�Wave_write.setframerate�s;������J�K�K���>��(�)�)��e�I�.�/��rc�R�UR(d[S5eUR$)Nzframe rate not set)r�rrAs rr��Wave_write.getframerate�s������,�-�-����rc�H�UR(a[S5eXlg�Nr�)r�rrk)r:r�s  r�
setnframes�Wave_write.setnframess������J�K�K��
rc��UR$r{�r�rAs rr��Wave_write.getnframes	����#�#�#rc�v�UR(a[S5eUS;a[S5eXlX lg)Nr�)r�zunsupported compression type)r�rr�r�)r:�comptype�compnames   r�setcomptype�Wave_write.setcomptypes5������J�K�K��9�$��6�7�7�!��!�rc��UR$r{r�rAs rr��Wave_write.getcomptyper�rc��UR$r{r�rAs rr��Wave_write.getcompnamer�rc���Uup#pEpgUR(a[S5eURU5 URU5 UR	U5 URU5 UR
Xg5 gr
)r�rr�rrrr)r:�paramsr�r�rr�rrs        r�	setparams�Wave_write.setparamssg��GM�D�	�i�(�����J�K�K����)�$����)�$����)�$����� �����,rc��UR(a"UR(aUR(d[S5e[	URURURUR
URUR5$)Nznot all parameters set)r�r�r�rrrkr�r�rAs rr��Wave_write.getparams$sS�����d�o�o�T�_�_��0�1�1��D�O�O�T�_�_�d�o�o��m�m�T�^�^�T�^�^�=�	=rc�@�SSKnURSSS9 [S5e)NrzWave_write.setmarkr�r�zsetmark() not supportedr�)r:r�rN�namer�s     r�setmark�Wave_write.setmark*s%������1�'��B��-�.�.rc�@�SSKnURSSS9 [S5e)NrzWave_write.getmarkr�r�r�r�r�s   rr��Wave_write.getmark/s$������1�'��B��J��rc�,�SSKnURSSS9 g)NrzWave_write.getmarkersr�r�r�r�s  rr��Wave_write.getmarkers4s������4�W��E�rc��UR$r{rrAs rr5�Wave_write.tell9rrc�<�[U[[45(d[U5R	S5nUR[
U55 [
U5URUR--nUR(aURU5nURS:wa)[RS:Xa[XR5nURRU5 U=R[
U5-
slUR U-Ulg)N�Brr�)rsrr�
memoryview�cast�_ensure_header_writtenrr�r�rcr�r�r re�writer�r�)r:rr�s   r�writeframesraw�Wave_write.writeframesraw<s����$��	� 2�3�3��d�#�(�(��-�D��#�#�C��I�.��d�)����$�/�/� A�B���=�=��=�=��&�D��?�?�a��C�M�M�U�$:��T�?�?�3�D��
�
��������S��Y�&��#�3�3�g�=��rc�|�URU5 URUR:waUR5 ggr{)r3r�r��_patchheader)r:rs  r�writeframes�Wave_write.writeframesIs5�����D�!����t�0�0�0�����1rc��UR(aUURS5 URUR:waUR	5 URR5 SUlURnU(aSUlUR5 gg!SUlURnU(aSUlUR5 ff=f)Nr)rer1r�r�r6�flushrrrFr�s  rrF�Wave_write.closeNs���	��z�z��+�+�A�.��#�#�t�'8�'8�8��%�%�'��
�
� � �"��D�J��*�*�D��*.��'��
�
�����D�J��*�*�D��*.��'��
�
���s�A&B�4Cc���UR(dfUR(d[S5eUR(d[S5eUR(d[S5eURU5 gg)Nz# channels not specifiedzsample width not specifiedzsampling rate not specified)r�r�rr�r��
_write_header)r:�datasizes  rr1�!Wave_write._ensure_header_written`sW���"�"��?�?��6�7�7��?�?��8�9�9��?�?��9�:�:����x�(�#rc��UR(aeURRS5 UR(d XRUR
--UlURUR-UR
-UlURR5UlURR[R"SSUR-SSS[URURURUR-UR
-URUR
-UR
S-S55 URbURR5UlURR[R"S	UR55 S
Ulg![[4a SUlGN/f=f)Nr_z<L4s4sLHHLLHH4s�$r`rar�r)rb�<LT)r�rer2rkr�r�r�r5�_form_length_posr8r9r0�packr�r��_data_length_pos)r:�
initlengths  rr=�Wave_write._write_headerjs]���&�&�&�&��
�
����!��}�}�&�?�?�T�_�_�+L�M�D�M��=�=�4�?�?�:�T�_�_�L���	)�$(�J�J�O�O�$5�D�!�	
�
�
������%6���!�!�!�7�G�R��T�_�_�d�o�o��O�O�d�o�o�-����?��O�O�d�o�o�-��O�O�a���*�	+�� � �,�$(�J�J�O�O�$5�D�!��
�
������T�4�+;�+;�<�=�"������(�	)�$(�D�!�	)�s�G�G�Gc�t�UR(deURUR:XagURR	5nURRURS5 URR[R"SSUR-55 URRURS5 URR[R"SUR55 URRUS5 URUlg)NrrBrA)r�r�r�rer5rMrCr2r0rDrE)r:�curposs  rr6�Wave_write._patchheaders����"�"�"�"����� 0� 0�0�������"���
�
����-�-�q�1��
�
������T�2��0A�0A�+A�B�C��
�
����-�-�q�1��
�
������T�4�+<�+<�=�>��
�
�����"��,�,��r)r�r�rcrEr�r�rerCr�r�rrr�rkr�r�N)"rrr
rr�r>rmr}r�r�r�r�rr�rr�rr�rr�r�rr�r%r�r�r5r3r7rFr1r=r6rr
rrrr�s����2
�
$����$��
$��
0��
 �
$�"���-�=�/�
 �
�
$�>� �
�$)�#�*
-rrc��Uc [US5(a
URnOSnUS;a[U5$US;a[U5$[	S5e)N�moderp)�rrp)�wr�z$mode must be 'r', 'rb', 'w', or 'wb')�hasattrrLrrr)rwrLs  rrr�sR���|��1�f����6�6�D��D��{����|��	
��	��!�}���:�;�;rr{)r��collectionsrrur0r��__all__r�rr�r�r��_array_fmtsrr r"rrrr
rr�<module>rSs���G�R#��
�
�7��	�I�	�����X��'���.�N�P���l�l�^F*�F*�Rg-�g-�T<r
© 2025 GrazzMean-Shell