
v0.39: Grademe is back in your terminal.
Try the CLI betaReturn whether a login is a known factory default that should be blocked.
October 2016. The Mirai botnet sweeps the internet for cameras and home routers still wearing their factory passwords, logs in with a short list of them, and grows large enough to knock Twitter, Netflix and Reddit offline in a single afternoon. The entire takeover ran on roughly 60 default logins that nobody had bothered to change. Reject the ones on the list.
is_default("root", "root")Expected result
1For your own tracking. Tests grade your code.
is_default("admin", "password")Expected result
1is_default("jo", "hunter2")Expected result
0Expected files
creds.cAllowed functions
None. Write every helper yourself.
