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

name : tokenize.cpython-313.pyc
�

1}g�R�
�L�SrSrSrSSKJr SSKJrJr SSK	r	SSK
r
SSKJr SSK
rSSKrSSKrSSK7 SS	KJr SSKr\R("S
\R*5r\R("S\R*5rSSKr\R0/SQ-rC"S
S\	R2"SS55rSrSrSrSrSr\\"S\-5-\"\5-r Sr!Sr"Sr#Sr$Sr%\"\"\#\$\%5r&Sr'\"SS5\"\'5-r(S\'-r)\"\(\)5r*\"S\*S -5r+\"\+\*\&5r,S!r-\
R\S"5r/\"\-"56r0S#r1S$r2S%r3S&r4\"\0S'-\0S(-5r5\"\0S)-\0S*-5r6\"\7"\Rp\9"\S+S,956r:\"S-\:5r;\"\,\;\6\!5r<\ \<-r=\"\0S.-\"S/S5-\0S0-\"S1S5-5r>\"S2\\55r?\\"\?\,\;\>\!5-r@0rA\-"5H#rB\1\A\BS/-'\2\A\BS1-'\3\A\BS'-'\4\A\BS(-'M% CB\C"5rD\C"5rE\-"5HGrF\FS1-\FS/-4HrG\DR�\G5 M \FS(-\FS'-4HrG\ER�\G5 M MI CFCGS3rI"S4S5\J5rK"S6S75rLS8rMS9rNS:rOS;rS<rPS=rQS>rRS?rSSBS@jrT\USA:Xa\R"5 gg)CaoTokenization help for Python programs.

tokenize(readline) is a generator that breaks a stream of bytes into
Python tokens.  It decodes the bytes according to PEP-0263 for
determining source file encoding.

It accepts a readline-like method which is called repeatedly to get the
next line of input (or b"" for EOF).  It generates 5-tuples with these
members:

    the token type (see token.py)
    the token (a string)
    the starting (row, column) indices of the token (a 2-tuple of ints)
    the ending (row, column) indices of the token (a 2-tuple of ints)
    the original line (string)

It is designed to match the working of the Python tokenizer exactly, except
that it produces COMMENT tokens for comments and gives type OP for all
operators.  Additionally, all token lists start with an ENCODING token
which tells you which encoding was used to decode the bytes stream.
zKa-Ping Yee <ping@lfw.org>zpGvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro, Raymond Hettinger, Trent Nelson, Michael Foord�)�open)�lookup�BOM_UTF8N)�
TextIOWrapper)�*)�EXACT_TOKEN_TYPESz&^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)s^[ \t\f]*(?:[#\r\n]|$))�tokenize�generate_tokens�detect_encoding�
untokenize�	TokenInfor�
TokenErrorc�*�\rSrSrSr\S5rSrg)r
�/c�j�SUR[UR4-nSURUS9-$)Nz%d (%s)z8TokenInfo(type=%s, string=%r, start=%r, end=%r, line=%r))�type)r�tok_name�_replace)�self�annotated_types  �//opt/alt/python313/lib64/python3.13/tokenize.py�__repr__�TokenInfo.__repr__0s9��"�d�i�i��$�)�)�1D�%E�E��J��
�
�>�
�2�3�	4�c��UR[:Xa'UR[;a[UR$UR$�N)r�OP�stringr�rs r�
exact_type�TokenInfo.exact_type5s2���9�9��?�t�{�{�.?�?�$�T�[�[�1�1��9�9�r�N)�__name__�
__module__�__qualname__�__firstlineno__r�propertyr �__static_attributes__r"rrr
r
/s��4�
���rr
ztype string start end linec�0�SSRU5-S-$)N�(�|�))�join��choicess r�groupr0<s��C�#�(�(�7�"3�3�c�9�9rc��[U6S-$)Nr�r0r.s r�anyr3=s��%��/�C�/�/rc��[U6S-$)N�?r2r.s r�mayber6>s��E�7�O�c�1�1rz[ \f\t]*z	#[^\r\n]*z\\\r?\nz\w+z0[xX](?:_?[0-9a-fA-F])+z0[bB](?:_?[01])+z0[oO](?:_?[0-7])+z(?:0(?:_?0)*|[1-9](?:_?[0-9])*)z[eE][-+]?[0-9](?:_?[0-9])*z)[0-9](?:_?[0-9])*\.(?:[0-9](?:_?[0-9])*)?z\.[0-9](?:_?[0-9])*z[0-9](?:_?[0-9])*z[0-9](?:_?[0-9])*[jJ]z[jJ]c
��/SQnS1nUHzn[R"U5H]n[R"UVs/sHoDUR54PM sn6H#nUR	SRU55 M% M_ M| U$s snf)N)�b�r�u�f�br�fr�)�
_itertools�permutations�product�upper�addr-)�_valid_string_prefixes�result�prefix�t�cr:s      r�_all_string_prefixesrIUs���>���T�F�(���(�(��0�A� �'�'�!�)D�!�Q�a�g�g�i�.�!�)D�E���
�
�2�7�7�1�:�&�F�1�)��M��*Es�B
c�L�[R"U[R5$r)�re�compile�UNICODE)�exprs r�_compilerOds��
�:�:�d�B�J�J�'�'rz[^'\\]*(?:\\.[^'\\]*)*'z[^"\\]*(?:\\.[^"\\]*)*"z%[^'\\]*(?:(?:\\.|'(?!''))[^'\\]*)*'''z%[^"\\]*(?:(?:\\.|"(?!""))[^"\\]*)*"""z'''z"""z'[^\n'\\]*(?:\\.[^\n'\\]*)*'z"[^\n"\\]*(?:\\.[^\n"\\]*)*"T)�reversez\r?\nz'[^\n'\\]*(?:\\.[^\n'\\]*)*�'z"[^\n"\\]*(?:\\.[^\n"\\]*)*�"z
\\\r?\n|\Z�c��\rSrSrSrg)r�r"N)r#r$r%r&r(r"rrrr�s��Trrc�2�\rSrSrSrSrSrSrSrSr	g)	�Untokenizer�c�J�/UlSUlSUlSUlSUlg)N�r)�tokens�prev_row�prev_col�	prev_type�encodingrs r�__init__�Untokenizer.__init__�s%�������
���
������
rc��Uup#X R:dX R:Xa?X0R:a0[SRX#URUR55eX R-
nU(a%URRSU-5 SUlX0R-
nU(aURRSU-5 gg)Nz+start ({},{}) precedes previous end ({},{})z\
r� )r\r]�
ValueError�formatr[�append)r�start�row�col�
row_offset�
col_offsets      r�add_whitespace�Untokenizer.add_whitespace�s����������#���"6�3���;N��J�$�f�S�t�}�}�d�m�m�L�N�
N��=�=�(�
���K�K���v�
�2�3��D�M��=�=�(�
���K�K���s�Z�/�0�rc�h�/nSnUH�nUS:XaU(aSnOURU5 US:Xa][S[R"SRUSSS2555nUS-S	:Xd	USS
:waURU5 OSnURU5 M� SRU5$)
NF�}�{c3�&# �UHnSv� M	 g7f)rZNr")�.0�chars  r�	<genexpr>�.Untokenizer.escape_brackets.<locals>.<genexpr>�s���$�#�$�A�#�s��\�������r�NTr>)rf�sumr?�	takewhile�__eq__r-)r�token�
characters�consume_until_next_bracket�	character�
n_backslashess      r�escape_brackets�Untokenizer.escape_brackets�s����
�%*�"��I��C��-�16�.��%�%�i�0��C�� #�$�",�"6�"6����"�2�6�r�6�*�#�$�!�
�!�1�$��)�Z��^�s�-B��%�%�i�0�15�.����i�(�#�$�w�w�z�"�"rc��[U5n/nSnUGHn[U5S:XaURXR5  GO�Uupgp�n
U[:XaXplM?U[
:Xa GO�U[:XaURU5 MiU[:Xa!UR5 U	uUl
UlM�U[[4;aSnGOU(aLU(aEUSnUS[U5:�a+URRU5 [U5UlSnO�U[:Xa_SU;dSU;aRUR!U5nUR""5SnU	up�UR%S5UR%S	5-nX�U-4n	OEU[&[(4;a5UR*[&[,4;aURRS
5 UR/U5 URRU5 U	uUl
UlU[[4;aU=RS-
sl
SUlX`lGM SR1UR5$)
NFryTrxrZrproz{{z}}rcrr>)�iter�len�compat�ENCODINGr_�	ENDMARKER�INDENTrf�DEDENT�popr\r]�NEWLINE�NLr[�FSTRING_MIDDLEr��
splitlines�count�STRING�
FSTRING_STARTr^�FSTRING_ENDrlr-)r�iterable�it�indents�	startlinerG�tok_typer~rg�end�line�indent�	last_line�end_line�end_col�extra_charss                rr�Untokenizer.untokenize�s���
�(�^�����	��A��1�v��{����A�"��01�-�H�U���8�#� %�
���9�$���6�!����u�%���V�#����
�/2�,��
�t�}���g�r�]�*� �	��w� ������8�s�6�{�*��K�K�&�&�v�.�$'��K�D�M�!�	��^�+��%�<�3�%�<� �0�0��7�E� %� 0� 0� 2�2� 6�I�(+�%�H�"+�/�/�$�"7�)�/�/�$�:O�"O�K�#�{�%:�;�C���f�m�4�4����F�T_�K`�9`����"�"�3�'�����&��K�K���u�%�+.�(�D�M�4�=��G�R�=�(��
�
��"�
� !��
�%�N�S�T�w�w�t�{�{�#�#rc��/nURRnUS[[4;nSnSn[R
"U/U5GHxnUSSup�U	[:XaX�lMU	[[4;aU
S-
n
U	[:XaU(aSU
-n
SnOSnU	[:XaUS-
nOU	[:XaUS-nU	[:XaURU
5 M�U	[:XaUR5 M�U	[[4;aSnO7U(aU(aU"US5 SnOU	[ :XaUR#U
5n
U
S;a0UR(aURSU
:XaU(aSU
-n
U	[[4;a5UR$[[4;aURRS5 U"U
5 X�lGM{ g)	NrFryrcTrZrx>rpro)r[rfr�r�r?�chainr�r_�NAME�NUMBERr�r�r�r�r�r�r�r�r^)rr~r�r��toks_appendr��
prevstring�
in_fstring�tok�toknum�tokvals           rr��Untokenizer.compats������k�k�(�(���!�H��"�
�-�	��
��
��#�#�U�G�X�6�C� ��!�W�N�F���!� &�
���$���'��#�
������ �6�\�F�!�
�"�
���&��a��
��;�&��a��
�������v�&���6�!����
���G�R�=�(� �	��w��G�B�K�(�!�	��>�)��-�-�f�5����#�������B��6�8Q�V`��v����&�-�0�0�T�^�^��P[�G\�5\����"�"�3�'����#�N�Y7r)r_r]r\r^r[N)
r#r$r%r&r`rlr�rr�r(r"rrrWrW�s���1�#�..$�`3$rrWc��[5nURU5nURbURUR5nU$)a�Transform tokens back into Python source code.
It returns a bytes object, encoded using the ENCODING
token, which is the first token sequence output by tokenize.

Each element returned by the iterable must be a token sequence
with at least two elements, a token number and token value.  If
only two tokens are passed, the resulting output is poor.

Round-trip invariant for full input:
    Untokenized source will match input source exactly

Round-trip invariant for limited input:
    # Output bytes will tokenize back to the input
    t1 = [tok[:2] for tok in tokenize(f.readline)]
    newcode = untokenize(t1)
    readline = BytesIO(newcode).readline
    t2 = [tok[:2] for tok in tokenize(readline)]
    assert t1 == t2
)rWrr_�encode)r��ut�outs   rrr8s:��(
��B�
�-�-��
!�C�	�{�{���j�j����%���Jrc��USSR5RSS5nUS:XdURS5(agUS;dURS5(ag	U$)
z7Imitates get_normal_name in Parser/tokenizer/helpers.c.N��_�-�utf-8zutf-8-)zlatin-1�
iso-8859-1ziso-latin-1)zlatin-1-ziso-8859-1-ziso-latin-1-r�)�lower�replace�
startswith)�orig_enc�encs  r�_get_normal_namer�Ss^���3�B�-�
�
�
�
'�
'��S�
1�C�
�g�~�����1�1��
�6�6�
�~�~�A�B�B���Orc�^^^�TRRmSmSnSnU4SjnUU4SjnU"5nUR[5(a	SmUSSnSnU(dU/4$U"U5nU(aX/4$[
R
U5(dX%/4$U"5nU(dX%/4$U"U5nU(aXU/4$X%U/4$![a SmN�f=f)	a�
The detect_encoding() function is used to detect the encoding that should
be used to decode a Python source file.  It requires one argument, readline,
in the same way as the tokenize() generator.

It will call readline a maximum of twice, and return the encoding used
(as a string) and a list of any lines (left as bytes) it has read in.

It detects the encoding from the presence of a utf-8 bom or an encoding
cookie as specified in pep-0263.  If both a bom and a cookie are present,
but disagree, a SyntaxError will be raised.  If the encoding cookie is an
invalid charset, raise a SyntaxError.  Note that if a utf-8 bom is found,
'utf-8-sig' is returned.

If no encoding is specified, then the default of 'utf-8' will be returned.
NFr�c�4>�T"5$![a gf=f)Nr)�
StopIteration��readlines�r�read_or_stop�%detect_encoding.<locals>.read_or_stopvs"���	��:����	��	�s�
�
�c��>�URS5n[RU5nU(dg[
URS55n[U5nT(a-US:wa"TcSnOSRT5n[U5eUS	-
nU$![a# SnTbSRUT5n[U5ef=f![a' TcSU-nOSRTU5n[U5ef=f)
Nr�z'invalid or missing encoding declarationz{} for {!r}rZzunknown encoding: zunknown encoding for {!r}: {}zencoding problem: utf-8z encoding problem for {!r}: utf-8z-sig)
�decode�UnicodeDecodeErrorre�SyntaxError�	cookie_re�matchr�r0r�LookupError)r��line_string�msgr�r_�codec�	bom_found�filenames      ��r�find_cookie�$detect_encoding.<locals>.find_cookie|s
���		#��+�+�g�.�K�����,����#�E�K�K��N�3��		#��8�$�E���7�"��#�3�C�<�C�C�H�M�C�!�#�&�&����H����="�	#�;�C��#�#�*�*�3��9���c�"�"�		#���	#���*�X�5��5�<�<�X� �"���c�"�"�	#�s�B
�B=�
-B:�=1C.T��	utf-8-sig)�__self__�name�AttributeErrorr�r�blank_rer�)	r�r_�defaultr�r��first�secondr�r�s	`      @@rrr^s����"��$�$�)�)���I��H��G��$�L
�N�E�����!�!��	��a�b�	�������{���5�!�H���� � ��>�>�%� � �����
�^�F�������6�"�H�����(�(��F�O�#�#��O�����s�B?�?C�
Cc��[US5n[UR5up#URS5 [	XSS9nSUlU$! UR
5 e=f)zPOpen a file in read only mode using the encoding detected by
detect_encoding().
�rbrT)�line_bufferingr9)�
_builtin_openrr��seekr�mode�close)r��bufferr_�lines�texts     rrr�s[���8�T�
*�F��)�&�/�/�:������A���V�d�C����	���������
�s�:A	�	Ac#��# �[U5up[R"U[US55nUbUS:XaSn[	[
USSS5v� [
URUSS9Shv�N gN7f)	a�
The tokenize() generator requires one argument, readline, which
must be a callable object which provides the same interface as the
readline() method of built-in file objects.  Each call to the function
should return one line of input as bytes.  Alternatively, readline
can be a callable function terminating with StopIteration:
    readline = open(myfile, 'rb').__next__  # Example of alternate readline

The generator produces 5-tuples with these members: the token type; the
token string; a 2-tuple (srow, scol) of ints specifying the row and
column where the token begins in the source; a 2-tuple (erow, ecol) of
ints specifying the row and column where the token ends in the source;
and the line on which the token was found.  The line passed is the
physical line.

The first token sequence will always be an ENCODING token
which tells you which encoding was used to decode the bytes stream.
rNr�r�)rrr>T��extra_tokens)rr?r�r�r
r��!_generate_tokens_from_c_tokenizer�__next__)r�r_�consumed�rl_gens    rr	r	�sj���&)��2��H�
�
�
�h��X�s�(;�
<�F����{�"��H���(�F�F�B�?�?�0����(�Y]�^�^�^�s�A'A1�)A/�*A1c��[USS9$)z�Tokenize a source reading Python code as unicode strings.

This has the same API as tokenize(), except that it expects the *readline*
callable to return str objects instead of bytes.
Tr�)r�r�s rr
r
�s��-�X�D�I�Irc�j^
�SSKnSm
SU
4SjjnURSS9nURSSSS	S
9 URSSS
SSS9 UR5nUR(a@URn[US5n[
[UR55nSSS5 O$Sn[[RRSS9nWHpnURnUR(aURnSURUR --n	[#U	<S[$U<SUR&<S35 Mr g!,(df   N�=f![(a6n
U
R*SSSup�U"U
R*SWX�45 Sn
A
gSn
A
f[,a3n
U
R*Sup�U"U
R*SWX�45 Sn
A
gSn
A
f[.an
U"U
W5 Sn
A
gSn
A
f[0an
U"U
5 Sn
A
gSn
A
f[2a [#S5 g[4an
T
"SU
-5 eSn
A
ff=f)Nrc��[RRU5 [RRS5 g)N�
)�sys�stderr�write)�messages r�perror�main.<locals>.perror�s&���
�
����!��
�
����rc�>�U(aU4U-U4-nT"SU-5 O"U(aT"U<SU<35 OT"SU-5 [R"S5 g)Nz%s:%d:%d: error: %sz	: error: z	error: %srZ)r��exit)r�r��location�argsr�s    �r�error�main.<locals>.error�sO�����;��)�W�J�6�D��(�4�/�0�
��h��8�9��;��(�)�����rzpython -m tokenize)�progr�r5zfilename.pyz'the file to tokenize; defaults to stdin)�dest�nargs�metavar�helpz-ez--exact�exact�
store_truez(display token names using the exact type)r��actionrr�z<stdin>Tr�z%d,%d-%d,%d:�20�15rZr�zinterrupted
zunexpected error: %s)NN)�argparse�ArgumentParser�add_argument�
parse_argsr�r��listr	r�r�r��stdinrrr rgr��printrr�IndentationErrorr�rr��OSError�KeyboardInterrupt�	Exception)rr��parserr�r�r;r[r~�
token_type�token_range�errr��columnr�s             @r�mainr�s��������
$�
$�*>�
$�
?�F�
���Z�s� -�F��H�����i�g�l�G��I�����D�"��=�=��}�}�H��x��.�!��h�q�z�z�2�3��/�.�!�H�6��	�	�"�"��7�F�
�E����J��z�z�"�-�-�
�(�E�K�K�%�)�)�,C�D�K����� 4�e�l�l�D�
E��/�.�� �5��x�x��{�1�Q�'���
�c�h�h�q�k�8�d�^�4�4���5��x�x��{���
�c�h�h�q�k�8�d�^�4�4����
�c�8������
�c�
�
����
�o�����%��+�,�
���sg�)E�?E�B#E�
E�E�
H2�,F�
H2�)G	�	
H2�	G$�$
H2�1G>�>H2�	H2�!H-�-H2c��SU;agU$)z�Transform error messages from the C tokenizer into the Python tokenize

The C tokenizer is more picky than the Python one, so we need to massage
the error messages a bit for backwards compatibility.
z)unterminated triple-quoted string literalzEOF in multi-line stringr")r�s r�_transform_msgr-s��3�c�9�)��Jrc#�f# �Uc[R"XS9nO[R"XUS9nUHn[RU5v� M g![aRn[U5[:waUSe[
UR5n[XeRUR45SeSnAff=f7f)zWTokenize a source reading Python code as unicode strings using the internal C tokenizerNr�)r_r�)�	_tokenize�
TokenizerIterr
�_maker�rrr�r�lineno�offset)�sourcer_r�r��info�er�s       rr�r�7s������
�
$�
$�V�
G��
�
$�
$�V�\�
Z��>��D��/�/�$�'�'����>���7�k�!�����Q�U�U�#����x�x����2�3��=��	>�s)�.B1� A�B1�
B.�A
B)�)B.�.B1�__main__)NF)V�__doc__�
__author__�__credits__�builtinsrr��codecsrr�collections�	functools�ior�	itertoolsr?rKr�r~rrrL�ASCIIr�r��__all__�
namedtupler
r0r3r6�
Whitespace�Comment�Ignore�Name�	Hexnumber�	Binnumber�	Octnumber�	Decnumber�	Intnumber�Exponent�
Pointfloat�Expfloat�Floatnumber�
Imagnumber�NumberrI�	lru_cacherO�StringPrefix�Single�Double�Single3�Double3�Triple�String�map�escape�sorted�Special�Funny�
PlainToken�Token�ContStr�PseudoExtras�PseudoToken�endpats�_prefix�set�
single_quoted�
triple_quotedrGr:rC�tabsizerrrWrr�rr	r
rrr�r#r"rr�<module>rWs����,*�
���+�#�����	�
��#���J�J�@�"�(�(�K�	�
�:�:�0�"�(�(�;���
�-�-�L�L��	���&�&�{�4P�Q��:�/�1��
�
��	�c�*�z�1�2�	2�U�7�^�	C��
��&�	��	� �	�.�	��)�Y�	�9�=�	�(��
�?�)�+�-2�8�_�=�
��(�*���J��)��
�+�[�7�-B�
C�
�	�z�;�	�	2��
����(��(�
�*�,�-��
$��	#��
2��
2��	�|�e�#�\�E�%9�	:��	�|�=�=��=�=�
?����R�Y�Y��'8�$� G�H�
I��
�h�� ��
�6�5�&�$�
/�
�������=�=��c�:�&�'��=�=��c�:�&�'�(���]�G�V�4���5��v�u�g�t�L�L��

��#�%�G�#�G�G�c�M��#�G�G�c�M��&�G�G�e�O��&�G�G�e�O��	&�
���
���
�	�	�A��#�g�q�3�w�
�����!�� ��%�i��U��
#�����!��$�
 �
�q�
��!��!�P$�P$�f�6	�Z$�z
�_�8J�=�~�
>� �z���F�r
© 2025 GrazzMean-Shell