Python input()
root-me challenge: Python - input(): Get the password in the .passwd
file by exploiting a vulnerability in the given python script.
sys.stdout
is a built-in file object analogous to the interpreter’s standard output stream in Python. stdout
is used to display output directly to the screen console. Output can be of any form, even output from an expression statement such as open(".passwd").readline()
.