Last active
June 2, 2020 17:09
-
-
Save quickstep25/7313c0a8b1677baebcd6211904ee5664 to your computer and use it in GitHub Desktop.
MacOS Login Attempts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Show Last Login(s) | |
last -10 | |
-- Show Successful Logins | |
grep -i login /var/log/system.log | |
-- Show Failed Attempts | |
grep -i authe /var/log/system.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment