|
|
|
|
|
by TallGuyShort
27 days ago
|
|
$ login -n root
Login incorrect
login: backdoor
No home directory specified in password file!
Logging in with home=/
#
I don't agree with the interpretation that Sam tried and failed to login as root, and THEN tried to login as a different user, backdoor. Because if that's what happened, shouldn't there be another $ prompt before he types `backdoor` and gets the #? It seems to me that's an unobfuscated password field and `backdoor` is the password. |
|
What's unusual here is rather the missing password prompt after 'login root', which is presumably what the fictional -n option (non-existent in BSD or Solaris login) is suppressing.
* https://illumos.org/man/1/login
* https://man.netbsd.org/login.1