python socket.socket.recv with hidden input
Posted
by None
on Stack Overflow
See other posts from Stack Overflow
or by None
Published on 2010-05-14T02:39:21Z
Indexed on
2010/05/14
2:44 UTC
Read the original article
Hit count: 417
Is there any way to have socket.socket.recv
run with hidden input. For example, if I was asking for a password I would want the input to be hidden, as if I were running the "sudo" bash command.
© Stack Overflow or respective owner