sudo_sniff icon indicating copy to clipboard operation
sudo_sniff copied to clipboard

User's password isn't accepted when called with invalid command

Open fluks opened this issue 6 years ago • 0 comments

Try to execute for example: sudo blaablaa

When you enter your correct sudo password, it isn't accepted, instead you just get: Sorry, try again.

What you should get is: sudo: blaablaa: command not found

sudo false also does the same, so if the command returns false, password is never accepted.

fluks avatar Oct 08 '19 19:10 fluks