shell bypass 403
l
��bc @ s
d Z d d l Z d d l Z d d l Z d d d g Z Gd � d e � Z d d d � Z d d d � Z d d d
� Z
d d d d � Z d
� Z y d d l
Z
e
j e
j f WnI e e f k
r� y d d l Z Wn e k
r� e
Z Yn Xe Z Yn Xe Z d S( u� 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.
On the Mac EasyDialogs.AskPassword is used, if available.
i Nu getpassu getuseru GetPassWarningc B s | Ee Z d S( N( u __name__u
__module__( u
__locals__( ( u. /usr/local/python-3.2/lib/python3.2/getpass.pyu GetPassWarning s
u
Password: c
'