Pedro Zorzenon Neto said: > $ PASS="password" myprogram enable username IP > > then "myprogram" will read the PASS from the environment. > is there anyway a regular user could capture passwords?
yes it is "ps auxe" try getting the password via <stdin> like "mysql -p" David Flatz