sudo_sniff
sudo_sniff copied to clipboard
User's password isn't accepted when called with invalid command
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.