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

name : getpass.cpython-313.pyc
�

*}gY���SrSSKrSSKrSSKrSSKr/SQr"SS\5rSSjrSSjr	SSjr
SS	jrS
rSSK
r
\
R\
R4 \rg!\\4a SSKr\	rg!\a \
rgf=ff=f)
a�Utilities to get a password and/or the current user name.

getpass(prompt[, stream]) - Prompt for a password, with echo turned off.
getuser() - Get the user name from the environment or password database.

GetPassWarning - This UserWarning is issued when getpass() cannot prevent
                 echoing of the password contents while reading.

On Windows, the msvcrt module will be used.

�N)�getpass�getuser�GetPassWarningc��\rSrSrSrg)r��N)�__name__�
__module__�__qualname__�__firstlineno__�__static_attributes__r��./opt/alt/python313/lib64/python3.13/getpass.pyrrs��4rrc��Sn[R"5n[R"S[R[R
-5n[R"US5nURU5 [R"U5nURU5 U(dUnUb�[&R("U5nUSSnUS==[&R*)-ss'[&R,n	[/[&S5(aU	[&R0-n	[&R2"XIU5 [5XUS9n[&R2"XIU5 UR75 UR;S5 UsSSS5 $![a~ UR5 [RR5nO#![[ 4a Sn[#X5nOf=f[RnU(d[R$nGN_f=f![&R2"XIU5 UR75 f=f![&R8a' UbeXLaUR5 [#X5nGN
f=f!,(df   g=f)a�Prompt for a password, with echo turned off.

Args:
  prompt: Written on stream to ask for the input.  Default: 'Password: '
  stream: A writable file object to display the prompt.  Defaults to
          the tty.  If no tty is available defaults to sys.stderr.
Returns:
  The seKr3t input.
Raises:
  EOFError: If our input tty or stdin was closed.
  GetPassWarning: When we were unable to turn echo off on the input.

Always restores terminal settings before returning.
Nz/dev/ttyzw+��TCSASOFT)�input�
)�
contextlib�	ExitStack�os�open�O_RDWR�O_NOCTTY�io�FileIO�
enter_context�
TextIOWrapper�OSError�close�sys�stdin�fileno�AttributeError�
ValueError�fallback_getpass�stderr�termios�	tcgetattr�ECHO�	TCSAFLUSH�hasattrr�	tcsetattr�
_raw_input�flush�error�write)
�prompt�stream�passwd�stack�fd�ttyr�old�new�tcsetattr_flagss
          r�unix_getpassr;s����F�	�	�	�	�5�	$�����R�Y�Y�r�{�{�%:�;�B��)�)�B��%�C�����$��$�$�S�)�E�����&�����>�
:��'�'��+���!�f���A��7�<�<�-�'��")�"3�"3���7�J�/�/�#�w�'7�'7�7�O�#��%�%�b�3�?�'��e�D�F��%�%�b�3�?��L�L�N�	���T���c
 �	���
	$��K�K�M�
:��Y�Y�%�%�'���"�J�/�
:���)�&�9��
:���I�I�E�������
	$��0�%�%�b�3�?��L�L�N���=�=�

:��%���&��K�K�M�)�&�9��

:��I
 �	�s��I5�BF�(I5�,A/H7�!H�='H7�$I5�H�F:�9H�:G�H�G�*H�I5�H�I5�)H4�4H7�77I2�.I5�1I2�2I5�5
Jc�z�[R[RLa[X5$UHn[R
"U5 M Sn[R"5nUS:XdUS:XaOUS:Xa[eUS:XaUSSnOX2-nM@[R
"S5 [R
"S5 U$)z:Prompt for password with echo off, using Windows getwch().��
r��N���)r!r"�	__stdin__r&�msvcrt�putwch�getwch�KeyboardInterrupt)r2r3�c�pws    r�win_getpassrI`s���
�y�y��
�
�%���/�/�
���
�
�a���	�B�
��M�M�O����9��T�	����;�#�#���9��C�R��B���B���M�M�$��
�M�M�$��
�Irc��SSKnURS[SS9 U(d[Rn[SUS9 [
X5$)Nrz%Can not control echo on the terminal.�)�
stacklevelz&Warning: Password input may be echoed.)�file)�warnings�warnrr!r'�printr.)r2r3rNs   rr&r&ws@����M�M�9�>��� ������	�
2��@��f�%�%rc���U(d[RnU(d[Rn[U5nU(a"UR	U5 UR5 UR5nU(d[eUSS:XaUSSnU$![
aK UR
URS5nURUR5nUR	U5 N�f=f)N�replacerAr)r!r'r"�strr1�UnicodeEncodeError�encode�encoding�decoder/�readline�EOFError)r2r3r�lines    rr.r.�s����������	�	��
��[�F�
�	!��L�L�� �	�����>�>��D�����B�x�4���C�R�y���K��"�	!��]�]�6�?�?�I�>�F��]�]�6�?�?�3�F��L�L�� �		!�s�B�AC%�$C%c��SH-n[RRU5nU(dM+Us $ SSKnUR	[R
"55S$![[4an[S5UeSnAff=f)aMGet the username from the environment or password database.

First try various environment variables, then the password
database.  This works on Windows as long as USERNAME is set.
Any failure to find a username raises OSError.

.. versionchanged:: 3.13
    Previously, various exceptions beyond just :exc:`OSError`
    were raised.
)�LOGNAME�USER�LNAME�USERNAMErNz"No username set in the environment)	r�environ�get�pwd�getpwuid�getuid�ImportError�KeyErrorr)�name�userrb�es    rrr�sr��9���z�z�~�~�d�#���4��K�9�
C���|�|�B�I�I�K�(��+�+����"�C��:�;��B��C�s�*A � B�0A<�<B)z
Password: N)r=NN)�__doc__rrrr!�__all__�UserWarningrr;rIr&r.rr(r)r-rrer$rCrrr�<module>rms���
� �	�	�
�
0��(�[�'�A�H�.&��2C�2
�����w�(�(�(��G��	�^�$��������#�"��#���s/�A�A:�"A*�&A:�*A6�2A:�5A6�6A:
© 2025 GrazzMean-Shell