You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
Let's start building out a basic default credentials check. The easiest way to do this is likely to build out a simple check against /etc/shadows for pre-determined hashes.
For instance, we can build out a database of hashes and check them like this:
Let's start building out a basic default credentials check. The easiest way to do this is likely to build out a simple check against
/etc/shadowsfor pre-determined hashes.For instance, we can build out a database of hashes and check them like this: