Comment on Ask HN: Do you have sudo on your company-issued machine?Comments−LinuxBender4yI would add to that, if yes does the company allow and test for passwordless sudo? Reason being that passwordless sudo + ssh multiplexing makes bypassing 2FA/MFA via phishing a breeze.One can test this in scripts with sudo -n
Comments
I would add to that, if yes does the company allow and test for passwordless sudo? Reason being that passwordless sudo + ssh multiplexing makes bypassing 2FA/MFA via phishing a breeze.
One can test this in scripts with